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
312741224
middleware on page-reload is not called on process.client What problem does this feature solve? I placed a middleware on a page like: export default{ middleware:['isAuth'] } and this is the middleware code export default function ({store, redirect}) { console.log(process.client) => never called on page-reload i...
gharchive/issue
2018-04-10T01:25:06
2025-04-01T06:03:30.407247
{ "authors": [ "Atinux", "dohomi", "uptownhr" ], "repo": "nuxt/nuxt.js", "url": "https://github.com/nuxt/nuxt.js/issues/3208", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
454632668
Prerendered SPA: Vue Router and nuxt generate Version v2.8.1 Reproduction link https://github.com/mrksbnch/nuxt-generate-example Steps to reproduce Generate static files: npm run generate Open index.html file in /dist Click on subpage link in index.html What is expected ? If you click on the link in index.html ("G...
gharchive/issue
2019-06-11T11:24:54
2025-04-01T06:03:30.412246
{ "authors": [ "mrksbnch", "pimlie" ], "repo": "nuxt/nuxt.js", "url": "https://github.com/nuxt/nuxt.js/issues/5912", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
481867262
Running nuxt generate on SPA mode should prerender meta tags What problem does this feature solve? Allows Nuxt SPA mode to provide og:title and og:image to social media page share. Currently there seem to be no way to show page title and image to facebook share. This was tested using the following tool. https://devel...
gharchive/issue
2019-08-17T09:18:51
2025-04-01T06:03:30.426503
{ "authors": [ "ems1985", "lihbr", "pencilcheck", "petergaal91", "pimlie", "web-dev-badger" ], "repo": "nuxt/nuxt.js", "url": "https://github.com/nuxt/nuxt.js/issues/6240", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
864815224
fix(webpack): use javascript/auto for js rule Types of changes [x] Bug fix (a non-breaking change which fixes an issue) [x] Breaking change (fix or feature that would cause existing functionality to change) Description Webpack 4 + .mjs dependencies currently causes an issue where that package's sub-dependencies are...
gharchive/pull-request
2021-04-22T10:58:44
2025-04-01T06:03:30.438875
{ "authors": [ "codecov-commenter", "danielroe", "dargmuesli", "pi0" ], "repo": "nuxt/nuxt.js", "url": "https://github.com/nuxt/nuxt.js/pull/9180", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1549460715
Failed to use generate when extends from a GitHub repo Environment RootDir: C:/Users/esoubiran/dev/ArmoniK.Api/.docs 15:19:52 Nuxt project info: ...
gharchive/issue
2023-01-16T14:22:05
2025-04-01T06:03:30.449519
{ "authors": [ "baixiaoyu2997", "esoubiran-aneo", "miclgael", "nossienl" ], "repo": "nuxt/nuxt", "url": "https://github.com/nuxt/nuxt/issues/12347", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2092712554
Memory leak when generating many pages Environment Operating System: Darwin Node Version: v20.5.0 Nuxt Version: 3.9.3 CLI Version: 3.10.0 Nitro Version: 2.8.1 Package Manager: pnpm@8.14.1 Builder: - User Config: devtools Runtime Modules: - Build Modules: - Reproduction https://git...
gharchive/issue
2024-01-21T18:38:16
2025-04-01T06:03:30.459195
{ "authors": [ "andrevferreiraa", "bootsmann1995", "cyberalien", "jcwieme" ], "repo": "nuxt/nuxt", "url": "https://github.com/nuxt/nuxt/issues/25362", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
274799464
Update xhr.js 解决request.upload.addListener监听事件(监听上传进度) Changes Unknown when pulling 641d0262bafbd945c354a8c27b1b38a01ebb65a3 on lvgao2012:patch-1 into ** on nuysoft:refactoring**. 什么意思啊看不懂
gharchive/pull-request
2017-11-17T09:18:12
2025-04-01T06:03:30.461323
{ "authors": [ "coveralls", "lvgao2012" ], "repo": "nuysoft/Mock", "url": "https://github.com/nuysoft/Mock/pull/245", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1564808728
Forward-merge branch-23.01 to branch-23.03 Forward-merge triggered by push to branch-23.01 that creates a PR to keep branch-23.03 up-to-date. If this PR is unable to be immediately merged due to conflicts, it will remain open for the team to manually merge. SUCCESS - forward-merge complete.
gharchive/pull-request
2023-01-31T18:27:49
2025-04-01T06:03:30.469222
{ "authors": [ "GPUtester" ], "repo": "nv-morpheus/Morpheus", "url": "https://github.com/nv-morpheus/Morpheus/pull/657", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1189898869
It drops the quotes from a string when when it suggests a solution. If I fuck up with something like gti commit -m "fist commit", it suggests git commit -m first commit, which is obviously wrong, since it drops the fucking quotes and fucks things up even more. Awesome fucking program, but fuck this shit, fr fr no cap...
gharchive/issue
2022-04-01T14:43:28
2025-04-01T06:03:30.481842
{ "authors": [ "BrandonDoesDev", "RVALLER", "davidegavio", "kxrn0", "scorphus" ], "repo": "nvbn/thefuck", "url": "https://github.com/nvbn/thefuck/issues/1282", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
447330050
VisualStateManager & Storyboard "Completed" callback fixes Bugfix The Completed callback of a Storyboard were not properly called in various situations: When there was no children in the Storyboard When it was triggered using a StateTrigger What is the new behavior? Behavior is now coherent with UWP. PR Checklist P...
gharchive/pull-request
2019-05-22T20:32:53
2025-04-01T06:03:30.499370
{ "authors": [ "carldebilly" ], "repo": "nventive/Uno", "url": "https://github.com/nventive/Uno/pull/884", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1318102549
🛑 PufferAI HPC Portal is down In 8235b61, PufferAI HPC Portal (https://hpc.lab.novaglobal.com.sg) was down: HTTP code: 0 Response time: 0 ms Resolved: PufferAI HPC Portal is back up in 30b13de.
gharchive/issue
2022-07-26T11:28:24
2025-04-01T06:03:30.501824
{ "authors": [ "nvgsg" ], "repo": "nvgsg/lab-upptime", "url": "https://github.com/nvgsg/lab-upptime/issues/129", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1445286175
🛑 PufferAI HPC Portal is down In f791e6c, PufferAI HPC Portal (https://hpc.lab.novaglobal.com.sg) was down: HTTP code: 0 Response time: 0 ms Resolved: PufferAI HPC Portal is back up in 2522644.
gharchive/issue
2022-11-11T10:42:21
2025-04-01T06:03:30.504144
{ "authors": [ "nvgsg" ], "repo": "nvgsg/lab-upptime", "url": "https://github.com/nvgsg/lab-upptime/issues/2894", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1506666658
🛑 Kubeflow ML Platform is down In 2c7bf59, 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 10962e8.
gharchive/issue
2022-12-21T17:24:26
2025-04-01T06:03:30.506595
{ "authors": [ "nvgsg" ], "repo": "nvgsg/lab-upptime", "url": "https://github.com/nvgsg/lab-upptime/issues/4144", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1515769343
🛑 PufferAI HPC Portal is down In 95b8010, PufferAI HPC Portal (https://hpc.lab.novaglobal.com.sg) was down: HTTP code: 0 Response time: 0 ms Resolved: PufferAI HPC Portal is back up in 6ab482f.
gharchive/issue
2023-01-01T19:03:07
2025-04-01T06:03:30.509098
{ "authors": [ "nvgsg" ], "repo": "nvgsg/lab-upptime", "url": "https://github.com/nvgsg/lab-upptime/issues/4794", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1245426458
Bug: 'tabs' component -- highlight of rightmost active tab does not reset Self Checks [x] I'm using the latest lualine. [x] I didn't find the issue in exsisting issues or prs. How to reproduce the problem Add 'tabs' component in lualine_a section in tabline. Open 2 or more tabs Expected behaviour Active tab is...
gharchive/issue
2022-05-23T16:25:22
2025-04-01T06:03:30.516824
{ "authors": [ "BojanStipic", "shadmansaleh" ], "repo": "nvim-lualine/lualine.nvim", "url": "https://github.com/nvim-lualine/lualine.nvim/issues/690", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2172593873
Use one floating window instead of two. Description As I described in https://github.com/neovide/neovide/issues/2375#issuecomment-1969194912 It is embarrassing to see two shadow floating windows in mutigrid Neovim version 0.10 Expected behavior one glass contain line number Actual behavior two glass Minimal config lo...
gharchive/issue
2024-03-06T23:04:11
2025-04-01T06:03:30.559291
{ "authors": [ "lewis6991", "romgrk", "xzbdmw" ], "repo": "nvim-treesitter/nvim-treesitter-context", "url": "https://github.com/nvim-treesitter/nvim-treesitter-context/issues/415", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1630913969
Calling the TSTextobjectSelect command directly inserts a newline instead of selecting a text object Describe the bug Calling the TSTextobjectSelect command directly inserts a newline instead of selecting a text object. To Reproduce After setting up a minimal treesitter-textobjects config: require'nvim-treesitter.con...
gharchive/issue
2023-03-19T12:09:42
2025-04-01T06:03:30.570349
{ "authors": [ "jxcrw", "kiyoon" ], "repo": "nvim-treesitter/nvim-treesitter-textobjects", "url": "https://github.com/nvim-treesitter/nvim-treesitter-textobjects/issues/418", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1323323771
Selection no longer allows ad-hoc charwise selection Recent changes to make the selection modes configurable broke specifying a charwise selection mode as part of the operator (e.g. dvif where if is mapped to @function.inner). I believe charwise selection only worked previously because it was the default used by ts_u...
gharchive/pull-request
2022-07-31T00:06:17
2025-04-01T06:03:30.574095
{ "authors": [ "binyomen", "theHamsta" ], "repo": "nvim-treesitter/nvim-treesitter-textobjects", "url": "https://github.com/nvim-treesitter/nvim-treesitter-textobjects/pull/237", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
970911259
fix: Major version bump This update are tested tests.log Closed: Due to unmaintained repo
gharchive/pull-request
2021-08-14T13:24:19
2025-04-01T06:03:30.620996
{ "authors": [ "HakobiDev" ], "repo": "nwjs-community/nw-builder", "url": "https://github.com/nwjs-community/nw-builder/pull/541", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1669128941
🛑 Harmony Bot Website is down In ec89365, Harmony Bot Website ($HARMONY_WEB) was down: HTTP code: 0 Response time: 0 ms Resolved: Harmony Bot Website is back up in f246ab1.
gharchive/issue
2023-04-15T03:40:55
2025-04-01T06:03:30.661005
{ "authors": [ "nxvvvv" ], "repo": "nxvvvv/uptime", "url": "https://github.com/nxvvvv/uptime/issues/16770", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
252755922
Feature Request: Zoom/Change Font Size Are there any related issues? There is this closed issue ... What operating system are you using? Windows 10 Ubuntu Gnome 17.04 What version of Nylas Mail are you using? 2.1.0 -- Feature Request? Does this feature exist in another mail client or tool you use? No A...
gharchive/issue
2017-08-24T23:07:04
2025-04-01T06:03:30.672872
{ "authors": [ "lamixer", "laughedelic", "mayurdw" ], "repo": "nylas-mail-lives/nylas-mail", "url": "https://github.com/nylas-mail-lives/nylas-mail/issues/59", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
201317647
Handlebars use handlebars template for kiln reference @root.locals property Notes: svgs are read from the media folder, rather than the (assumed) ../../public/media/components/clay-kiln/ folder. They should be optimized this only converts the template to handlebars. it doesn't add client-side handlebars rendering ...
gharchive/pull-request
2017-01-17T15:25:10
2025-04-01T06:03:30.675826
{ "authors": [ "coveralls", "nelsonpecora" ], "repo": "nymag/clay-kiln", "url": "https://github.com/nymag/clay-kiln/pull/732", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1564787966
Deprecation error with webpack 5 I am getting following when running with webpack 5: DeprecationWarning: Hook.context is deprecated and will be removed at Hook._ta ... at Hook.tapAsync ... Yes, it's fine, and will work with webpack 5 -- but may be retired in webpack 6 and beyond
gharchive/issue
2023-01-31T18:10:21
2025-04-01T06:03:30.684647
{ "authors": [ "khalwat", "sushmitg" ], "repo": "nystudio107/save-remote-file-webpack-plugin", "url": "https://github.com/nystudio107/save-remote-file-webpack-plugin/issues/14", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2198697640
Add type exports to mina-signer to make it easier to use with typescript I don't think this warrants an RFC; if it does, please close, and I can resubmit with an RFC and proposed solution. Maybe I'm doing it wrong - and if so, the mina-signer docs could use an update. If not ... It's difficult to use/define the prope...
gharchive/issue
2024-03-20T22:30:24
2025-04-01T06:03:30.792243
{ "authors": [ "jrwashburn", "mitschabaude" ], "repo": "o1-labs/o1js", "url": "https://github.com/o1-labs/o1js/issues/1512", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1860984277
[berkeley] Expose lookup commitments Waiting for https://github.com/MinaProtocol/mina/pull/13899 to be merged to continue. FIx https://github.com/MinaProtocol/mina/issues/13909 Depends on https://github.com/o1-labs/snarkyjs/pull/1089 [x] Regenerate bindings when 13899 is merged.. Artefacts are built on top of it. ...
gharchive/pull-request
2023-08-22T09:00:58
2025-04-01T06:03:30.797071
{ "authors": [ "dannywillems" ], "repo": "o1-labs/snarkyjs-bindings", "url": "https://github.com/o1-labs/snarkyjs-bindings/pull/122", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1662417627
Fix fetchActions Fix the issue mentioned in #843 This problem is because the actionData array returned by the archive node is in descending order according to accoutUpdateId, which will cause problems in the order of using actions to calculate actionHash, and the actionData array needs to be reversed. Removed red...
gharchive/pull-request
2023-04-11T12:53:29
2025-04-01T06:03:30.799269
{ "authors": [ "Comdex" ], "repo": "o1-labs/snarkyjs", "url": "https://github.com/o1-labs/snarkyjs/pull/844", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
303924505
add / remove disks Reviewing by separate commits should help. I'm happy to provide one-on-one description of this PR. Fixes #489 This change is  Reviewed 32 of 32 files at r1. Review status: all files reviewed at latest revision, all discussions resolved. Comments from Reviewable
gharchive/pull-request
2018-03-09T17:47:34
2025-04-01T06:03:30.841205
{ "authors": [ "jniederm", "mareklibra" ], "repo": "oVirt/ovirt-web-ui", "url": "https://github.com/oVirt/ovirt-web-ui/pull/523", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
353832168
refactor VM cd-rom handling to work on the current/running VM Fixes: #698 Needed for: #701 Change details: When the VM is stopped, changing the CD will change the next-run ("current=false") cd-rom settings When the VM is running, the next-run cd-rom will be initially loaded. Changing the CD will change the curren...
gharchive/pull-request
2018-08-24T15:35:24
2025-04-01T06:03:30.845378
{ "authors": [ "gregsheremeta", "sjd78" ], "repo": "oVirt/ovirt-web-ui", "url": "https://github.com/oVirt/ovirt-web-ui/pull/742", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2032654037
Auto extend node subnet Short The node subnet is composed of 64 addresses. If a worker requires more addresses, we should perform another request to extend the subnetwork. Proposal At worker initialization time, the worker requires a net size of 64 as usual. Then, every time the address space is exhausted because we ...
gharchive/issue
2023-12-08T13:24:50
2025-04-01T06:03:30.859149
{ "authors": [ "giobart", "smnzlnsk" ], "repo": "oakestra/oakestra-net", "url": "https://github.com/oakestra/oakestra-net/issues/155", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1758135128
[VL] Avoid print conf in default situation The conf passed in VeloxInitializer could contains some sensitive informations, such as cloud storage AK/SK, we should not print these infos by default. CC @zhztheplayer @zuochunwei - should be able to resolve a persistent view java.lang.ArithmeticException: Decimal pre...
gharchive/pull-request
2023-06-15T06:32:52
2025-04-01T06:03:30.866226
{ "authors": [ "Yohahaha" ], "repo": "oap-project/gluten", "url": "https://github.com/oap-project/gluten/pull/1968", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2017696866
[VL] Enable some Spark tests What changes were proposed in this pull request? With velox's development, maybe some functionalities tested are supported now. Depends on https://github.com/facebookincubator/velox/pull/8870.
gharchive/pull-request
2023-11-30T01:19:04
2025-04-01T06:03:30.867530
{ "authors": [ "PHILO-HE" ], "repo": "oap-project/gluten", "url": "https://github.com/oap-project/gluten/pull/3887", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2066805070
[VL] remove validate for timestamp in sortRel What changes were proposed in this pull request? This is added before because timestamp is not fully supported, now looks we can remove this check. How was this patch tested? Existing UT. ===== Performance report for TPCH SF2000 with Velox backend, for reference only ==...
gharchive/pull-request
2024-01-05T06:31:44
2025-04-01T06:03:30.885168
{ "authors": [ "GlutenPerfBot", "zhli1142015" ], "repo": "oap-project/gluten", "url": "https://github.com/oap-project/gluten/pull/4291", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
863678054
[NSE-207] fix issues found from join unit tests What changes were proposed in this pull request? depends on: https://github.com/oap-project/arrow/pull/13 depends on previous pr: https://github.com/oap-project/native-sql-engine/pull/233, and should be merged after that. https://github.com/oap-project/native-sql-engine...
gharchive/pull-request
2021-04-21T09:42:17
2025-04-01T06:03:30.888273
{ "authors": [ "rui-mo", "zhouyuan" ], "repo": "oap-project/native-sql-engine", "url": "https://github.com/oap-project/native-sql-engine/pull/264", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
841537423
Feat: add material base Please check if the PR fulfills these requirements [x] The commit message follows our guidelines [ ] Tests for the changes have been added (for bug fixes / features) [ ] Docs have been added / updated (for bug fixes / features) What kind of change does this PR introduce? (Bug fix, feature, d...
gharchive/pull-request
2021-03-26T02:41:04
2025-04-01T06:03:30.894799
{ "authors": [ "zhuxudong" ], "repo": "oasis-engine/engine", "url": "https://github.com/oasis-engine/engine/pull/121", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2108512692
metadata path description There are 2 parts of the draft discussing the path to issuer metadata: Issuers publishing JWT VC Issuer Metadata MUST make a JWT VC Issuer Metadata configuration available at the path formed by concatenating the string /.well-known/jwt-vc-issuer to the iss claim value in the JWT. The iss MU...
gharchive/issue
2024-01-30T18:36:21
2025-04-01T06:03:30.940593
{ "authors": [ "bc-pi", "c2bo" ], "repo": "oauth-wg/oauth-sd-jwt-vc", "url": "https://github.com/oauth-wg/oauth-sd-jwt-vc/issues/203", "license": "CC0-1.0", "license_type": "permissive", "license_source": "github-api" }
207406589
add two optional property for OAuth configure add two optional property for OAuth.configure: isCookiePathRoot: false, // optional, when the property value is false or not set, the path of cookie is default, when the property value is true, the cookie path is root. (when two different web application use the sam...
gharchive/pull-request
2017-02-14T03:17:15
2025-04-01T06:03:30.950862
{ "authors": [ "lookforblue" ], "repo": "oauthjs/angular-oauth2", "url": "https://github.com/oauthjs/angular-oauth2/pull/114", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
310947454
How to add custom fields in a Token response After a long debugging session I found following configuration options: oauth = new OAuthServer({ model: dataModel, debug: true , allowExtendedTokenAttributes: true, alwaysIssueNewRefreshToken: false, requireClientAuthentication...
gharchive/issue
2018-04-03T18:29:29
2025-04-01T06:03:30.954998
{ "authors": [ "koocbor", "nanachimi" ], "repo": "oauthjs/express-oauth-server", "url": "https://github.com/oauthjs/express-oauth-server/issues/67", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
345603566
$$$$ maps.google.com BILLING $$ cost vs OpenMaps As maps.google.com will cost a fee and BILLING can this be setup working with an GPL opensource MAPs like OpenMaps GOOGLE :: maps.google.com KEY now is fee $$$$$ What kind of site do you use this on? Just in case you haven't explored Google Maps Pricing yet. There ...
gharchive/issue
2018-07-30T04:03:03
2025-04-01T06:03:30.963039
{ "authors": [ "marcellusmontilla", "va3yyz" ], "repo": "obeattie/gmaps-radius", "url": "https://github.com/obeattie/gmaps-radius/issues/20", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1969936243
SNAPSHOT version in README.md At the moment, the README.md mentions 1.0.0-SNAPSHOT version, which is not available in Maven Central. Thus, I can't use the example provided. I have to go to Maven Central and check what is the latest version. I suggest implementing this mechanism here: https://github.com/objectionary/e...
gharchive/issue
2023-10-31T08:48:08
2025-04-01T06:03:30.993600
{ "authors": [ "volodya-lombrozo", "yegor256" ], "repo": "objectionary/jeo-maven-plugin", "url": "https://github.com/objectionary/jeo-maven-plugin/issues/213", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2710428558
names of test objects must match a regex pattern similar to #72 Let's make sure that names of test objects match ^[a-z][a-z]+(-[a-z][a-z]+)*$ pattern. @yegor256 assign me please @h1alexbel go ahead
gharchive/issue
2024-12-02T04:38:21
2025-04-01T06:03:30.994995
{ "authors": [ "h1alexbel", "yegor256" ], "repo": "objectionary/lints", "url": "https://github.com/objectionary/lints/issues/74", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
327844604
Search functionality over sections Hey, great library thanks a lot! I have both filter and search functionality implemented over the Accordion but the thing is it sometimes does not render content. Although it does search job perfectly, and renders header perfectly(which I know based on number of sections I have in m...
gharchive/issue
2018-05-30T18:18:48
2025-04-01T06:03:31.004487
{ "authors": [ "Bassonlinho", "iRoachie" ], "repo": "oblador/react-native-collapsible", "url": "https://github.com/oblador/react-native-collapsible/issues/203", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1733559458
Dynamic Page - Footer Hi, I can't add the dynamic page footer to the dynamic page. Is this not support or do I missing something? Error message: Thanks a lot. Kind regards Axel Hi Axel, can you send me your xml definition? Looks like that you missed to add a specific control. Best regards. Hi Axel, i updated mai...
gharchive/issue
2023-05-31T07:27:58
2025-04-01T06:03:31.009749
{ "authors": [ "axelmohnen", "oblomov-dev" ], "repo": "oblomov-dev/abap2UI5", "url": "https://github.com/oblomov-dev/abap2UI5/issues/253", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
316877493
odor versus odour Related to #2691 Any MP term with the word odor/odorant should have a synonym that replaces odor/odorant with odour/odourant. abnormal odor adaptation abnormal olfactory receptor morphology (abnormal odorant receptors) abnormal response to novel odor abnormal habituation to a novel odor Done.
gharchive/issue
2018-04-23T16:00:30
2025-04-01T06:03:31.032934
{ "authors": [ "anna-anagnostop" ], "repo": "obophenotype/mammalian-phenotype-ontology", "url": "https://github.com/obophenotype/mammalian-phenotype-ontology/issues/2733", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
2180475132
New tip for demand graph in EIA (US Energy) example Replaces default tip for the three-line graph with an hourly summary so it's easier to read. Also changed to zip archive data loader to create 2 different levels of detail from a single web API call. Apologies in advance for the rename of us-demand.csv.js to us-dema...
gharchive/pull-request
2024-03-12T00:09:32
2025-04-01T06:03:31.041641
{ "authors": [ "Fil", "pettiross" ], "repo": "observablehq/framework", "url": "https://github.com/observablehq/framework/pull/1041", "license": "ISC", "license_type": "permissive", "license_source": "github-api" }
741239907
Overwrite the default affinity The previous PR #23 is for defining some common affinity. for example: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: kubernetes.io/e2e-az-name operator...
gharchive/pull-request
2020-11-12T03:11:51
2025-04-01T06:03:31.047286
{ "authors": [ "clyang82" ], "repo": "observatorium/operator", "url": "https://github.com/observatorium/operator/pull/24", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1197844944
Orchestrate for multiple files Run get_bitinformation and get_keepbits once and apply bitround to multiple files. How to run in a script in parallel? try prefect https://docs.prefect.io/core/concepts/persistence.html#output-caching-based-on-a-file-target pangeo_forge_recipes/executors/prefect.py dask path: loop or ...
gharchive/issue
2022-04-08T21:20:17
2025-04-01T06:03:31.054082
{ "authors": [ "aaronspring", "observingClouds" ], "repo": "observingClouds/bitinformation_pipeline", "url": "https://github.com/observingClouds/bitinformation_pipeline/issues/44", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1195748668
bp.jl_bitround implement bp.jl_bitround test against bp.xr_bitround align with numcodecs.bitround Closes #25 deals with #27 Can you link me to the python code for numcodecs.bitround? It's not in master yet right? In Ryan's version it seems that a simple escape is used for keepbits=23 (because no rounding should t...
gharchive/pull-request
2022-04-07T09:10:08
2025-04-01T06:03:31.059658
{ "authors": [ "aaronspring", "milankl", "observingClouds" ], "repo": "observingClouds/bitinformation_pipeline", "url": "https://github.com/observingClouds/bitinformation_pipeline/pull/29", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2228274982
feat: Add Reminder Field Support Description This teaches Tasks to read and write a Reminder field, which is expected to be compatible with the Reminders plugin. Problems found in exploratory testing EditTask modal [x] Because of muscle memory, consider putting Reminder after the existing 3 date fields [ ] Any tim...
gharchive/pull-request
2024-04-05T15:13:27
2025-04-01T06:03:31.086639
{ "authors": [ "claremacrae", "stevendkwtz" ], "repo": "obsidian-tasks-group/obsidian-tasks", "url": "https://github.com/obsidian-tasks-group/obsidian-tasks/pull/2750", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1869078897
Configuring Docker, understanding cos and docker related operations Download COSbrowser (Please ask Senbo Xu or Xinning Zhu for COS key to log in). Download an IDE, the recommendation is to choose Vscode. To learn how to use github, such as fork, pull, how to commit, how to create pull request. Markdown to ip...
gharchive/issue
2023-08-28T06:36:23
2025-04-01T06:03:31.116730
{ "authors": [ "bestfw" ], "repo": "ocademy-ai/machine-learning", "url": "https://github.com/ocademy-ai/machine-learning/issues/499", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1108861968
Update scalafmt-core to 3.3.2 Updates org.scalameta:scalafmt-core from 3.2.2 to 3.3.2. GitHub Release Notes - Version Diff I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR. If you have any feedback, just ment...
gharchive/pull-request
2022-01-20T04:55:32
2025-04-01T06:03:31.135269
{ "authors": [ "scala-steward" ], "repo": "ocadotechnology/sttp-oauth2", "url": "https://github.com/ocadotechnology/sttp-oauth2/pull/194", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
952729258
Wrong distrib name with dune-release 1.5.0 When releasing Merlin dune-released refused to sue the tag name as a version for the archive file and the release name. Instead it used the name merlin leading to the confusing archive name merlin-merlin.tbz. $ dune-release tag v4.3-411 $ dune-release distrib [-] Building so...
gharchive/issue
2021-07-26T10:04:11
2025-04-01T06:03:31.302134
{ "authors": [ "Leonidas-from-XIV", "NathanReb", "gpetiot", "voodoos" ], "repo": "ocamllabs/dune-release", "url": "https://github.com/ocamllabs/dune-release/issues/381", "license": "ISC", "license_type": "permissive", "license_source": "github-api" }
1880537186
Add advanced filtering for the getHistory endpoint When we add advanced filtering on the microservices we will need to adjust the DBS to pass on the parameters. Related issues: https://github.com/oceanprotocol/dbs_filecoin/issues/50 https://github.com/oceanprotocol/dbs_arweave/issues/41 https://github.com/oceanprotoc...
gharchive/issue
2023-09-04T15:47:04
2025-04-01T06:03:31.317579
{ "authors": [ "AnaLoznianu", "jamiehewitt15" ], "repo": "oceanprotocol/uploader_backend", "url": "https://github.com/oceanprotocol/uploader_backend/issues/74", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
120301032
Rendering not triggered by dispatching actions after mounting a component I'm using the todomvc example to explain my problem: Suppose you add a new action "InitTodos" and therefore you add a new case in the handler: case InitTodos => val todos = List(Todo(TodoId.random, "first", false), Todo(TodoId.random, "s...
gharchive/issue
2015-12-04T00:03:02
2025-04-01T06:03:31.327825
{ "authors": [ "matiastoro", "ochrons" ], "repo": "ochrons/diode", "url": "https://github.com/ochrons/diode/issues/2", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
65855646
Error install via cocoapod I got this error message when I install octokit via cocoapod. [!] Unable to satisfy the following requirements: - `AFNetworking` required by `Podfile` - `AFNetworking` required by `Podfile` - `AFNetworking` required by `Podfile` - `AFNetworking (= 2.5.1)` required by `Podfile.lock` - `AFNe...
gharchive/issue
2015-04-02T06:44:04
2025-04-01T06:03:31.368076
{ "authors": [ "datomnurdin", "joshaber" ], "repo": "octokit/octokit.objc", "url": "https://github.com/octokit/octokit.objc/issues/258", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2013674885
🛑 Cajas 3 (cajas3octubre.osperyh.org.ar) is down In 1790cae, Cajas 3 (cajas3octubre.osperyh.org.ar) (https://cajas3octubre.osperyh.org.ar/api/appstatus) was down: HTTP code: 403 Response time: 198 ms Resolved: Cajas 3 (cajas3octubre.osperyh.org.ar) is back up in 12b4fb5.
gharchive/issue
2023-11-28T05:29:34
2025-04-01T06:03:31.375261
{ "authors": [ "apps-suterh" ], "repo": "octubre-softlab/octubre-upptime", "url": "https://github.com/octubre-softlab/octubre-upptime/issues/2582", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
947226054
Replicate ocaml-bench-server setup In Sandmark, we dynamically generate a configuration JSON file and invoke make ocaml-versions/target.bench from a Makefile to produce the benchmark results. TAG='"run_in_ci"' make multicore_parallel_run_config_filtered.json TAG='"macro_bench"' make multicore_parallel_run_config_filt...
gharchive/issue
2021-07-19T03:31:47
2025-04-01T06:03:31.378524
{ "authors": [ "shakthimaan" ], "repo": "ocurrent/current-bench", "url": "https://github.com/ocurrent/current-bench/issues/146", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
530049416
Handle locked terraform state for pipelines As a DevOps engineer I'd like to have possibility to unlock terraform state so I can restart pipeline job if that was previously failed or aborted. Moved to ci-cd repo
gharchive/issue
2019-11-28T12:58:48
2025-04-01T06:03:31.379444
{ "authors": [ "mcdoker18" ], "repo": "odahu/odahu-automation", "url": "https://github.com/odahu/odahu-automation/issues/10", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
194597931
Support ignoring a column From @brodecva on September 5, 2016 0:46 Story at https://grips.semantic-web.at/x/0hZsB . Copied from original issue: odalic/sti#145 This was implemented, @KataBoku just had a typo ('ignoreColumn' instead of 'ignoredColumn'), so it did not work.
gharchive/issue
2016-12-09T13:34:18
2025-04-01T06:03:31.381034
{ "authors": [ "brodecva", "istvan-satmari" ], "repo": "odalic/odalic-ui", "url": "https://github.com/odalic/odalic-ui/issues/186", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1848075888
更新之后项目运行报错 通过文档里的教程,替换了html和jar目录及文件更新了1.0.6之后,访问后台查看用户管理的时候,出现以下错误,查了一下好像是数据库的查询问题,大佬帮忙看看 Error querying database. Cause: java.sql.SQLSyntaxErrorException: Unknown column 'del_flag' in 'where clause' ### The error may exist in com/oddfar/campus/business/mapper/IUserMapper.java (best guess) ### The error may involve ...
gharchive/issue
2023-08-12T15:30:24
2025-04-01T06:03:31.397002
{ "authors": [ "Crazybbok", "oddfar" ], "repo": "oddfar/campus-imaotai", "url": "https://github.com/oddfar/campus-imaotai/issues/61", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1715736139
chore(main): release preact 0.2.0 :robot: I have created a release beep boop 0.2.0 (2023-05-18) Features add login, logout, register to the hooks (c3a455b) Bug Fixes odd-preact: remove dependency on odd-passkeys (cbccff9) This PR was generated with Release Please. See documentation. :robot: Release is at https...
gharchive/pull-request
2023-05-18T14:25:24
2025-04-01T06:03:31.400706
{ "authors": [ "hugomrdias" ], "repo": "oddsdk/passkeys", "url": "https://github.com/oddsdk/passkeys/pull/7", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1253032879
feat(metabase): use instance label for urn component new mandatory config to label extracted metabase metadata. source: name: metabase config: ... instance_label: my-metabase this will be used as the urn component like below { "urn": "metabase::my-metabase/dashboard/192" } @StewartJingga the test fo...
gharchive/pull-request
2022-05-30T18:35:44
2025-04-01T06:03:31.635222
{ "authors": [ "GrayFlash", "StewartJingga" ], "repo": "odpf/meteor", "url": "https://github.com/odpf/meteor/pull/351", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
711188446
Egeria chassis fails to launch with default configuration The egeria chassis fails to launch in a default configuration when run from the 'target' directory. jonesn:server-chassis-spring/ (master) $ LOGGING_LEVEL_ROOT=Info java -jar target/server-chassis-spring-2.4-SNAPSHOT.jar ODPi Egeria ____ __ ___ ___ ...
gharchive/issue
2020-09-29T14:48:42
2025-04-01T06:03:31.646364
{ "authors": [ "bogdan-sava", "planetf1" ], "repo": "odpi/egeria", "url": "https://github.com/odpi/egeria/issues/3705", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1698662785
🛑 urbamonde.org is down In b940c2d, urbamonde.org (https://www.urbamonde.org) was down: HTTP code: 429 Response time: 793 ms Resolved: urbamonde.org is back up in c014416.
gharchive/issue
2023-05-06T14:56:14
2025-04-01T06:03:31.650347
{ "authors": [ "ntopulos" ], "repo": "odqo/upptime", "url": "https://github.com/odqo/upptime/issues/1669", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2702262957
Back Button is not working proper in the camera configuration page Describe the bug The back button on the Camera Configuration page does not take the user to the previously accessed page. To Reproduce Steps to reproduce the behavior: Go to the Assets section. Click on any camera asset. Click on the Configuration bu...
gharchive/issue
2024-11-28T14:00:20
2025-04-01T06:03:31.808089
{ "authors": [ "SwanandBhuskute", "nihal467", "rithviknishad" ], "repo": "ohcnetwork/care_fe", "url": "https://github.com/ohcnetwork/care_fe/issues/9233", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2762245271
Eye Icon Design Mismatch in Password Fields Describe the bug The eye icon used for toggling password visibility looks and behaves differently To Reproduce Steps to reproduce the behavior: Navigate to login screen (can be seen on multiple pages) Look for the password input field Notice the eye icon on the right side ...
gharchive/issue
2024-12-29T13:08:46
2025-04-01T06:03:31.813338
{ "authors": [ "Jacobjeevan", "Jeffrin2005", "ashwinpraveengo" ], "repo": "ohcnetwork/care_fe", "url": "https://github.com/ohcnetwork/care_fe/issues/9606", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1262234255
🛑 Muysc is down In cbe71bb, Muysc (https://muysc.ohelit.co) was down: HTTP code: 0 Response time: 0 ms Resolved: Muysc is back up in 275696d.
gharchive/issue
2022-06-06T18:53:28
2025-04-01T06:03:31.816119
{ "authors": [ "ohelitco" ], "repo": "ohelitco/status", "url": "https://github.com/ohelitco/status/issues/548", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
441930417
Skipping reads without spacer I think the intent is to skip reads without spacer when spacer should be present. It should use the continue statement instead This potentially throw out reads. There should be some sort of QC/report with number of reads in original file and pre-processed files https://github.com/oicr-...
gharchive/issue
2019-05-08T21:02:07
2025-04-01T06:03:31.912413
{ "authors": [ "rjovelin" ], "repo": "oicr-gsi/debarcer", "url": "https://github.com/oicr-gsi/debarcer/issues/112", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1934756863
Error updating node status Suddenly few worked nodes(everytime same set of worker nodes) goes into NotReady state and which back to normal themselves in 40 mins time. During this time I'm able to ping the pod from this issue nodes and also external url resolves fine(so network seems fine). The master nodes resources ...
gharchive/issue
2023-10-10T08:30:11
2025-04-01T06:03:31.933852
{ "authors": [ "balait4", "vrutkovs" ], "repo": "okd-project/okd", "url": "https://github.com/okd-project/okd/issues/1758", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
102110965
Fix Travis test runner Seems to be broken: https://travis-ci.org/okfn/datapackagist @pwalsh did you mean travisci test runner and not heroku? yes Done https://travis-ci.org/okfn/datapackagist/builds/76598074 great!
gharchive/issue
2015-08-20T10:36:17
2025-04-01T06:03:31.959406
{ "authors": [ "gvidon", "pwalsh" ], "repo": "okfn/datapackagist", "url": "https://github.com/okfn/datapackagist/issues/125", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
59556670
Storing a Date returns a string on .get(), which is not how the original Session worked. var d = new Date(); Session.set('d',d); Session.get('d') // typeof: String Thanks. We'll check this out. Sounds like we're not converting to EJSON properly.
gharchive/issue
2015-03-02T21:47:22
2025-04-01T06:03:31.960731
{ "authors": [ "jamesgibson14", "pauldowman" ], "repo": "okgrow/meteor-persistent-session", "url": "https://github.com/okgrow/meteor-persistent-session/issues/17", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
365184952
'Ctrl+K'로 링크 걸면 글 사라지는 버그 게시판 본문에서 링크를 걸기 위해 Ctrl+K 누르고 게시글에 이동할 URL 링크 올린 후에 '링크 추가' 선택하면 글이 정상적으로 보이는데 '링크 추가' 선택하지 않고 엔터를 치면 게시글이 사라집니다. 섬머노트 버그일텐데요. 지금 썸머노트를 건드리긴 힘들것 같습니다. 리뉴얼 되면 다른 에디터로 변경할 예정이기 때문에 조금만 기다려 주세요. summer 노트 최신버전 테스트 결과 해당 버그가 없습니다.
gharchive/issue
2018-09-30T02:34:22
2025-04-01T06:03:31.966966
{ "authors": [ "1angerhans", "sbroh", "sunytaki" ], "repo": "okjsp/okky", "url": "https://github.com/okjsp/okky/issues/180", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
291000073
Refactor callServer function and add getInactiveMilestones What this PR does / why we need it: Refactors the callServer function so that it includes pagination and returns a []milestoneAPI. Also adds a getInactiveMilestones function that returns inactive milestones. This should be a workable solution for the getMil...
gharchive/pull-request
2018-01-23T21:31:41
2025-04-01T06:03:31.970308
{ "authors": [ "dbriesz", "stp-ip" ], "repo": "okkur/dailymile", "url": "https://github.com/okkur/dailymile/pull/30", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
327700210
Mode verbose for commands Hi, I added a flag --verbose for the command. It allows us to use some packages for metrics ex: cqc to have an overview when we commit/push etc. Or any command you want to use to display a message via a hook. This is not the same as debug, you can use them at the same time but debug is for l...
gharchive/pull-request
2018-05-30T12:04:18
2025-04-01T06:03:31.976679
{ "authors": [ "dhoko", "iiroj", "sudo-suhas" ], "repo": "okonet/lint-staged", "url": "https://github.com/okonet/lint-staged/pull/461", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1840211194
Launcher stuck on loading Yes i know this is already an issue. `[16:06:23 INFO]: OLauncher 1.7.2_09 (through bootstrap 100) started on windows... [16:06:23 INFO]: Current time is Aug 7, 2023 4:06:23 PM [16:06:23 INFO]: System.getProperty('os.name') == 'Windows 11' [16:06:23 INFO]: System.getProperty('os.version') == ...
gharchive/issue
2023-08-07T21:09:34
2025-04-01T06:03:32.079350
{ "authors": [ "manOnWebs" ], "repo": "olauncher/olauncher", "url": "https://github.com/olauncher/olauncher/issues/41", "license": "CC0-1.0", "license_type": "permissive", "license_source": "github-api" }
753427558
index incremented by 1 when value is greater than 1. Describe the bug even though the key is using dependencies[2].version the application crashes with: panic: runtime error: index out of range [3] with length 3 goroutine 1 [running]: github.com/olblak/updateCli/pkg/plugins/yaml.replace(0xc000b7c140, 0xc0006cad30, 0...
gharchive/issue
2020-11-30T12:13:48
2025-04-01T06:03:32.083922
{ "authors": [ "jetersen", "olblak" ], "repo": "olblak/updatecli", "url": "https://github.com/olblak/updatecli/issues/129", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1325596159
how generate the 'date created' and 'date modified' on the top of each file how generate the 'date created' and 'date modified' on the top of each file like : date created: 2022-07-02 date modified: 2022-07-18 Linter plugin can do this. awesome plugin.
gharchive/issue
2022-08-02T09:49:09
2025-04-01T06:03:32.089153
{ "authors": [ "oldwinter", "stillcoolme" ], "repo": "oldwinter/knowledge-garden", "url": "https://github.com/oldwinter/knowledge-garden/issues/5", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
453219007
[Question] Adapting the plugin to other programming languages It seems your plugin really improves Notepad++ a lot, for example by adding a true Intellisense feature. I would like to ask if your plugin, with the proper work, could be adapted to support other programming languages. For example, C, C++, or even VHDL. G...
gharchive/issue
2019-06-06T20:16:03
2025-04-01T06:03:32.095733
{ "authors": [ "oleg-shilo", "pidgeon777" ], "repo": "oleg-shilo/cs-script.npp", "url": "https://github.com/oleg-shilo/cs-script.npp/issues/39", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
823457725
Add button to jump to the start of main Fixes #29 The behaviour when we aren't yet at main is to jump to the start of main, as confirmed by testing. If main is recursive, my untested hypothesis is that this should jump to the next time main is called, which isn't ideal but is fine. If we are past the call to main, t...
gharchive/pull-request
2021-03-05T22:13:57
2025-04-01T06:03:32.102021
{ "authors": [ "DJMcNab", "bjorn3" ], "repo": "oli-obk/priroda", "url": "https://github.com/oli-obk/priroda/pull/38", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
418560854
Documentation: filter maintenance I don't want to flood the other thread. @radokristof - air purifier and filter state work great together on the latest dev branch. More to come once I've "cleaned it up" a bit. Likely tomorrow. I left "FilterMaintenance" off of the Characteristics wiki page - I didn't think we woul...
gharchive/issue
2019-03-07T23:21:43
2025-04-01T06:03:32.175362
{ "authors": [ "Shaquu", "crxporter", "radokristof" ], "repo": "oliverrahner/node-red-contrib-homekit-bridged", "url": "https://github.com/oliverrahner/node-red-contrib-homekit-bridged/issues/56", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1669089499
Add actions for Jenkins pages Here are some ideas: Key Meaning Context URL transformation b build job or run, w/"Build Now" trigger job's "Build Now", then wait for queued item to start and navigate to its /consoleFull b build job or run, w/o "Build Now" navigate to job's "Build with parameters" page c con...
gharchive/issue
2023-04-15T01:09:17
2025-04-01T06:03:32.185895
{ "authors": [ "olivierdagenais" ], "repo": "olivierdagenais/tampermonkey-copy-url", "url": "https://github.com/olivierdagenais/tampermonkey-copy-url/issues/30", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2095391792
How to design our own prompt by import ollama? 假如我想设计一个CR相关的prompt(比如:你是一个CR专家,请帮我根据提供的代码判断是否符标准...),并且通过 import ollama的python方法去调用大模型,我应该如何操作? 假如我想设计一个CR相关的prompt(比如:你是一个CR专家,请帮我根据提供的代码判断是否符标准...),并且通过 import ollama的python方法去调用大模型,我应该如何操作? I used google translate so apologize if this is wrong: If I want to desi...
gharchive/issue
2024-01-23T07:04:42
2025-04-01T06:03:32.190341
{ "authors": [ "haomes", "jukofyork", "mchiang0610" ], "repo": "ollama/ollama", "url": "https://github.com/ollama/ollama/issues/2154", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2137303094
Windows defender alert & false-positive detection Hi @allandclive, would it be possible to make sure your virus is up to date? Ollama on Windows preview is a new piece of software, signed with an EV certificate by DigiCert. To state the obvious: no trojan script is packaged with Ollama. Windows Defender has a hist...
gharchive/issue
2024-02-15T19:41:11
2025-04-01T06:03:32.234764
{ "authors": [ "Alias4D", "EmmaWebGH", "Leonai-do", "Lunarisnia", "MisterAG", "OMGnotThatGuy", "Sascha353", "TraoreMorike", "ahmedhamdy78", "allandclive", "boessu", "dasjet", "davidlehub", "dhiltgen", "dotysan", "fristhon", "internetscooter", "ja...
2291538755
Ollama "ollama show --modelfile" shows license instead of modelfile What is the issue? When the command 'ollama show --modelfile llama3:70b' is entered, it should have displayed information about the model's modelfile, but instead, it displayed license information. The "--modelfile: parameter for "ollama show" comman...
gharchive/issue
2024-05-12T23:02:26
2025-04-01T06:03:32.238608
{ "authors": [ "omegatao", "pdevine" ], "repo": "ollama/ollama", "url": "https://github.com/ollama/ollama/issues/4384", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
501957035
main.css updated Associated Issue: # Summary of Changes change 1 change 2 Pull Request Test Coverage Report for Build 559 0 of 0 changed or added relevant lines in 0 files are covered. No unchanged relevant lines lost coverage. Overall coverage remained the same at 87.143% Totals Change from base Bui...
gharchive/pull-request
2019-10-03T09:36:53
2025-04-01T06:03:32.243988
{ "authors": [ "anjali-001", "coveralls" ], "repo": "ollelauribostrom/rebus", "url": "https://github.com/ollelauribostrom/rebus/pull/283", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
628909512
Update rebuses.js Associated Issue: # Summary of Changes change 1 change 2 Pull Request Test Coverage Report for Build 814 0 of 0 changed or added relevant lines in 0 files are covered. No unchanged relevant lines lost coverage. Overall coverage remained the same at 87.143% Totals Change from base Bu...
gharchive/pull-request
2020-06-02T05:22:45
2025-04-01T06:03:32.249010
{ "authors": [ "Talhahpatelia", "coveralls" ], "repo": "ollelauribostrom/rebus", "url": "https://github.com/ollelauribostrom/rebus/pull/492", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2254768695
🛑 Donas Clothes is down In c5552e0, Donas Clothes (https://donasclothes.com) was down: HTTP code: 0 Response time: 0 ms Resolved: Donas Clothes is back up in afc3069 after 2 hours, 47 minutes.
gharchive/issue
2024-04-20T23:57:59
2025-04-01T06:03:32.251367
{ "authors": [ "olmloa" ], "repo": "olmloa/upptime", "url": "https://github.com/olmloa/upptime/issues/1486", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1738846555
🛑 MediaNet is down In 628f895, MediaNet (https://medianet-pa.com) was down: HTTP code: 0 Response time: 0 ms Resolved: MediaNet is back up in 34debae.
gharchive/issue
2023-06-02T21:28:52
2025-04-01T06:03:32.253670
{ "authors": [ "olmloa" ], "repo": "olmloa/upptime", "url": "https://github.com/olmloa/upptime/issues/729", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1750894774
🛑 MediaNet is down In 1091c07, MediaNet (https://medianet-pa.com) was down: HTTP code: 0 Response time: 0 ms Resolved: MediaNet is back up in 693c972.
gharchive/issue
2023-06-10T09:43:24
2025-04-01T06:03:32.255918
{ "authors": [ "olmloa" ], "repo": "olmloa/upptime", "url": "https://github.com/olmloa/upptime/issues/960", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2734961020
Arabic numbers printed in reversed order Issue Description for Laravel Package: Issue: I have sent the request from the postman with this field "amountAr":"١٠.٥٧" The amountAr field in the package displays reversed Arabic numerals. For example: ١٠.٥٧ (10.57) appears reversed, as does ٧٥.٠١ (75.01). Steps to Reproduce...
gharchive/issue
2024-12-12T06:11:37
2025-04-01T06:03:32.289397
{ "authors": [ "chabid492", "omaralalwi" ], "repo": "omaralalwi/Gpdf", "url": "https://github.com/omaralalwi/Gpdf/issues/12", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2317857447
🛑 OME forum (legacy) is down In 5513d64, OME forum (legacy) (https://phpbb.openmicroscopy.org) was down: HTTP code: 0 Response time: 0 ms Resolved: OME forum (legacy) is back up in 866f8da after 22 minutes.
gharchive/issue
2024-05-26T17:28:36
2025-04-01T06:03:32.300584
{ "authors": [ "snoopycrimecop" ], "repo": "ome/upptime", "url": "https://github.com/ome/upptime/issues/2015", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2462745780
🛑 UoD SLS OMERO (10.17867/10000109) is down In c403853, UoD SLS OMERO (10.17867/10000109) (http://dx.doi.org/10.17867/10000109) was down: HTTP code: 0 Response time: 0 ms Resolved: UoD SLS OMERO (10.17867/10000109) is back up in f4f2749 after 15 minutes.
gharchive/issue
2024-08-13T08:35:06
2025-04-01T06:03:32.302920
{ "authors": [ "snoopycrimecop" ], "repo": "ome/upptime", "url": "https://github.com/ome/upptime/issues/2340", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1118337566
Fully support multiple assets bridge Codecov Report Merging #334 (98bd729) into develop (bbc491a) will not change coverage. The diff coverage is n/a. @@ Coverage Diff @@ ## develop #334 +/- ## ======================================== Coverage 53.79% 53.79% ...
gharchive/pull-request
2022-01-29T22:02:27
2025-04-01T06:03:32.352683
{ "authors": [ "Boyuan-Chen", "codecov-commenter" ], "repo": "omgnetwork/optimism-v2", "url": "https://github.com/omgnetwork/optimism-v2/pull/334", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
407704578
Impossible to Recompile Qt Robot-Windows from the Windows Release Describe the Bug Recompilation of Qt robot-windows from the Windows release fails with the following error: # linking robotis-op2_window.dll build/release/Viewer.o:Viewer.cpp:(.text+0x160): undefined reference to `QArrayData::deallocate(QArrayData*, un...
gharchive/issue
2019-02-07T13:39:36
2025-04-01T06:03:32.357579
{ "authors": [ "DavidMansolino", "omichel" ], "repo": "omichel/webots", "url": "https://github.com/omichel/webots/issues/175", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
233422404
I would ❤️ to see this turned into a project time tracker (a la Harvest sort of thing) Cause I was looking for one that wasn't over the top crazy and could just log things, though looking for a human readable text file format for recording (I use taskpaper and ledger... don't act surprised... =] ). Anyhow, like it......
gharchive/issue
2017-06-04T09:28:15
2025-04-01T06:03:32.364413
{ "authors": [ "omidfi", "wakatara" ], "repo": "omidfi/moro", "url": "https://github.com/omidfi/moro/issues/82", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
645616233
Single string parameter accessors don't handle error returns in the high level interface The new accessors for get_parameter_type, get_double_parameter, set_double_parameter, etc. don't use the remote_function decorator and so aren't wrapped by the high-level interface to check the return code, returning an OrderedDi...
gharchive/issue
2020-06-25T14:36:10
2025-04-01T06:03:32.380509
{ "authors": [ "ipelupessy", "merijn" ], "repo": "omuse-geoscience/omuse", "url": "https://github.com/omuse-geoscience/omuse/issues/26", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
449838560
Add support for sentry Make it possible to have exceptions sent to sentry Support added in df7ccfcf8c5af5847eab34be9649500b688a5220.
gharchive/issue
2019-05-29T14:21:00
2025-04-01T06:03:32.381329
{ "authors": [ "moshthepitt", "ukanga" ], "repo": "onaio/ansible-superset", "url": "https://github.com/onaio/ansible-superset/issues/32", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
55311390
add SSL support SSL support seems to be working now, including two way auth. There is one disabled test that I'm still working on where we aren't handing a misconfiguration of a non-SSL client trying to talk to an SSL server correctly. On the whole it looks good. Needs some documentation though, and we should updat...
gharchive/pull-request
2015-01-23T17:54:33
2025-04-01T06:03:32.385568
{ "authors": [ "stew", "timperrett" ], "repo": "oncue/remotely", "url": "https://github.com/oncue/remotely/pull/22", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
654852479
WIP: Doc conversion Description Converted docs from classical Developer Guide: quality metrics, normalization, naive bayes, sum of functions, pca transform, quantiles, qr decomposition, cholesky decomposition, correlation distance, cosine distance + (partially) outlier detection. The only comment is to use year 20...
gharchive/pull-request
2020-07-10T15:15:57
2025-04-01T06:03:32.393129
{ "authors": [ "outoftardis" ], "repo": "oneapi-src/oneDAL", "url": "https://github.com/oneapi-src/oneDAL/pull/729", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2288261054
Localization does not work in Laravel 11 Hello! When an error occurs, instead of any actual message, we get the following returned: "errors":{"g-recaptcha-response":["recaptcha-enterprise::validation.recaptcha"]} This makes it very hard to diagnose why it's failing. Thank you for reporting this @androidacy-user It...
gharchive/issue
2024-05-09T18:48:55
2025-04-01T06:03:32.406383
{ "authors": [ "Rezrazi", "androidacy-user" ], "repo": "oneduo/laravel-recaptcha-enterprise", "url": "https://github.com/oneduo/laravel-recaptcha-enterprise/issues/23", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2521495912
🛑 Identity Plus (EU) is down In a5c0141, Identity Plus (EU) (https://eu.onetimesecret.com/) was down: HTTP code: 0 Response time: 0 ms Resolved: Identity Plus (EU) is back up in 3ac6dcf after 50 minutes.
gharchive/issue
2024-09-12T06:45:15
2025-04-01T06:03:32.410121
{ "authors": [ "delano" ], "repo": "onetimesecret/status", "url": "https://github.com/onetimesecret/status/issues/175", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }