id
stringlengths
4
10
text
stringlengths
4
2.14M
source
stringclasses
2 values
created
timestamp[s]date
2001-05-16 21:05:09
2025-01-01 03:38:30
added
stringdate
2025-04-01 04:05:38
2025-04-01 07:14:06
metadata
dict
196745257
add PORTAL_AUTH Nuxeo authentication (portal-sso) Hello, Can you accept my pull-request for PORTAL_AUTH authentication ? please ? I use a nuxeo server in version 7.10 and i have developed an php application symfony 2.7 with your bundle nuxeo/nuxeo-automation-php-client and on my nuxeo server i have installed the plug...
gharchive/pull-request
2016-12-20T18:30:02
2025-04-01T04:57:44.915722
{ "authors": [ "mhetru", "nuxeojenkins", "pgmillon" ], "repo": "nuxeo/nuxeo-automation-php-client", "url": "https://github.com/nuxeo/nuxeo-automation-php-client/pull/4", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
273206340
Any ways to show Nuxt's error page when a query failed? I want to call the context.error({...}) to show the Nuxt's error page when a query failed (Item not found, etc.). In asyncData(context) {...}, we can easily do that as context is always given. However inside vue-apollo's smart queries, I can't find a way to acce...
gharchive/issue
2017-11-12T06:22:32
2025-04-01T04:57:44.932990
{ "authors": [ "JRobber", "aaronransley", "ciscorn", "dohomi", "jsbroks", "mccxiv", "sebmor" ], "repo": "nuxt-community/apollo-module", "url": "https://github.com/nuxt-community/apollo-module/issues/42", "license": "MIT", "license_type": "permissive", "license_source": "github-...
2250661554
nuxt/i18n custom route paths doesn't work Environment My nuxt and i18n version are: "@nuxtjs/i18n": "^8.3.0", "nuxt": "^3.10.1" Reproduction It's my github repo: https://github.com/Gizem346/i18n-testing and stackblitz reproduction link is here : https://stackblitz.com/~/github.com/Gizem346/i18n-testing Describe the b...
gharchive/issue
2024-04-18T13:09:50
2025-04-01T04:57:44.962130
{ "authors": [ "BobbieGoede", "Gizem346" ], "repo": "nuxt-modules/i18n", "url": "https://github.com/nuxt-modules/i18n/issues/2923", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2259183995
feat!: new icon approach This PR introduces a brand new icon approach that works much better with SSR (no flicking on the client side) and should help reduce the load of Iconify's public API by a lot. Breaking Changes <Icon> and <IconCSS> is merged together, use <Icon mode="svg"> and <Icon mode="css"> <Icon> now def...
gharchive/pull-request
2024-04-23T15:31:53
2025-04-01T04:57:44.972718
{ "authors": [ "antfu", "benjamincanac", "gitFoxCode" ], "repo": "nuxt-modules/icon", "url": "https://github.com/nuxt-modules/icon/pull/154", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1562031403
Is there any option to enable multi-language switch in header menu like nuxt/content-theme-docs ? Cannot find how to setup multi-language in docs i guess its better move to nuxt/content. since this project seems early alpha and the documentation is fcked up.
gharchive/issue
2023-01-30T09:14:22
2025-04-01T04:57:44.973916
{ "authors": [ "OxyzOne", "ROBJkE" ], "repo": "nuxt-themes/docus", "url": "https://github.com/nuxt-themes/docus/issues/798", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
263737352
Generate only routes provided in generate.routes It appears that the behavior has changed from completely ignoring filesystem API for generate if routes are provided to concatenating the user-supplied and generated routes? (in lib/builder/generator.js) How can I only generate some routes? (also, that should include g...
gharchive/issue
2017-10-08T18:02:40
2025-04-01T04:57:45.009993
{ "authors": [ "Atinux", "qm3ster", "rAugustos", "robyedlin" ], "repo": "nuxt/nuxt.js", "url": "https://github.com/nuxt/nuxt.js/issues/1804", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
722029333
Error failing to load CSS/JS chunk after every new deployment. Versions nuxt: v2.14.1 node: 12 Reproduction Additional Details This is related to https://github.com/nuxt/nuxt.js/issues/6982 which was marked resolved, however other users appear to still be experiencing similar issues after the supposed fix in 2.12....
gharchive/issue
2020-10-15T06:10:46
2025-04-01T04:57:45.028720
{ "authors": [ "Icesofty", "danielroe", "mattdocumatt", "simondib" ], "repo": "nuxt/nuxt.js", "url": "https://github.com/nuxt/nuxt.js/issues/8208", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
472204294
feat(webpack): allow function entries for build.transpile Types of changes [ ] Bug fix (a non-breaking change which fixes an issue) [x] New feature (a non-breaking change which adds functionality) [ ] Breaking change (fix or feature that would cause existing functionality to change) Description It's mostly a f...
gharchive/pull-request
2019-07-24T10:28:04
2025-04-01T04:57:45.045338
{ "authors": [ "Atinux", "codecov-io", "pi0" ], "repo": "nuxt/nuxt.js", "url": "https://github.com/nuxt/nuxt.js/pull/6120", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1549545210
Modules should be resolved with import condition Currently we do resolve modules with _require.resolve this makes modules not working if they use exports like this: "exports": { "import": "./dist/module.mjs" } Leading to an error like this: Cannot start nuxt: No "exports" main defined in Current workaround is mo...
gharchive/issue
2021-12-22T14:51:18
2025-04-01T04:57:45.049820
{ "authors": [ "danielroe", "pi0" ], "repo": "nuxt/nuxt", "url": "https://github.com/nuxt/nuxt/issues/13137", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1953786973
Cannot find module ../middleware in ./.nuxt/nuxt-i18n/middleware.js Environment npx envinfo --system --npmPackages '{nuxt,@nuxt/*}' --binaries --browsers Reproduction I am sorry but as this is a project for my company I cannot share whole code, though I will describe it. Describe the bug So my package.json dependenci...
gharchive/issue
2023-10-20T08:24:18
2025-04-01T04:57:45.054311
{ "authors": [ "Andrej492", "danielroe" ], "repo": "nuxt/nuxt", "url": "https://github.com/nuxt/nuxt/issues/23810", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2583658538
[Form] Input events validate-on code example missing. Environment Operating System: Windows_NT Node Version: v20.18.0 Nuxt Version: - CLI Version: 3.14.0 Nitro Version: - Package Manager: unknown Builder: - User Config: - Runtime Modules: - Build Modules: - Version v3.0.0-alpha.6 Reproduction Cannot use v3 on stackbl...
gharchive/issue
2024-10-13T05:12:06
2025-04-01T04:57:45.058753
{ "authors": [ "benjamincanac", "onurusluca" ], "repo": "nuxt/ui", "url": "https://github.com/nuxt/ui/issues/2371", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
320574025
ESLint is broken as soon as WebpackBar is added as a plugin Operating System: Ubuntu Node Version: 9.9.0 NPM Version: 5.6.0 webpack Version: 4.6.0 eslint Version: 4.19.1 webpack-serve Version: - This issue is for a: [x] bug [ ] feature request [ ] modification request Code CLI Command yarn run lint webpack.conf...
gharchive/issue
2018-05-06T08:38:16
2025-04-01T04:57:45.065617
{ "authors": [ "thomaseizinger" ], "repo": "nuxt/webpackbar", "url": "https://github.com/nuxt/webpackbar/issues/14", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1026268820
Number of channels for mask for binary segmentation Hi, Thanks for releasing the code! Just a silly question: I have no experience with GANs and the loss functions employed so I was wondering if the optimization process works better when binary masks are given in two channels or just with one (0:background, 1:Region...
gharchive/issue
2021-10-14T11:12:48
2025-04-01T04:57:45.072481
{ "authors": [ "PeterMcGor", "lidaiqing", "zeta7337" ], "repo": "nv-tlabs/semanticGAN_code", "url": "https://github.com/nv-tlabs/semanticGAN_code/issues/11", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
341028223
Image control in Xaml without specified Source causes Wasm error <Image Name="imageIntegratedButton" Stretch="Fill" Opacity="0.7"/> The above code causes the following Wasm error: Uno.UI.js:258 Error: attribute height: Expected length, "NaN". setAttribute @ Uno.UI.js:258 (anonymous) @ VM3147:1 ASM_CONSTS @ mono.js:1...
gharchive/issue
2018-07-13T13:54:30
2025-04-01T04:57:45.149168
{ "authors": [ "carldebilly", "jeromelaban", "zipswich" ], "repo": "nventive/Uno", "url": "https://github.com/nventive/Uno/issues/105", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1714124892
[Specific to branch feature/SupportAndroid13] Android 13 does not display Splashscreens Expected Behavior Upon opening the application, the splashscreens should display correctly. Actual Behavior Upon opening the application, the splashscreens are not displayed correctly. Steps to Reproduce the Problem Build the app...
gharchive/issue
2023-05-17T15:08:45
2025-04-01T04:57:45.155996
{ "authors": [ "Soap-141", "jeanplevesque", "nguyeenvy" ], "repo": "nventive/UnoApplicationTemplate", "url": "https://github.com/nventive/UnoApplicationTemplate/issues/315", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1394879678
🛑 NVIDIA AI Enterprise Hub is down In 541fb0f, NVIDIA AI Enterprise Hub (https://nvaie.lab.novaglobal.com.sg) was down: HTTP code: 0 Response time: 0 ms Resolved: NVIDIA AI Enterprise Hub is back up in 5026645.
gharchive/issue
2022-10-03T14:55:33
2025-04-01T04:57:45.158607
{ "authors": [ "nvgsg" ], "repo": "nvgsg/lab-upptime", "url": "https://github.com/nvgsg/lab-upptime/issues/1972", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1501540750
🛑 Kubeflow ML Platform is down In 99139cd, Kubeflow ML Platform (https://kubeflow.lab.novaglobal.com.sg) was down: HTTP code: 0 Response time: 0 ms Resolved: Kubeflow ML Platform is back up in 8260afa.
gharchive/issue
2022-12-17T19:26:02
2025-04-01T04:57:45.160992
{ "authors": [ "nvgsg" ], "repo": "nvgsg/lab-upptime", "url": "https://github.com/nvgsg/lab-upptime/issues/3932", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1510293387
🛑 Kubeflow ML Platform is down In 7522dd5, Kubeflow ML Platform (https://kubeflow.lab.novaglobal.com.sg) was down: HTTP code: 0 Response time: 0 ms Resolved: Kubeflow ML Platform is back up in 3dce181.
gharchive/issue
2022-12-25T10:13:11
2025-04-01T04:57:45.163500
{ "authors": [ "nvgsg" ], "repo": "nvgsg/lab-upptime", "url": "https://github.com/nvgsg/lab-upptime/issues/4356", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1510555941
🛑 Kubeflow ML Platform is down In d811b25, Kubeflow ML Platform (https://kubeflow.lab.novaglobal.com.sg) was down: HTTP code: 0 Response time: 0 ms Resolved: Kubeflow ML Platform is back up in 598ac9f.
gharchive/issue
2022-12-26T03:33:31
2025-04-01T04:57:45.165845
{ "authors": [ "nvgsg" ], "repo": "nvgsg/lab-upptime", "url": "https://github.com/nvgsg/lab-upptime/issues/4401", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1550084329
🛑 Kubeflow ML Platform is down In 6a0112d, Kubeflow ML Platform (https://kubeflow.lab.novaglobal.com.sg) was down: HTTP code: 0 Response time: 0 ms Resolved: Kubeflow ML Platform is back up in 91b7c02.
gharchive/issue
2023-01-19T23:12:02
2025-04-01T04:57:45.168175
{ "authors": [ "nvgsg" ], "repo": "nvgsg/lab-upptime", "url": "https://github.com/nvgsg/lab-upptime/issues/5800", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1136767176
Add mv/cp commands that take typed input The error message: [WARN] ...nvim/lua/neo-tree/sources/filesystem/lib/fs_actions.lua:263 Could not rename the files https://user-images.githubusercontent.com/24765272/153801933-25030e6c-7f9a-49d3-b16f-0957136daf27.mov debug Info. NVIM NVIM v0.7.0-dev+1082-g046950f63 Build typ...
gharchive/issue
2022-02-14T04:52:46
2025-04-01T04:57:45.178035
{ "authors": [ "cseickel", "nyngwang" ], "repo": "nvim-neo-tree/neo-tree.nvim", "url": "https://github.com/nvim-neo-tree/neo-tree.nvim/issues/145", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2528243954
FEATURE: K to move cursor to the first file in the opened directory, J - to last Did you check the docs? [X] I have read all the docs. Is your feature request related to a problem? Please describe. no problem, just feature request Describe the solution you'd like. suppose I am in  nixos ...
gharchive/issue
2024-09-16T11:49:48
2025-04-01T04:57:45.183315
{ "authors": [ "srghma" ], "repo": "nvim-neo-tree/neo-tree.nvim", "url": "https://github.com/nvim-neo-tree/neo-tree.nvim/issues/1560", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1290159815
feat: prompt title accepts string or function Motivation When I'm navigating in different folders I want to see the name of the current folder listed in the finder's prompt title. Implementation Expose prompt_title option as function or string. If a function is passed, it will be evaluated with current finder as para...
gharchive/pull-request
2022-06-30T13:43:25
2025-04-01T04:57:45.210686
{ "authors": [ "fdschmidt93", "jamestrew", "musjj", "protiumx" ], "repo": "nvim-telescope/telescope-file-browser.nvim", "url": "https://github.com/nvim-telescope/telescope-file-browser.nvim/pull/155", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1568898375
Show virtual text in context line It would be great if when your context line has virtual text on it, that virtual text gets rendered on the context line as well This would allow LSP errors and type hints to show along with test results in neotest for example. I'm happy to look into implementing this myself, but I wo...
gharchive/issue
2023-02-02T22:49:26
2025-04-01T04:57:45.243107
{ "authors": [ "benlubas", "lewis6991" ], "repo": "nvim-treesitter/nvim-treesitter-context", "url": "https://github.com/nvim-treesitter/nvim-treesitter-context/issues/202", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
441671303
error: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version while accessing Operating system and version: MacBook Ai nvm debug output: nvm ls output: error: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version while accessing How did you install ...
gharchive/issue
2019-05-08T10:47:54
2025-04-01T04:57:45.257751
{ "authors": [ "ChrissaLouvrou", "delphiy", "ljharb" ], "repo": "nvm-sh/nvm", "url": "https://github.com/nvm-sh/nvm/issues/2042", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
602706147
matIndex not available in Closest Hit Shader The matIndex buffer does not seem to be available in the .rchit shader. Following the tutorial at section 12: https://nvpro-samples.github.io/vk_raytracing_tutorial/#simplematerials Noticed one just has to add the following to the raytrace.rchit shader file: layout (bind...
gharchive/issue
2020-04-19T12:45:22
2025-04-01T04:57:45.261487
{ "authors": [ "michaeleggers", "mklefrancois" ], "repo": "nvpro-samples/vk_raytracing_tutorial", "url": "https://github.com/nvpro-samples/vk_raytracing_tutorial/issues/2", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2248155749
Does not apply theme to GTK-4 apps Is there a way to get nwg-look to work with GTK-4 apps? I see Cheers, Barry Deeney On Wed, Apr 17, 2024, 20:33 Piotr Miller @.***> wrote: It works. Just does not work with libadwaita. See #22 https://github.com/nwg-piotr/nwg-look/issues/22. — Reply to this email directly, view it...
gharchive/issue
2024-04-17T12:18:44
2025-04-01T04:57:45.283614
{ "authors": [ "mxaddict" ], "repo": "nwg-piotr/nwg-look", "url": "https://github.com/nwg-piotr/nwg-look/issues/56", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1180874845
Is this package supported? The last release was 3 years ago. NW.js continues to be developed, while this important and useful package remains stagnant and starts to build up vulnerabilities and deprecations. Are there alternatives? Hi, new maintainer here. That's the plan - triage issues and pull requests and go fr...
gharchive/issue
2022-03-25T14:39:15
2025-04-01T04:57:45.287222
{ "authors": [ "ayushmxn", "jssuttles" ], "repo": "nwjs-community/nw-builder", "url": "https://github.com/nwjs-community/nw-builder/issues/548", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1638660301
🛑 Harmony Bot Website is down In 68677f9, Harmony Bot Website ($HARMONY_WEB) was down: HTTP code: 0 Response time: 0 ms Resolved: Harmony Bot Website is back up in 47f223a.
gharchive/issue
2023-03-24T03:32:22
2025-04-01T04:57:45.316989
{ "authors": [ "nxvvvv" ], "repo": "nxvvvv/uptime", "url": "https://github.com/nxvvvv/uptime/issues/16235", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1661161365
🛑 Harmony Bot Website is down In c9170a0, Harmony Bot Website ($HARMONY_WEB) was down: HTTP code: 0 Response time: 0 ms Resolved: Harmony Bot Website is back up in 8ebf7f2.
gharchive/issue
2023-04-10T18:19:09
2025-04-01T04:57:45.319040
{ "authors": [ "nxvvvv" ], "repo": "nxvvvv/uptime", "url": "https://github.com/nxvvvv/uptime/issues/16667", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1695842630
🛑 Harmony Bot Website is down In 8301d70, Harmony Bot Website ($HARMONY_WEB) was down: HTTP code: 0 Response time: 0 ms Resolved: Harmony Bot Website is back up in e3251a0.
gharchive/issue
2023-05-04T11:41:32
2025-04-01T04:57:45.321091
{ "authors": [ "nxvvvv" ], "repo": "nxvvvv/uptime", "url": "https://github.com/nxvvvv/uptime/issues/17257", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1727412836
🛑 Harmony Bot Website is down In dc4c693, Harmony Bot Website ($HARMONY_WEB) was down: HTTP code: 0 Response time: 0 ms Resolved: Harmony Bot Website is back up in 377ef2d.
gharchive/issue
2023-05-26T11:10:51
2025-04-01T04:57:45.323260
{ "authors": [ "nxvvvv" ], "repo": "nxvvvv/uptime", "url": "https://github.com/nxvvvv/uptime/issues/17841", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1728482995
🛑 Harmony Bot Website is down In ba33c4b, Harmony Bot Website ($HARMONY_WEB) was down: HTTP code: 0 Response time: 0 ms Resolved: Harmony Bot Website is back up in 837f6a1.
gharchive/issue
2023-05-27T06:10:45
2025-04-01T04:57:45.325316
{ "authors": [ "nxvvvv" ], "repo": "nxvvvv/uptime", "url": "https://github.com/nxvvvv/uptime/issues/17863", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
73438416
Fixed XML validation issues Changed “&” to “$amp;”, added missing end tags for elements The existing XML files were not valid and required some cleanup. Thanks! I'll merge and make sure these issues are fixed prior to the next update commit.
gharchive/pull-request
2015-05-05T21:34:02
2025-04-01T04:57:45.347886
{ "authors": [ "mjbrodsky", "nitya" ], "repo": "nyphilarchive/PerformanceHistory", "url": "https://github.com/nyphilarchive/PerformanceHistory/pull/4", "license": "cc0-1.0", "license_type": "permissive", "license_source": "bigquery" }
260425659
Breaking changes to some TSNode types coming in typescript-eslint-parser PR: https://github.com/eslint/typescript-eslint-parser/pull/388 Issue: https://github.com/eslint/typescript-eslint-parser/issues/386 Background: https://github.com/babel/babylon/pull/710 Should be very straightforward to track down any occurrenc...
gharchive/issue
2017-09-25T21:47:58
2025-04-01T04:57:45.357182
{ "authors": [ "JamesHenry", "j-f1", "weirdpattern" ], "repo": "nzakas/eslint-plugin-typescript", "url": "https://github.com/nzakas/eslint-plugin-typescript/issues/74", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1884562773
zk system only finds o1js from the ui and contracts directories I installed the latest version of the Mina zkApp CLI: $ npm update -g zkapp-cli and successfully created a zkApp CLI with tutorial 4 However, the zk system command doesn't find o1js from the root project directory: ➜ 04-zkapp-browser-ui git:(main) ✗ pwd...
gharchive/issue
2023-09-06T18:44:55
2025-04-01T04:57:45.369063
{ "authors": [ "barriebyron", "ymekuria" ], "repo": "o1-labs/o1js", "url": "https://github.com/o1-labs/o1js/issues/1109", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1664850119
Remove Postinstall.js script Describe the problem Sometimes the installation of the zkapp-cli takes a long time or hangs. Describe the proposed solution This hanging often occurs in the postinstall.js script. The script was initially created to support offline use of the zkapp-cli. Supporting offline use has been de...
gharchive/issue
2023-04-12T16:07:57
2025-04-01T04:57:45.371394
{ "authors": [ "ymekuria" ], "repo": "o1-labs/zkapp-cli", "url": "https://github.com/o1-labs/zkapp-cli/issues/387", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2114060948
我有兴趣赞助你这个项目,请与我联系! RT RT 774309635@qq.com. 您好,这是我的邮箱
gharchive/issue
2024-02-02T04:57:28
2025-04-01T04:57:45.417974
{ "authors": [ "o8oo8o", "tension" ], "repo": "o8oo8o/GoWebSSH", "url": "https://github.com/o8oo8o/GoWebSSH/issues/10", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
465378295
When user has a pool VM created from template in cluster that user doesn't have any permissions for, the template name for the VM is N/A instead of the name of the template. When user has a pool VM created from template in cluster that user doesn't have any permissions for, the template name for the VM is N/A instead...
gharchive/issue
2019-07-08T17:34:04
2025-04-01T04:57:45.426239
{ "authors": [ "bamsalem", "sgratch", "sjd78" ], "repo": "oVirt/ovirt-web-ui", "url": "https://github.com/oVirt/ovirt-web-ui/issues/1058", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
70164726
Allow group profile to be seen by non-members for private joinable groups They should also be able to see the featured members feed in the profile. Generally we don't reveal members, however if a user can simply join the group, there is no privacy being protected by restricting it. @mrvisser : Is it possible to see...
gharchive/issue
2015-04-22T15:46:34
2025-04-01T04:57:45.427855
{ "authors": [ "mrvisser", "nicolaasmatthijs" ], "repo": "oaeproject/3akai-ux", "url": "https://github.com/oaeproject/3akai-ux/issues/4009", "license": "ECL-2.0", "license_type": "permissive", "license_source": "github-api" }
2144264686
PUPIL-348: Serve quiz images from new Cloudinary distribution Description Music year: 1971 With the new pupil pages we made a change to serve quiz images directly from Cloudinary instead of passing them through Next's image processing proxy. This was done to improve image loading which has been greatly improved. Unfo...
gharchive/pull-request
2024-02-20T12:27:03
2025-04-01T04:57:45.434401
{ "authors": [ "carlmw", "oak-machine-user" ], "repo": "oaknational/Oak-Web-Application", "url": "https://github.com/oaknational/Oak-Web-Application/pull/2269", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1099587534
Doc: Update the IPU Workflow Image The IPU Workflow has been updated loooong time ago. Let's reflect the change as we can call it quite stable really. Can one of the admins verify this patch?
gharchive/pull-request
2022-01-11T20:26:58
2025-04-01T04:57:45.449484
{ "authors": [ "centos-ci", "pirat89" ], "repo": "oamg/leapp", "url": "https://github.com/oamg/leapp/pull/751", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1164461144
Unify leapp-preupgrade and leapp-upgrade logs Instead of having a dedicated leapp-CMDNAME file for each command log latest run as leapp.log. Can one of the admins verify this patch? Well if you would do this now, this would mean you would have to update all the documentation. Also would this clash a bit with C2R ...
gharchive/pull-request
2022-03-09T21:29:16
2025-04-01T04:57:45.452550
{ "authors": [ "centos-ci", "fernflower", "vinzenz" ], "repo": "oamg/leapp", "url": "https://github.com/oamg/leapp/pull/763", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1863160604
[CH] Memory statistics maybe not correct Backend CH (ClickHouse) Bug description In our yarn cluster, we have gluten config as following: spark.executor.cores 1 spark.executor.memory.offHeap.size 3g spark.executor.memory 1g spark.Executor.memoryoverhead 0g spark.executor.instances 1000 spark.gluten.sql.columnar.backe...
gharchive/issue
2023-08-23T11:41:08
2025-04-01T04:57:45.469458
{ "authors": [ "zhanglistar" ], "repo": "oap-project/gluten", "url": "https://github.com/oap-project/gluten/issues/2870", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1749330711
[GLUTEN-1897][CH] Respect hdfs-site.xml configs for clickhouse libhdfs3 What changes were proposed in this pull request? (Fixes: #1898) Firstly we apply 4 spark hadoop configs to clickhouse backend: spark.hadoop.input.connect.timeout: default 180s spark.hadoop.input.write.timeout: default 180s spark.hadoop.input.r...
gharchive/pull-request
2023-06-09T07:47:46
2025-04-01T04:57:45.473602
{ "authors": [ "rui-mo", "taiyang-li" ], "repo": "oap-project/gluten", "url": "https://github.com/oap-project/gluten/pull/1900", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2117902636
[GLUTEN-4642][CH]Fix cse issue in aggregate What changes were proposed in this pull request? (Please fill in changes proposed in this fix) (Fixes: #4642) How was this patch tested? UT @zzcclp do you have time to review it, thanks! ===== Performance report for TPCH SF2000 with Velox backend, for reference only ===...
gharchive/pull-request
2024-02-05T07:58:53
2025-04-01T04:57:45.492066
{ "authors": [ "GlutenPerfBot", "taiyang-li" ], "repo": "oap-project/gluten", "url": "https://github.com/oap-project/gluten/pull/4651", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1824799030
Stojanovic/fe 19 implement related field select with autocomplete Ahoj Miro, I have made a working version of the component. I think the component is generic and could be reused. I made some comments in the code regarding the things I am not sure about, so when you take a look, we can discuss please. Thanks! @mirek...
gharchive/pull-request
2023-07-27T16:58:14
2025-04-01T04:57:45.499683
{ "authors": [ "Ducica" ], "repo": "oarepo/oarepo-ui", "url": "https://github.com/oarepo/oarepo-ui/pull/59", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
224012370
rubygems has version .1.1, not .1.2 Hi, Would you mind updating your gem on rubygems.org to the latest version, .1.2? Currently rubygems has .1.1, which lacks some nice features of .1.2. Thanks Please accept my overdue apologies. nbayes is now updated to version 1.3.
gharchive/issue
2017-04-25T03:43:15
2025-04-01T04:57:45.501534
{ "authors": [ "nogre", "oasic" ], "repo": "oasic/nbayes", "url": "https://github.com/oasic/nbayes/issues/9", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
484780457
Oasis CLI is lacking man pages Running man oasis after Oasis CLI has been installed: No manual entry for oasis See 'man 7 undocumented' for help when manual pages are not available. This is, in general, a hard problem. Note that even golang does not have a man page. Hard problem in which way? How to install them...
gharchive/issue
2019-08-24T05:19:54
2025-04-01T04:57:45.508501
{ "authors": [ "nhynes", "omitar" ], "repo": "oasislabs/oasis-rs", "url": "https://github.com/oasislabs/oasis-rs/issues/202", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
645326651
Consider replacing EarlyLogAndExit() in CLI commands SUMMARY Following up from https://github.com/oasisprotocol/oasis-core/pull/3044#discussion_r444865403, we should should check the uses of github.com/oasisprotocol/oasis-core/go/oasis-node/cmd/common.EarlyLogAndExit() and replace it with os.Exit() where appropriate ...
gharchive/issue
2020-06-25T08:29:02
2025-04-01T04:57:45.510982
{ "authors": [ "tjanez" ], "repo": "oasisprotocol/oasis-core", "url": "https://github.com/oasisprotocol/oasis-core/issues/3048", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
28631147
Hiding exceptions is dangerous The plain rescue in MultiJson can potentially hide useful exceptions (intridea/multi_json#143) :json => lambda { |body| MultiJson.load(body) rescue body }, # rubocop:disable RescueModifier` https://github.com/intridea/oauth2/blob/3d0ad2df0a3dd7e31b103e621dc3cfcd9895ca42/lib/oauth2/res...
gharchive/issue
2014-03-03T15:48:50
2025-04-01T04:57:45.544483
{ "authors": [ "elia", "pboling" ], "repo": "oauth-xx/oauth2", "url": "https://github.com/oauth-xx/oauth2/issues/167", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1652134465
NTR: additional microbiology assay/datum terms Requesting 3 microbiology assay and 3 microbiology datum terms based on the following specimen terms: skin of body specimen bone marrow specimen nasal wash specimen following the existing design pattern. Discussed 2023-04-03. Will add terms.
gharchive/issue
2023-04-03T14:02:25
2025-04-01T04:57:45.558000
{ "authors": [ "johnwjudkins" ], "repo": "obi-ontology/obi", "url": "https://github.com/obi-ontology/obi/issues/1680", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
1476505286
inconsistent definition of identity between scales and projections For regular scales (e.g. x, y, color), "identity" is meant to opt out of any scaling and pass raw values. For projections, this is what null does, and identity means a planar-rescalable projection. Suggestion to rename the null projection to "identity...
gharchive/issue
2022-12-05T12:54:27
2025-04-01T04:57:45.611706
{ "authors": [ "Fil", "mbostock" ], "repo": "observablehq/plot", "url": "https://github.com/observablehq/plot/issues/1155", "license": "ISC", "license_type": "permissive", "license_source": "github-api" }
1793314448
feat: add ignore global query instruction Description Add ignore global query instruction to discard the Global Query in a given task block. Motivation and Context Fixes #2074 How has this been tested? Unit test + smoke test Global Query = tags include #test Types of changes Changes visible to users: [x] New feat...
gharchive/pull-request
2023-07-07T10:54:26
2025-04-01T04:57:45.624521
{ "authors": [ "claremacrae", "david-jarman", "ilandikov" ], "repo": "obsidian-tasks-group/obsidian-tasks", "url": "https://github.com/obsidian-tasks-group/obsidian-tasks/pull/2113", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
572674001
Small simplifications for Vcs.cmd calls A tiny simplification found while investigating some issue, I think it can be merged independently. Subsumed by #219
gharchive/pull-request
2020-02-28T10:43:12
2025-04-01T04:57:45.981539
{ "authors": [ "gpetiot" ], "repo": "ocamllabs/dune-release", "url": "https://github.com/ocamllabs/dune-release/pull/214", "license": "ISC", "license_type": "permissive", "license_source": "github-api" }
954811222
Document LOCAL_PACKAGE syntax for lock These can have version numbers. I rebased and added a sentence about that.
gharchive/pull-request
2021-07-28T12:37:22
2025-04-01T04:57:45.984356
{ "authors": [ "emillon" ], "repo": "ocamllabs/opam-monorepo", "url": "https://github.com/ocamllabs/opam-monorepo/pull/184", "license": "ISC", "license_type": "permissive", "license_source": "github-api" }
2153331291
[Bug]: Personal space execution structure comparison failed ODC version odc424 OB version What happened? What did you expect to happen? Execution succeeded How can we reproduce it (as minimally and precisely as possible)? Comparison of Personal Space Execution Structure Anything else we need to know? No response ...
gharchive/issue
2024-02-26T06:07:30
2025-04-01T04:57:46.014467
{ "authors": [ "sl01388797" ], "repo": "oceanbase/odc", "url": "https://github.com/oceanbase/odc/issues/1620", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
409397165
Driver for Universal Resolver https://github.com/decentralized-identity/universal-resolver https://medium.com/decentralized-identity/a-universal-resolver-for-self-sovereign-identifiers-48e6b4a5cc3c https://github.com/decentralized-identity/universal-resolver/blob/master/docs/design-goals.md https://github.com/decentr...
gharchive/issue
2019-02-12T16:48:35
2025-04-01T04:57:46.085404
{ "authors": [ "carlosflrs", "mrinalwadhwa" ], "repo": "ockam-network/ockam", "url": "https://github.com/ockam-network/ockam/issues/31", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2112757815
Create First Base Project Create a base project that includes only OctopOSPrime picture and a message for construction. Closed with #7
gharchive/issue
2024-02-01T15:10:15
2025-04-01T04:57:46.231843
{ "authors": [ "akadir8", "husamettinarabaci" ], "repo": "octoposprime/op-fe-app", "url": "https://github.com/octoposprime/op-fe-app/issues/5", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
837593203
Optimizer closure Add support for L-BFGS, etc. Do batch-wise optimizer step only if closure is required. For most optimizers, the optimizer step will be performed only once after all batches are run. Redo some of the previous changes and fix test failure. @matinmoezzi Hi Matin, I made some minor changes such that...
gharchive/pull-request
2021-03-22T10:51:27
2025-04-01T04:57:46.234879
{ "authors": [ "matinmoezzi", "shuheng-liu" ], "repo": "odegym/neurodiffeq", "url": "https://github.com/odegym/neurodiffeq/pull/93", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
219247406
Update README.md "If you feel that you really must do this, denote such comments with a character such as '#'." <-- this may be confusing. Feel free to leave out for simplicity. @BobHarper1 This seems to have a conflict but I'm not sure how best to resolve it. Thanks @slowe
gharchive/pull-request
2017-04-04T13:18:01
2025-04-01T04:57:46.241534
{ "authors": [ "BobHarper1", "slowe" ], "repo": "odileeds/open-data-tips", "url": "https://github.com/odileeds/open-data-tips/pull/4", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
637735042
Fix typos I was too fast with my previous PR, I found two other typos. :) I'm sure, there's more! Thanks again.
gharchive/pull-request
2020-06-12T13:03:08
2025-04-01T04:57:46.252192
{ "authors": [ "314eter", "rizo" ], "repo": "odis-labs/streaming", "url": "https://github.com/odis-labs/streaming/pull/3", "license": "ISC", "license_type": "permissive", "license_source": "github-api" }
2600565920
Check column dtype in metadata of CBS raw files We are primarily using pyreadstat.read_sav() for reading sav files from CBS. This library uses the dtype given in the meta data of the sav files to decide the dtype of the columns in the returned df. My current assumption is CBS keeps every column's type as String. Whil...
gharchive/issue
2024-10-20T15:24:47
2025-04-01T04:57:46.253736
{ "authors": [ "f-hafner", "tanzir5" ], "repo": "odissei-lifecourse/life-sequencing-dutch", "url": "https://github.com/odissei-lifecourse/life-sequencing-dutch/issues/102", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
274741421
fix to #1294 I'm a total noob. I don't expect these change to get merged but I had fun anyway :D do npm run lint to check for lint issues combining with https://github.com/odota/ui/pull/1318
gharchive/pull-request
2017-11-17T03:33:32
2025-04-01T04:57:46.617527
{ "authors": [ "Argn0", "howardchung" ], "repo": "odota/ui", "url": "https://github.com/odota/ui/pull/1316", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1369509647
proto: invalid type: map[string]string for bigquery recipe when include_column_profile is false Run a big query to console recipe with include_column_profile as false. It fails when creating the Table struct with the issue proto: invalid type: map[string]string I suspect the issue is because labels have been removed ...
gharchive/issue
2022-09-12T08:50:17
2025-04-01T04:57:46.625462
{ "authors": [ "StewartJingga", "anjali9791" ], "repo": "odpf/meteor", "url": "https://github.com/odpf/meteor/issues/410", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1226115698
refactor: extension This PR is to address #172 . Further update will be added later. Pull Request Test Coverage Report for Build 2273200361 361 of 390 (92.56%) changed or added relevant lines in 7 files are covered. No unchanged relevant lines lost coverage. Overall coverage increased (+0.8%) to 75.916% Chan...
gharchive/pull-request
2022-05-05T01:26:33
2025-04-01T04:57:46.634864
{ "authors": [ "coveralls", "irainia", "sbchaos" ], "repo": "odpf/optimus", "url": "https://github.com/odpf/optimus/pull/328", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1597049002
XTDB connector is not publishing the jar-with-dependencies The gradle build is not building/packaging the -jar-with-dependencies Noticed when trying to download via http://oss.sonatype.org/service/local/artifact/maven/redirect\?r\=snapshots\&g\=org.odpi.egeria\&a\=egeria-connector-xtdb\&v\=4.0-SNAPSHOT\&c\=jar-with-d...
gharchive/issue
2023-02-23T15:17:27
2025-04-01T04:57:46.638063
{ "authors": [ "cmgrote", "planetf1" ], "repo": "odpi/egeria-connector-xtdb", "url": "https://github.com/odpi/egeria-connector-xtdb/issues/466", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1702638849
🛑 urbamonde.org is down In 3b0374b, urbamonde.org (https://www.urbamonde.org) was down: HTTP code: 429 Response time: 476 ms Resolved: urbamonde.org is back up in 09d948c.
gharchive/issue
2023-05-09T19:27:13
2025-04-01T04:57:46.641382
{ "authors": [ "ntopulos" ], "repo": "odqo/upptime", "url": "https://github.com/odqo/upptime/issues/1784", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1759481000
🛑 urbamonde.org is down In 24e5190, urbamonde.org (https://www.urbamonde.org) was down: HTTP code: 429 Response time: 852 ms Resolved: urbamonde.org is back up in 8fb1c57.
gharchive/issue
2023-06-15T20:08:00
2025-04-01T04:57:46.644312
{ "authors": [ "ntopulos" ], "repo": "odqo/upptime", "url": "https://github.com/odqo/upptime/issues/1992", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1224753285
🛑 urbamonde.org is down In b00a085, urbamonde.org (https://www.urbamonde.org) was down: HTTP code: 429 Response time: 618 ms Resolved: urbamonde.org is back up in fc3a731.
gharchive/issue
2022-05-03T23:06:44
2025-04-01T04:57:46.647210
{ "authors": [ "ntopulos" ], "repo": "odqo/upptime", "url": "https://github.com/odqo/upptime/issues/53", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
336138125
Add decorator to tests which require internet connection. Hello. I found out that some tests newly require internet and therefore they have to be skipped in an environment without the internet connection. The latest virtualenv bundles pip 10.0.1. Pip from version 10.0.0 has support for pyproject.toml files (PEP 518) ...
gharchive/pull-request
2018-06-27T08:59:42
2025-04-01T04:57:46.675052
{ "authors": [ "frenzymadness", "jayvdb" ], "repo": "ofek/hatch", "url": "https://github.com/ofek/hatch/pull/59", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
811255250
Support for check-model-has-one-of-tests-by-name Describe the feature you'd like Many dbt projects require at least one unique test per model. However, this test may be one of several flavors, e.g.: test_unique test_unique_where test_unique_threshold test_unique_combination_of_columns Initial thought: We could leve...
gharchive/issue
2021-02-18T16:24:17
2025-04-01T04:57:46.679485
{ "authors": [ "ConstantinoSchillebeeckx", "jtalmi", "tomsej" ], "repo": "offbi/pre-commit-dbt", "url": "https://github.com/offbi/pre-commit-dbt/issues/5", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2251971810
FAILED (remote: 'Download is not allowed on locked devices') Sending 'encryptData' (0 KB) FAILED (remote: 'Download is not allowed on locked devices') fastboot: error: Command failed FAILED (remote: 'Command not supported in default implementation') fastboot: error: Command failed Device: Redmi...
gharchive/issue
2024-04-19T02:52:41
2025-04-01T04:57:46.682020
{ "authors": [ "muqiuhan" ], "repo": "offici5l/MiUnlockTool", "url": "https://github.com/offici5l/MiUnlockTool/issues/30", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
105513251
[UI fix] Hide opened menu when click on menu button When you click a MenuButton, it opens a PopupMenu underneath it. However, the only way to close the PopupMenu without selecting an item is to click outside the MenuButton and the PopupMenu. Depending on the layout, this may be difficult. In order to conform with ...
gharchive/pull-request
2015-09-09T03:52:23
2025-04-01T04:57:46.864715
{ "authors": [ "firefly2442", "jackmakesthings" ], "repo": "okamstudio/godot", "url": "https://github.com/okamstudio/godot/pull/2455", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
802882201
🛑 Ekşi Sözlük is down In 91a2e92, Ekşi Sözlük (https://eksisozluk.com) was down: HTTP code: 0 Response time: 0 ms Resolved: Ekşi Sözlük is back up in 842053e.
gharchive/issue
2021-02-07T07:01:36
2025-04-01T04:57:46.867313
{ "authors": [ "okankocyigit" ], "repo": "okankocyigit/upptime", "url": "https://github.com/okankocyigit/upptime/issues/372", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
821518726
🛑 Ekşi Sözlük is down In c7ccf3f, Ekşi Sözlük (https://eksisozluk.com) was down: HTTP code: 0 Response time: 0 ms Resolved: Ekşi Sözlük is back up in e071296.
gharchive/issue
2021-03-03T21:55:46
2025-04-01T04:57:46.869860
{ "authors": [ "okankocyigit" ], "repo": "okankocyigit/upptime", "url": "https://github.com/okankocyigit/upptime/issues/805", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
558123953
js und css Links für Offline Entwicklung umstellen (macht aku) In den Partials in themes/hugo-cfg/layouts/partials sind absolute Links auf https://dev.codefor.de, dadurch kann man nicht offline entwickeln. Vorschlag: ersetzen durch Filesystems links: statt link rel="icon" type="image/png" href="https://dev.codefor.d...
gharchive/issue
2020-01-31T13:12:13
2025-04-01T04:57:46.883919
{ "authors": [ "digital-codes", "joliyea", "ubergesundheit" ], "repo": "okfde/dev.codefor.de", "url": "https://github.com/okfde/dev.codefor.de/issues/19", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
204658739
Abstand Dropdown Menü Lass die Abstände für der Auswahlfelder im Menü für das Dropdown auch mal anfassen. Ich füge es in Sketch hinzu. @stadine ist das jetzt ok? halt die fresse, arne
gharchive/issue
2017-02-01T18:01:41
2025-04-01T04:57:46.889655
{ "authors": [ "arnese", "stadine" ], "repo": "okfde/ifg-index", "url": "https://github.com/okfde/ifg-index/issues/8", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
58227034
Default-Method isn't temporary, but persistent Hi, this just bit me - maybe I just misunderstood the docs, which say: To define the default type for session variables, set persistent_session.default_method to your preferred type in your config/settings.json file: { "public": { "persistent_session": { "de...
gharchive/issue
2015-02-19T15:59:25
2025-04-01T04:57:46.901155
{ "authors": [ "DanielDornhardt", "nickw", "pauldowman", "rgould" ], "repo": "okgrow/meteor-persistent-session", "url": "https://github.com/okgrow/meteor-persistent-session/issues/14", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
340138767
[Feature request] Possibility to customize highlight.js Hi! Would you consider adding the two following configuration parameters: possibility to disable the default highlight.js build provided in order to include a richer one (with support for more languages) in the static/js folder. highlighjsTheme : to be able to ...
gharchive/issue
2018-07-11T08:20:56
2025-04-01T04:57:46.982579
{ "authors": [ "Punie", "olOwOlo" ], "repo": "olOwOlo/hugo-theme-even", "url": "https://github.com/olOwOlo/hugo-theme-even/issues/79", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
276819989
Some team logos are not loaded Reproduced on Champions League fixtures Merci. Ca vient des accents dans le nom du pays qui n'est pas present dans l'url. par exemple: j'essaye d'acceder https://tvfoot.net/images/teams/gr%C3%A8ce/large/oly.png tandis que c'est https://tvfoot.net/images/teams/grece/large/oly.png Ah...
gharchive/issue
2017-11-26T12:09:31
2025-04-01T04:57:46.985062
{ "authors": [ "mbilbille", "oldergod" ], "repo": "oldergod/red", "url": "https://github.com/oldergod/red/issues/132", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
97256024
Краш при переходе в "Открытки" при наличии фотографов в базе данных. Думаю, там и в издательствах тоже косяк может быть. fixed in https://github.com/oldsaratov/postcards/commit/5b5c014c3c95fa0afb41e15d95bbc401c2d63e1d
gharchive/issue
2015-07-25T20:55:50
2025-04-01T04:57:46.986629
{ "authors": [ "Ketoth", "okolobaxa" ], "repo": "oldsaratov/postcards", "url": "https://github.com/oldsaratov/postcards/issues/4", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
793113549
ham member xp rates 🐛 Bug Report Since I have started pickpocketing ham members I have noticed that when I first use the command =pickpocket male ham member I get 33,750xp when the trip ends, however if I use the command to send out for the same trip again afterwards I get 27,750xp. It also says I am pickpocketing f...
gharchive/issue
2021-01-25T07:25:00
2025-04-01T04:57:46.988521
{ "authors": [ "Lajnux", "ReZeroed" ], "repo": "oldschoolgg/oldschoolbot", "url": "https://github.com/oldschoolgg/oldschoolbot/issues/1252", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
739908241
Build CSS in pipeline For now, site.css is prebuilt and checked in. Issues with the default action for building and publishing to Azure SWP Fixed
gharchive/issue
2020-11-10T13:27:14
2025-04-01T04:57:46.989309
{ "authors": [ "olebru" ], "repo": "olebru/harmonyexplorer", "url": "https://github.com/olebru/harmonyexplorer/issues/8", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
382705527
1.3.1 Incredibly Slow Upgraded to 1.3.1 and it is incredibly slow. The previous version 1.3.0 it took about 30 minutes to complete (35000 products). On 1.3.1 it takes in excess of 3 hours, and in fact I have not waited for it to complete as I killed the process, downgraded and went back to 1.3.0. It took about 30 min...
gharchive/issue
2018-11-20T15:06:10
2025-04-01T04:57:47.007379
{ "authors": [ "BNEP", "Kamik", "budoland-ab", "jbutkowski", "jlfguthrie", "olegkoval" ], "repo": "olegkoval/magento2-regenerate_url_rewrites", "url": "https://github.com/olegkoval/magento2-regenerate_url_rewrites/issues/60", "license": "AFL-3.0", "license_type": "permissive", "lic...
201260715
Allow missing points This is a prerequisite for #2. I suggest we allow this: # Theory: /50 ## Question 1: 5/10 ## Question 2: 10/20 ## Question 3: 10/20 The validator should allow for points to be missing in all but the bottom-most judgements, and report that points are missing if some bottom-most judgements lack th...
gharchive/issue
2017-01-17T12:06:35
2025-04-01T04:57:47.010015
{ "authors": [ "oleks" ], "repo": "oleks/remarks", "url": "https://github.com/oleks/remarks/issues/9", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
164367625
getMIMEFromPath call cb two time in error case. getMIMEFromPath call cb two time in error case. index.js line 223 // gets a MIME type of a file from the path to it function getMIMEFromPath(path, cb) { ReadChunk(path, 0, 262, function (err, buffer) { if (err) { cb(null, ""); } var fileType = FileType(buffer); return c...
gharchive/issue
2016-07-07T17:45:42
2025-04-01T04:57:47.085104
{ "authors": [ "oliver-moran", "szk360" ], "repo": "oliver-moran/jimp", "url": "https://github.com/oliver-moran/jimp/issues/152", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
213361353
Remove CHCONF options from CMake We currently define certain ChibiOS ch configuration options in two places: CMake and chconf.h. CMake options have priority. We can either remove the variables from CMake so only the ones in chconf are used or vice-versa. :+1: sounds good.
gharchive/issue
2017-03-10T14:53:52
2025-04-01T04:57:47.093350
{ "authors": [ "mickvangelderen", "oliverlee" ], "repo": "oliverlee/phobos", "url": "https://github.com/oliverlee/phobos/issues/154", "license": "bsd-2-clause", "license_type": "permissive", "license_source": "bigquery" }
857173644
Initialize lunr using a promise rather than a function? Hi, Is there a way to pass in a promise to initialize lunr instead of a function? I want to do a non-blocking stream read to load data for lunr to index, a promise would allow me to keep things async. Any suggestions? Thanks Hi Is there a way to pass in a pro...
gharchive/issue
2021-04-13T17:27:34
2025-04-01T04:57:47.096686
{ "authors": [ "elega9t", "regnete", "solyarisoftware" ], "repo": "olivernn/lunr.js", "url": "https://github.com/olivernn/lunr.js/issues/497", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1413118911
Build enhancements Used .net docker images suggested by @jon4hz. Added the parallel job build flag to speed build up A pull request with the enhancements by @jon4hz I also added the parallel jobs build to the make command in the build-libs-linux.sh file. I debated over whether to add this or not. It could make ...
gharchive/pull-request
2022-10-18T12:17:59
2025-04-01T04:57:47.103698
{ "authors": [ "oliverw", "snoby" ], "repo": "oliverw/miningcore", "url": "https://github.com/oliverw/miningcore/pull/1478", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2345797727
OLLAMA_MODEL_DIR is not reflecting on MacOS What is the issue? I tried both the executable or home brew ollama and in both cases OLLAMA_MODEL_DIR is not reflecting. launchctl getenv OLLAMA_MODEL_DIR does show the location and I presisted it on a plist file to work after restart. I have also tried the old school expo...
gharchive/issue
2024-06-11T08:53:48
2025-04-01T04:57:47.114480
{ "authors": [ "pdevine", "yusufaly" ], "repo": "ollama/ollama", "url": "https://github.com/ollama/ollama/issues/4973", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2731793827
ci: build dir changed Remove no longer relevant build log dir The build artifacts are no longer in ./build trivial fix for release build
gharchive/pull-request
2024-12-11T04:32:58
2025-04-01T04:57:47.115529
{ "authors": [ "dhiltgen" ], "repo": "ollama/ollama", "url": "https://github.com/ollama/ollama/pull/8037", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1498730547
RFE: Support for pedestal washer attachment monitoring Is your feature request related to a problem? Please describe. I have a pedestal washer attached to my washer which is available in the LG ThinQ app but not yet visible to Home Assistant. Describe the solution you'd like I'd like to be able to monitor my pedestal...
gharchive/issue
2022-12-15T16:24:39
2025-04-01T04:57:47.125183
{ "authors": [ "ollo69", "sandymac" ], "repo": "ollo69/ha-smartthinq-sensors", "url": "https://github.com/ollo69/ha-smartthinq-sensors/issues/433", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1755756428
🛑 MediaNet is down In 1ee67ac, MediaNet (https://medianet-pa.com) was down: HTTP code: 0 Response time: 0 ms Resolved: MediaNet is back up in c045606.
gharchive/issue
2023-06-13T22:48:23
2025-04-01T04:57:47.127519
{ "authors": [ "olmloa" ], "repo": "olmloa/upptime", "url": "https://github.com/olmloa/upptime/issues/1085", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1418245426
[Sync] upstream Fixes #<issue_number_goes_here> It's a good idea to open an issue first for discussion. [ ] Local tests pass (running run_desktop_tests.sh) [ ] Tested against boards [ ] Nordic nRF52840 DK [ ] Nordic nRF52840 Dongle (JTAG programmed) [ ] Nordic nRF52840 Dongle (DFU programmed) [ ] Makerdiary nRF52...
gharchive/pull-request
2022-10-21T12:11:22
2025-04-01T04:57:47.167290
{ "authors": [ "coveralls", "oluceps" ], "repo": "oluceps/OpenSK", "url": "https://github.com/oluceps/OpenSK/pull/8", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
452740863
Update support page with image.sc forum instead of old forums and lists As requested by @pwalczysko (#training channel 22:33) - updated the support page with the image.sc forum instead of old forums and mailing lists. Do we want to link to archives, or will they be ported soon enough? Do we want to link to archive...
gharchive/pull-request
2019-06-05T22:13:22
2025-04-01T04:57:47.198124
{ "authors": [ "joshmoore", "pwalczysko", "will-moore" ], "repo": "ome/www.openmicroscopy.org", "url": "https://github.com/ome/www.openmicroscopy.org/pull/297", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
442244108
Merge revision into develop No conflicts but various pep8 issue fixed in 195a732 test me Build Passed :ok_hand: You can safely merge 'merge-revision-into-develop' into 'develop'. :+1:
gharchive/pull-request
2019-05-09T13:42:51
2025-04-01T04:57:47.224834
{ "authors": [ "DavidMansolino", "cyberbotics-jenkins" ], "repo": "omichel/webots", "url": "https://github.com/omichel/webots/pull/442", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
448838684
Travis Test Suite The goal of this PR is to investigate the use of travis for replacing completely jenkins. Fix also #537 The result of sysinfo on travis is not very promising: ./webots --sysinfo System: Linux 4.15.0-1028-gcp x86_64 Processor: Intel(R) Xeon(R) CPU @ 2.30GHz Number of cores: 2 Warning: This plugin d...
gharchive/pull-request
2019-05-27T12:42:22
2025-04-01T04:57:47.236178
{ "authors": [ "DavidMansolino", "omichel" ], "repo": "omichel/webots", "url": "https://github.com/omichel/webots/pull/497", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1186747367
[2.7.0] Adds release notes and update references to 2.6.0 Adds release notes Update references to 2.6.0 Please review if the content is correct and the references are correct. Need to think of a better way to handle the 2.7.0 branch falling behind the main
gharchive/pull-request
2022-03-30T17:04:36
2025-04-01T04:57:47.293491
{ "authors": [ "cannischan" ], "repo": "ondat/documentation", "url": "https://github.com/ondat/documentation/pull/95", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
99914538
Launching executable in Windows 10 Hello, I'm having trouble launching the executable in Windows 10 (x64). I double click the executable and nothing happens other than the Windows loading icon next to the cursor. This even prevents me from deleting the .exe file and only a complete shutdown/restart allows me to do so...
gharchive/issue
2015-08-09T17:24:07
2025-04-01T04:57:47.344706
{ "authors": [ "Azolo", "Martlark", "christiangibbs", "jasonconradt", "leandroruel" ], "repo": "oneclick/rubyinstaller", "url": "https://github.com/oneclick/rubyinstaller/issues/282", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }