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
1263694133
Rails Integration Opening this issue as a reminder to consider interoperability with Rails partials — i.e. rendering an ERB partial inside a component and making it possible to render Phlex components in ERB templates. Why? Interoperability with Rails ERB templates might make it easier to migrate a project to Phlex ...
gharchive/issue
2022-06-07T18:19:46
2025-04-01T04:57:12.060573
{ "authors": [ "joeldrapper" ], "repo": "joeldrapper/phlex", "url": "https://github.com/joeldrapper/phlex/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
73144998
Generate the wrong code The library couldn't generate the correct code with below schema, it only generate the 'feed summary''s code. { "$schema": "http://json-schema.org/draft-04/schema#", "title": "home feeds list", "description": "home feeds list", "type": "array", "items": { "title": "feed summary",...
gharchive/issue
2015-05-04T22:24:56
2025-04-01T04:57:12.066561
{ "authors": [ "joelittlejohn", "simpleton" ], "repo": "joelittlejohn/jsonschema2pojo", "url": "https://github.com/joelittlejohn/jsonschema2pojo/issues/346", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
596014708
added private modifier to configuration options where missing The fields includeRequiredPropertiesConstructor, includeAllPropertiesConstructor, and includeCopyConstructor in the maven plugin cannot be configured in the pom. They are ignored by maven because they are missing the private modifier. This pull request add...
gharchive/pull-request
2020-04-07T16:56:05
2025-04-01T04:57:12.067954
{ "authors": [ "MCSafety", "joelittlejohn" ], "repo": "joelittlejohn/jsonschema2pojo", "url": "https://github.com/joelittlejohn/jsonschema2pojo/pull/1118", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1419269108
Fix tailwind postcss setup #709 The --postcss parameter tells the Tailwind CLI to use our custom Postcss configuration. The new @config directive doesn't work for some reason. However, specifying the config file directly as a CLI parameter seems to work. I've also added the missing text-sm to the redesign.config.js, ...
gharchive/pull-request
2022-10-22T12:31:55
2025-04-01T04:57:12.069820
{ "authors": [ "jkostolansky", "joemasilotti" ], "repo": "joemasilotti/railsdevs.com", "url": "https://github.com/joemasilotti/railsdevs.com/pull/710", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1943821624
Index in a PDF Thanks for this nice Plugin, I got a question, is it possible to make the index and its links clickable in a exported PDF? It (the links) didn't work for me in the PDF. Hi! The plugin generates Obsidian-style internal links under the hood; a title: # Some title will generate the corresponding link: ...
gharchive/issue
2023-10-15T09:55:33
2025-04-01T04:57:12.106060
{ "authors": [ "johansatge", "mikajed" ], "repo": "johansatge/obsidian-automatic-table-of-contents", "url": "https://github.com/johansatge/obsidian-automatic-table-of-contents/issues/12", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
860320301
Window Size is Too Small that Impossible to use And I Can't extend size so I Can't use This Tool. Please fix this bug. Thanks. Wow, this is weird. This must be a unique case. Have you enabled windows display scaling or something similar? Unfortunately, I can't fix it, I don't think? I've moved past this project an...
gharchive/issue
2021-04-17T04:22:28
2025-04-01T04:57:12.146351
{ "authors": [ "john32b", "vus7294" ], "repo": "john32b/cdcrush.net", "url": "https://github.com/john32b/cdcrush.net/issues/11", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
155209131
Fix default value of "leases" attribute It fixes an error: ================================================================================ Error executing action `read` on resource 'vault_secret[secret/secretpath]' =====================================================================...
gharchive/pull-request
2016-05-17T09:01:40
2025-04-01T04:57:12.148171
{ "authors": [ "Ginja", "legal90" ], "repo": "johnbellone/vault-cookbook", "url": "https://github.com/johnbellone/vault-cookbook/pull/60", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
234693966
Plunder allocator interface for ideas In particular, the numeric_traits::make function resembles rebind::other. deprecated
gharchive/issue
2017-06-09T00:51:07
2025-04-01T04:57:12.168679
{ "authors": [ "johnmcfarlane" ], "repo": "johnmcfarlane/fixed_point", "url": "https://github.com/johnmcfarlane/fixed_point/issues/233", "license": "BSL-1.0", "license_type": "permissive", "license_source": "github-api" }
1342840230
Breaking component import. "... is declared but its value is never read" Hello! Tell me when you fix this problem, and will you? :) I don’t know if this error was introduced .. or how to get around it, but there is no such problem with the functions. Only when importing components. Thank you! Found a similar prob...
gharchive/issue
2022-08-18T09:38:50
2025-04-01T04:57:12.196026
{ "authors": [ "Ailis7", "esbeto", "johnsoncodehk" ], "repo": "johnsoncodehk/volar", "url": "https://github.com/johnsoncodehk/volar/issues/1729", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1458480917
Vue.vscode-typescript-vue-plugin not working in a Cypress component test I can't seem to get Vue.vscode-typescript-vue-plugin to recognize a vue SFC import in a Cypress component test in this repo https://github.com/segevfiner/vue-component-test, see cypress/component/HelloWorld.cy.ts, it doesn't seem to recognize th...
gharchive/issue
2022-11-21T19:43:12
2025-04-01T04:57:12.199510
{ "authors": [ "johnsoncodehk", "segevfiner" ], "repo": "johnsoncodehk/volar", "url": "https://github.com/johnsoncodehk/volar/issues/2137", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1005898023
Document styling the component Purpose As a developer I want to know what and how I can style the component. Proposal Customisation is currently done using CSS custom properties. We should document this. Additionally, it might be helpful to explain how the children should be styled. In particular, the children should...
gharchive/issue
2021-09-23T22:27:17
2025-04-01T04:57:12.214121
{ "authors": [ "johnwalley" ], "repo": "johnwalley/allotment", "url": "https://github.com/johnwalley/allotment/issues/5", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1811675699
TypeScript type exports are not working for modern environments Hi! Issue description When importing anything from allotment, my tsc gives me the following error: Could not find a declaration file for module 'allotment'. '<(Project path omitted)>/node_modules/allotment/dist/modern.mjs' implicitly has an 'any' type. ...
gharchive/issue
2023-07-19T10:41:24
2025-04-01T04:57:12.218925
{ "authors": [ "betafcc", "pangxiaoli", "spaguette" ], "repo": "johnwalley/allotment", "url": "https://github.com/johnwalley/allotment/issues/669", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2412811983
Grammar and Visual Appeal It may be a tiny thing but it should be like Ignore Warnings and Try Sending?, try to send seems grammatically incorrect. The color white looks weird and on hover turns black that looks good, My proposal for point 2 is => Make it black by default and change its border change on hover. @...
gharchive/issue
2024-07-17T06:54:55
2025-04-01T04:57:12.231844
{ "authors": [ "0xSaksham" ], "repo": "joinmarket-webui/jam", "url": "https://github.com/joinmarket-webui/jam/issues/797", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1661406076
Ram usage It ate like 12gb of my ram in a minute of farming Electron app moment 💀 (I'll look into this) Gonna mark this as resolved by https://github.com/jojobii-arks/ngs-log-observer/commit/a0d1b910c71d14a25786cab37a9deb4dc4465aaf I'll keep a look out if there's anything unusual. If it's still hogging 12GB, ...
gharchive/issue
2023-04-10T21:38:18
2025-04-01T04:57:12.235900
{ "authors": [ "jojobii-arks", "tonz134" ], "repo": "jojobii-arks/ngs-log-observer", "url": "https://github.com/jojobii-arks/ngs-log-observer/issues/10", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
257318712
红米Note2 安卓5.0.2权限有问题 吧所有权限设置成询问之后,所有权限都提示成功,但是全都不成功。依然还是询问状态 是这样的,需要开启 5.0 权限申请,请添加 .requestUnderM(true)
gharchive/issue
2017-09-13T09:42:12
2025-04-01T04:57:12.242082
{ "authors": [ "JackiePenghe", "jokermonn" ], "repo": "jokermonn/permissions4m", "url": "https://github.com/jokermonn/permissions4m/issues/12", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2189742393
fix: accept None in model_from_dict to allow setting model fields… … to NULL This change allows for sending a dict with None as values; the model will then be updated to NULL for those fields. The existing handling in model_from_dict will drop dict keys if they're set to None. Pull Request Checklist [x] New code has...
gharchive/pull-request
2024-03-16T03:26:36
2025-04-01T04:57:12.257719
{ "authors": [ "cemrehancavdar", "cofin", "rseeley" ], "repo": "jolt-org/advanced-alchemy", "url": "https://github.com/jolt-org/advanced-alchemy/pull/141", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1708049327
[BB Model & Texture ONLY] Eidan 9000 (Prototype/Unefurbished) "Tozai Line 15000 or 9000" was in the Patron Backlog, but I made it because I was planning to make Eidan 9000. (As an aside, 9000 has no record of entering the Tozai Line.) It is currently in temporary operation as a custom train at LPS. However, just like...
gharchive/pull-request
2023-05-12T18:38:59
2025-04-01T04:57:12.260740
{ "authors": [ "ShimajiroOTS", "jonafanho" ], "repo": "jonafanho/Minecraft-Transit-Railway", "url": "https://github.com/jonafanho/Minecraft-Transit-Railway/pull/677", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1344901899
🛑 Shoppen is down In a16fc72, Shoppen (https://shoppenin.mechelen.be/) was down: HTTP code: 0 Response time: 0 ms Resolved: Shoppen is back up in e50f62d.
gharchive/issue
2022-08-19T21:16:22
2025-04-01T04:57:12.273940
{ "authors": [ "jonassalen" ], "repo": "jonassalen/uptime-mechelen", "url": "https://github.com/jonassalen/uptime-mechelen/issues/227", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1520375766
use 'Get.put(App())' and 'Get.put(App())' will generate two different instance ATTENTION: DO NOT USE THIS FIELD TO ASK SUPPORT QUESTIONS. USE THE PLATFORM CHANNELS FOR THIS. THIS SPACE IS DEDICATED ONLY FOR BUGS DESCRIPTION. Fill in the template. Issues that do not respect the model will be closed. Describe the bug u...
gharchive/issue
2023-01-05T09:11:58
2025-04-01T04:57:12.282625
{ "authors": [ "Incro", "chejdj", "kauemurakami" ], "repo": "jonataslaw/getx", "url": "https://github.com/jonataslaw/getx/issues/2657", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
296244999
Non-monospace font used in code blocks in docs The code blocks in the docs use variants of Lucida Sans on Windows, which is not a monospace font. This makes the ASCII art a little confusing: You probably want Lucida Console instead. Thanks for letting me know! I'll make sure we're using a monospace font for Window...
gharchive/issue
2018-02-12T01:07:38
2025-04-01T04:57:12.314180
{ "authors": [ "LachlanArthur", "jondot" ], "repo": "jondot/hygen", "url": "https://github.com/jondot/hygen/issues/15", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
255608722
sneakers_rails integration Suggestion I made a gem to integrate sneakers with rails and automate the process in https://github.com/jondot/sneakers/wiki/How-To:-Rails-Background-Jobs Interested to hear feedback and maybe include the gem into the docs here https://rubygems.org/gems/sneakers_rails Thanks. It's at 0.0....
gharchive/issue
2017-09-06T13:43:35
2025-04-01T04:57:12.315869
{ "authors": [ "essamhassan", "michaelklishin" ], "repo": "jondot/sneakers", "url": "https://github.com/jondot/sneakers/issues/313", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
850510386
[BUG] Install on Mac Big Sur 11.2 fails to find neuron dependency (NEURON all caps) Stack trace: (mnedev) Alexs-MBP:hnn-core alexrockhill$ sudo -H python setup.py develop Password: running develop running egg_info writing hnn_core.egg-info/PKG-INFO writing dependency_links to hnn_core.egg-info/dependency_links.txt wr...
gharchive/issue
2021-04-05T17:04:01
2025-04-01T04:57:12.320441
{ "authors": [ "alexrockhill", "cjayb", "jasmainak" ], "repo": "jonescompneurolab/hnn-core", "url": "https://github.com/jonescompneurolab/hnn-core/issues/311", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
158626215
installation error Installation led to following error; haven't yet looked into this. ok, fixed. i knew I'd seen this before. There were a two problems with your generator but I've added a PR which should fix these. Fixed by #2
gharchive/issue
2016-06-06T08:36:21
2025-04-01T04:57:12.321996
{ "authors": [ "jonesetc", "ksnyde" ], "repo": "jonesetc/ember-cli-horizon", "url": "https://github.com/jonesetc/ember-cli-horizon/issues/1", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2595566689
🛑 AL - Albania is down In f24a808, AL - Albania (https://www.skyshowtime.com/al/help/) was down: HTTP code: 404 Response time: 838 ms Resolved: AL - Albania is back up in 85e573e after 9 minutes.
gharchive/issue
2024-10-17T19:31:11
2025-04-01T04:57:12.324609
{ "authors": [ "jonesyriffic" ], "repo": "jonesyriffic/gsp-sst", "url": "https://github.com/jonesyriffic/gsp-sst/issues/152", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2599002901
🛑 AL - Albania is down In bed36e4, AL - Albania (https://www.skyshowtime.com/al/help/) was down: HTTP code: 404 Response time: 806 ms Resolved: AL - Albania is back up in c7c010a after 10 minutes.
gharchive/issue
2024-10-19T10:29:01
2025-04-01T04:57:12.326960
{ "authors": [ "jonesyriffic" ], "repo": "jonesyriffic/gsp-sst", "url": "https://github.com/jonesyriffic/gsp-sst/issues/908", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
743412164
Upgrade to Bytes 0.0.6 Quick update for evmap to use latest version of bytes cargo test makes this look simple enough This change is  Thank you! Sadly, this is a breaking change, so I'll have to hold off on merging this until the next major release. I think that'll come in not too long though :) All good I'd j...
gharchive/pull-request
2020-11-16T02:04:41
2025-04-01T04:57:12.330028
{ "authors": [ "benbromhead", "jonhoo" ], "repo": "jonhoo/rust-evmap", "url": "https://github.com/jonhoo/rust-evmap/pull/72", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
521491976
Sidemenu overlays on top if the view as a new view New Issue Checklist I have read the guidelines for contributing and I understand: [ ] My issue is happening in the latest version of SideMenu. [x] My issue was not solved in the README. [x] My issue can not be answered on stackoverflow.com. [x] My issue is not a...
gharchive/issue
2019-11-12T11:25:26
2025-04-01T04:57:12.335866
{ "authors": [ "AbdullahFaiz", "Sinan-Noureddine", "jonkykong" ], "repo": "jonkykong/SideMenu", "url": "https://github.com/jonkykong/SideMenu/issues/576", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1955981322
Move App Id to secrets As titled. Codecov Report Merging #6 (a280d3f) into main (c9ed54e) will decrease coverage by 51.27%. The diff coverage is n/a. @@ Coverage Diff @@ ## main #6 +/- ## ============================================ - Coverage 100.00% 48.73%...
gharchive/pull-request
2023-10-22T17:15:50
2025-04-01T04:57:12.344904
{ "authors": [ "codecov-commenter", "jonnydgreen" ], "repo": "jonnydgreen/nifty-lil-tricks-testing", "url": "https://github.com/jonnydgreen/nifty-lil-tricks-testing/pull/6", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
959370329
Make overlays a attr set apparently overlays should be an attr set of overlays Fixed upstream
gharchive/issue
2021-08-03T18:15:36
2025-04-01T04:57:12.345718
{ "authors": [ "jonringer" ], "repo": "jonringer/nix-template", "url": "https://github.com/jonringer/nix-template/issues/20", "license": "CC0-1.0", "license_type": "permissive", "license_source": "github-api" }
157484305
Error thrown when input object does not inherit from Object.prototype The rename function in index.js uses obj.hasOwnProperty, which is not defined when the object does not inherit from Object.prototype. In the most basic example, this would fail with TypeError: obj.hasOwnProperty is not a function: const input = Obj...
gharchive/issue
2016-05-30T11:25:58
2025-04-01T04:57:12.351843
{ "authors": [ "robinbullocks4rb" ], "repo": "jonschlinkert/rename-keys", "url": "https://github.com/jonschlinkert/rename-keys/issues/7", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1658841463
Automatically set Rightarrow At the moment, nfold=1 is not permitted. This means nfold should only be used when Rightarrow is used (and, indeed, there are graphical issues if it is not used). Therefore, it would make sense for the nfold parameter to automatically set this option. Thank you for the suggestion. tikz-...
gharchive/issue
2023-04-07T14:04:23
2025-04-01T04:57:12.355091
{ "authors": [ "jonschz", "varkor" ], "repo": "jonschz/tikz-nfold", "url": "https://github.com/jonschz/tikz-nfold/issues/2", "license": "LPPL-1.3c", "license_type": "permissive", "license_source": "github-api" }
452372213
Usage issue I've got this running on heroku. But in Acceptable Use Policy line 21 of Prohibited Actions , they say we are not allowed to use such tools on heroku for scraping websites. Am i missing something? Prohibited Actions: 21. Use the Service to access a third party web property for the purposes of web scraping...
gharchive/issue
2019-06-05T08:23:05
2025-04-01T04:57:12.357539
{ "authors": [ "jontewks", "lynxionxs" ], "repo": "jontewks/puppeteer-heroku-buildpack", "url": "https://github.com/jontewks/puppeteer-heroku-buildpack/issues/46", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
753981222
SyntaxError: Unexpected token { in JSON at position 30 at JSON.parse () at parseBody (E:\gitlab\postman-to-openapi-test\node_modules\postman-to-openapi\lib\index.js:114:29) SyntaxError: Unexpected token { in JSON at position 30 at JSON.parse () at parseBody (E:\gitlab\postman-to-openapi-test\node_modules\post...
gharchive/issue
2020-12-01T03:45:47
2025-04-01T04:57:12.363068
{ "authors": [ "ZhouQQQ", "joolfe" ], "repo": "joolfe/postman-to-openapi", "url": "https://github.com/joolfe/postman-to-openapi/issues/83", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
179029573
Where is vim-airline color scheme? Docs state: "VimBox includes vim-airline and Spacegray color scheme." But there is no such color scheme. If I use vim-airline, the default color scheme is used. Can you screenshot please? The plugins (including vim color schemes) are all downloaded into ~/.vim/bundle/. The spacegr...
gharchive/issue
2016-09-24T13:10:01
2025-04-01T04:57:12.534132
{ "authors": [ "Robert-M-Muench", "jordwalke" ], "repo": "jordwalke/VimBox", "url": "https://github.com/jordwalke/VimBox/issues/27", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1115494315
parquet -> arrow utf8-8 column conversion yields too many values We're seeing an issue decoding parquet row groups containing UTF-8 string columns with many null values. Occassionally these conversions yield more values than specified in the parquet file metadata. I traced this as far as arrow2::io::parquet::read::b...
gharchive/issue
2022-01-26T20:58:14
2025-04-01T04:57:12.538719
{ "authors": [ "danburkert", "jorgecarleitao" ], "repo": "jorgecarleitao/arrow2", "url": "https://github.com/jorgecarleitao/arrow2/issues/790", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2140891825
Initial Changes for Upcoming API Update Bot refactoring for updated API. [ ] Rewrite README for clarity and completeness [ ] Establish documentation setup [ ] Implement API endpoints in the bot [ ] Integrate API error handling into the bot
gharchive/issue
2024-02-18T09:43:44
2025-04-01T04:57:12.562190
{ "authors": [ "josephistired" ], "repo": "josephistired/Discord-Pi-hole-Bot", "url": "https://github.com/josephistired/Discord-Pi-hole-Bot/issues/29", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
705791967
Lifecycle Callbacks? Is there any way to set before_reflex etc type callbacks in my ViewComponentReflex::Component? It's been extremely painful without this capability. Looking further, I think one root cause is that the library inherits off of StimulusReflex::Reflex, whereas many codebases use the base ApplicationRe...
gharchive/issue
2020-09-21T17:39:55
2025-04-01T04:57:12.578600
{ "authors": [ "joshleblanc", "suan" ], "repo": "joshleblanc/view_component_reflex", "url": "https://github.com/joshleblanc/view_component_reflex/issues/13", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2433737132
unsupported graphic type spice Hi Josh LOVE the project I can see many many uses for it future please keep up the great work! I am trying to get vdiclient on a linux box to connect to a win10 system I have the drivers installed from spice-space.org and also tried seeing if proxmox itself will let me switch the client...
gharchive/issue
2024-07-28T03:53:31
2025-04-01T04:57:12.583977
{ "authors": [ "Jace103", "damo2929" ], "repo": "joshpatten/PVE-VDIClient", "url": "https://github.com/joshpatten/PVE-VDIClient/issues/117", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1727352691
Doesn't work if no internet connection Package requires internet connection to read data from AMF_CVs. Could develop an option to download all the required data on package install (when an internet connection is required anyway), include that data within this package (for "from source" builds), or an caching option t...
gharchive/issue
2023-05-26T10:33:00
2025-04-01T04:57:12.587420
{ "authors": [ "joshua-hampton" ], "repo": "joshua-hampton/ncas_amof_netcdf_template", "url": "https://github.com/joshua-hampton/ncas_amof_netcdf_template/issues/91", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
736601296
Support multiple Tilesets What problem does this solve or what need does it fill? It is ideal not to just use a single tileset but to actually define which tileset to use per tile. They MUST be identified by a integer and not a Handle to reduce cost of bytes per tile. Describe the solution would you like? This is mos...
gharchive/issue
2020-11-05T04:28:25
2025-04-01T04:57:12.595586
{ "authors": [ "joshuajbouw" ], "repo": "joshuajbouw/bevy_tilemap", "url": "https://github.com/joshuajbouw/bevy_tilemap/issues/7", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
186668798
Add config menu for adding file matchers I wanted to customize the behavior of this awesome plugin to match an additional range of file types (styles.less, __init__.py, etc.). This PR adds a config menu option for adding additional file matching regex pieces. The only caveat right now is that any changes in the confi...
gharchive/pull-request
2016-11-01T22:47:53
2025-04-01T04:57:12.599416
{ "authors": [ "cannoneyed", "joshwcomeau" ], "repo": "joshwcomeau/nice-index", "url": "https://github.com/joshwcomeau/nice-index/pull/5", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
112086462
Perhaps a non-commonJS dist? For those of use who work on projects that aren't using commonJS yet. Tnx.. Great project bdw! Thanks, good suggestion. Im not a good person to answer this since I'm using commonjs for everything :) What would be the most convenient dist for you and your projects? I'm also not sure wh...
gharchive/issue
2015-10-19T07:22:09
2025-04-01T04:57:12.601855
{ "authors": [ "digitalmaster", "joshwnj" ], "repo": "joshwnj/react-visibility-sensor", "url": "https://github.com/joshwnj/react-visibility-sensor/issues/20", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
759803546
Alternatives, for use with Redux Reapop react-hot-toast (i think) Great, I'll look into that. Thanks. @jossmac , are there any plans to have Redux integration in this package as well? In my Next.js app, I wrapped my main component around ToastProvider and all of this went inside Redux's Provider, but problem is...
gharchive/issue
2020-12-08T21:42:14
2025-04-01T04:57:12.606569
{ "authors": [ "geekdaniels", "jossmac", "shehi" ], "repo": "jossmac/react-toast-notifications", "url": "https://github.com/jossmac/react-toast-notifications/issues/142", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2001079804
UII - /vapor/proposals?status=active - List of active proposals Create a page to display active proposals. The proposals are paginated. Present up to 20 proposals per page. URL: http://localhost:3000/vapor/proposals?status=active The smart contract is not yet deployed, but for the moment define something like this in...
gharchive/issue
2023-11-19T22:59:06
2025-04-01T04:57:12.623085
{ "authors": [ "frank-weijers", "joticajulian" ], "repo": "joticajulian/kondor-website", "url": "https://github.com/joticajulian/kondor-website/issues/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2764470
URLs with 0-length host, port are considered valid What it says. We could fix this by adding s_req_host_start and s_req_port_start states which require a single valid character before transitioning to the existing s_req_host and s_req_port states. Fixed in 8da60bc.
gharchive/issue
2012-01-09T02:22:59
2025-04-01T04:57:12.630629
{ "authors": [ "bnoordhuis", "pgriess" ], "repo": "joyent/http-parser", "url": "https://github.com/joyent/http-parser/issues/74", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
335074862
关于每个线程一个epoll去监听listenfd 您好,我发现代码里面是每个线程一个epoll去监听客户端的连接,这样当新的链接到来时,每个线程都会得到可读事件然后调用accept,在我理解 这里应该只有第一个线程会接收到连接,其他线程都会accept失败(监听socket设置了非阻塞),这样会不会有性能损失? 这个确实是一个可以改进的点,也就是存在所谓的惊群效应。不过考虑到使用redis大多数场景是长连接,频繁发起连接并不是一种好的使用方式。因此当前的处理方式倒也不会有什么问题。
gharchive/issue
2018-06-23T06:46:23
2025-04-01T04:57:12.648350
{ "authors": [ "fortrue", "rootzc" ], "repo": "joyieldInc/predixy", "url": "https://github.com/joyieldInc/predixy/issues/38", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
280870932
#26: Adding an "overwrite" flag to read_dotenv, False by default. PR for issue #26. Allows for an optional "overwrite" parameter, False by default (so nothing existing breaks). Documented as well. This would especially be useful when running tests, so test cases can still rely on a .env file and ensure it will overri...
gharchive/pull-request
2017-12-11T01:51:07
2025-04-01T04:57:12.651386
{ "authors": [ "alexdlaird", "jpadilla" ], "repo": "jpadilla/django-dotenv", "url": "https://github.com/jpadilla/django-dotenv/pull/27", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
452239970
Winning Items But Amazon Says page does not Exist I''ve won a few giveaways with the script. but when trying to go to the page, it says it does not exist, or can not find the giveaway. Any idea how to ge t around this? When you tried to go back to those pages, were you logged in to the same account as the one you ...
gharchive/issue
2019-06-04T22:44:04
2025-04-01T04:57:12.680260
{ "authors": [ "hungstick", "jpchip", "vahapkalkan" ], "repo": "jpchip/giveaway-grabber", "url": "https://github.com/jpchip/giveaway-grabber/issues/100", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1125803704
Read time-out Hi, While trying to connect the unit 100-CPND004 with the dongle in a rpi3 (deban 10) I am getting a time-out in modpoll. I set up the thermostat in Int mode 49. Am I missing anything? Should I use another int mode number? It works perfectly. Issue was a bad wiring on the device
gharchive/issue
2022-02-07T10:35:20
2025-04-01T04:57:12.682258
{ "authors": [ "comedido" ], "repo": "jpeletier/koolnova2mqtt", "url": "https://github.com/jpeletier/koolnova2mqtt/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2355352866
🛑 May Flower Seafood is down In ae65768, May Flower Seafood (https://mayflowerseafoodrm.com) was down: HTTP code: 0 Response time: 0 ms Resolved: May Flower Seafood is back up in e4ec901 after 1 hour, 9 minutes.
gharchive/issue
2024-06-16T00:41:51
2025-04-01T04:57:12.688551
{ "authors": [ "jpleasants" ], "repo": "jpleasants/plesk9", "url": "https://github.com/jpleasants/plesk9/issues/1229", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1960127928
🛑 Launch Morrisville is down In 45187c4, Launch Morrisville (https://LaunchMorrisville.org) was down: HTTP code: 0 Response time: 0 ms Resolved: Launch Morrisville is back up in 33c6151 after 5 minutes.
gharchive/issue
2023-10-24T21:45:07
2025-04-01T04:57:12.690892
{ "authors": [ "jpleasants" ], "repo": "jpleasants/plesk9", "url": "https://github.com/jpleasants/plesk9/issues/553", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
900302877
Release v0.3.0 resolves #95 first release for jlab 3.x! The browser check CI seems to be flaky at the moment, failing on the command jlpm add puppeteer@^4 But I manually checked the release and it seems to be good, so :heavy_check_mark:
gharchive/pull-request
2021-05-25T05:46:50
2025-04-01T04:57:12.692180
{ "authors": [ "telamonian" ], "repo": "jpmorganchase/jupyter-fs", "url": "https://github.com/jpmorganchase/jupyter-fs/pull/105", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1572396305
Card ### Tasks - [x] Development - [x] Testing - [x] Documentation - [ ] https://github.com/jpmorganchase/salt-ds/issues/1360 - [ ] https://github.com/jpmorganchase/salt-ds/issues/1118 - [ ] https://github.com/jpmorganchase/salt-ds/issues/1321 Figma: https://www.figma.com/file/gbHcDLjP1M976avIlRDWl7/Card?t=KA1urnH7k...
gharchive/issue
2023-02-06T11:26:10
2025-04-01T04:57:12.694203
{ "authors": [ "libertymayc", "parsakhan21" ], "repo": "jpmorganchase/salt-ds", "url": "https://github.com/jpmorganchase/salt-ds/issues/1096", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2563318760
[WIP] Update inconsistent line heights Created to see the impact of #4224 @dplsek the biggest change I notice is the fact that so many line-heights are no longer even so you get odd heights where components can grow in height. You get better results if you bump the size if you +1 when round(size * 1.3) results in...
gharchive/pull-request
2024-10-03T07:23:42
2025-04-01T04:57:12.695437
{ "authors": [ "joshwooding" ], "repo": "jpmorganchase/salt-ds", "url": "https://github.com/jpmorganchase/salt-ds/pull/4226", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2393703582
fix(dnd): add correct dragOverFromOutside behavior in week view Hey, This is an attempt to fix https://github.com/jquense/react-big-calendar/issues/2383. The 2 issues I noticed were: The selectors were listening to the wrong event ( dragOver instead of dragOverFromOutside ) The old dragOver code called the handleDro...
gharchive/pull-request
2024-07-06T19:59:59
2025-04-01T04:57:12.967768
{ "authors": [ "achrafl0", "cutterbl", "tranphuongthao2405" ], "repo": "jquense/react-big-calendar", "url": "https://github.com/jquense/react-big-calendar/pull/2616", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
184709729
ES2017: Async function and await expression async for function declarations/expressions, methods, and arrow expressions A new await expression Fixes #1079 There are still corner cases not tackled here, related to the cover grammar, invalid await as binding identifiers, etc. We also still need to align the error m...
gharchive/pull-request
2016-10-23T19:27:59
2025-04-01T04:57:12.972038
{ "authors": [ "ariya", "codecov-io", "mikesherov" ], "repo": "jquery/esprima", "url": "https://github.com/jquery/esprima/pull/1597", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
92099344
update the plain-javascript README.md Hi! I'm just investigating the migration story from 0.x to 1.x and as a first step I thought I'd give the plain JavaScript example a go. I got there after a little fiddling and so I thought I'd try and clarify the steps required in the README.md. I hope that's okay? Best, John ...
gharchive/pull-request
2015-06-30T13:50:25
2025-04-01T04:57:12.979659
{ "authors": [ "johnnyreilly", "jzaefferer", "rxaviers" ], "repo": "jquery/globalize", "url": "https://github.com/jquery/globalize/pull/458", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
128435107
Long loading on huge string Need to add some max buffer size or something Solved with e57aa30ad5cbdd3c32dd167700d297bd65fa5ec9
gharchive/issue
2016-01-25T00:05:09
2025-04-01T04:57:13.019783
{ "authors": [ "jraska" ], "repo": "jraska/Console", "url": "https://github.com/jraska/Console/issues/1", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2192391113
Saving a file from a port's work directory? I've been having a problem building a certain port, and the maintainer has asked for a certain file from its work directory (/construction/xports/lang/gnat12/work/.build/config.log). It seems to me like /construction is something that Synth automatically makes and automatic...
gharchive/issue
2024-03-18T14:33:19
2025-04-01T04:57:13.027546
{ "authors": [ "jrmarino", "rwv37" ], "repo": "jrmarino/synth", "url": "https://github.com/jrmarino/synth/issues/222", "license": "isc", "license_type": "permissive", "license_source": "bigquery" }
369990399
FACIAL_LANDMARKS_68_IDXS indices incorrect? Hello, Perhaps I'm wrong. But it appears as though the points defined in FACIAL_LANDMARKS_68_IDXS at https://github.com/jrosebr1/imutils/blob/master/imutils/face_utils/helpers.py are incorrect when cross checking them with https://www.pyimagesearch.com/wp-content/uploads/2...
gharchive/issue
2018-10-15T04:01:03
2025-04-01T04:57:13.035509
{ "authors": [ "itsMeBrice", "jrosebr1", "qacollective" ], "repo": "jrosebr1/imutils", "url": "https://github.com/jrosebr1/imutils/issues/95", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
151490520
2.7 tag no longer available on docker hub My company uses docker for developer VMs, and one of these extends FROM jrottenberg/ffmpeg:2.7. Today I noticed that the 2.7 tag is no longer available on docker hub. Do you know why that is? Was it removed by you, or does docker hub have an automatic expiration on old tags? ...
gharchive/issue
2016-04-27T21:02:58
2025-04-01T04:57:13.041303
{ "authors": [ "jfairley", "jrottenberg" ], "repo": "jrottenberg/ffmpeg", "url": "https://github.com/jrottenberg/ffmpeg/issues/8", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1944082346
Motor Example: Updates for driving position and reactivating body Show resetting position Motors and iterating through locations. Add more activity to the sphere ball. Bounce it off wall and windmill multiple times (sometimes) Thanks again!
gharchive/pull-request
2023-10-15T22:27:46
2025-04-01T04:57:13.042766
{ "authors": [ "PhoenixIllusion", "jrouwe" ], "repo": "jrouwe/JoltPhysics.js", "url": "https://github.com/jrouwe/JoltPhysics.js/pull/40", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
213812994
Enhancement: Provide Ruby binding impls java_import Java::javafx.beans.binding.StringBinding class RubyStringBinding < StringBinding def initialize(property:, method:) super() @property, @method = property, method bind @property end def computeValue property_value = @property.get return un...
gharchive/issue
2017-03-13T15:58:10
2025-04-01T04:57:13.066598
{ "authors": [ "enebo" ], "repo": "jruby/jrubyfx", "url": "https://github.com/jruby/jrubyfx/issues/112", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
55719903
By definition По определению оператора &&. Ага, когда читал лекцию понял, что я там бред написал
gharchive/pull-request
2015-01-28T06:32:39
2025-04-01T04:57:13.074060
{ "authors": [ "dmitriy-kiriyenko", "dra1n" ], "repo": "js-lessons/js-basics-1-slides", "url": "https://github.com/js-lessons/js-basics-1-slides/pull/2", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1679370979
🛑 Lychee is down In b68db1d, Lychee ($SERVER_BASE/lychee/) was down: HTTP code: 0 Response time: 0 ms Resolved: Lychee is back up in d361447.
gharchive/issue
2023-04-22T06:33:16
2025-04-01T04:57:13.121234
{ "authors": [ "jscmidt" ], "repo": "jscmidt/upptime", "url": "https://github.com/jscmidt/upptime/issues/1377", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2190217075
🛑 Tandoor is down In d0660e2, Tandoor ($SERVER_BASE/recipes/) was down: HTTP code: 0 Response time: 0 ms Resolved: Tandoor is back up in 657bf1e after 10 minutes.
gharchive/issue
2024-03-16T19:42:01
2025-04-01T04:57:13.123873
{ "authors": [ "jscmidt" ], "repo": "jscmidt/upptime", "url": "https://github.com/jscmidt/upptime/issues/5379", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2279491231
🛑 Startpage is down In bb100cf, Startpage ($SERVER_BASE) was down: HTTP code: 0 Response time: 0 ms Resolved: Startpage is back up in 17735f6 after 1 hour, 2 minutes.
gharchive/issue
2024-05-05T11:56:00
2025-04-01T04:57:13.125917
{ "authors": [ "jscmidt" ], "repo": "jscmidt/upptime", "url": "https://github.com/jscmidt/upptime/issues/7166", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
419075113
Move triple lined comment support to be 1st class? Hi there 👋 I know about https://github.com/jsdoc3/jsdoc/issues/1237 which was mainly about the existence of supporting /// docs - I'd like to go a step further and make a request that /// be considered a first class citizen in JSDoc. This desire comes mainly because...
gharchive/issue
2019-03-09T14:06:21
2025-04-01T04:57:13.132376
{ "authors": [ "hegemonic", "orta" ], "repo": "jsdoc/jsdoc", "url": "https://github.com/jsdoc/jsdoc/issues/1624", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
96735830
dont warn using optional semicolons in classes I was reading http://hacks.mozilla.org/2015/07/es6-in-depth-classes/ and it occurred to me we perhaps shouldn't warn about unnecessary semicolons in classes e. g. class a { b() {} ; } Does JSHint ignore some other places where the semicolon is unnecessary? I don...
gharchive/issue
2015-07-23T05:44:24
2025-04-01T04:57:13.159013
{ "authors": [ "jugglinmike", "lukeapage", "nicolo-ribaudo" ], "repo": "jshint/jshint", "url": "https://github.com/jshint/jshint/issues/2578", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
512265424
remove redundant CSS Removing leftovers of #691 - that elements are already hidden by hidden attribute. Not sure how the fix in JS are related here (but it was a bug anyway), but without these changes tests are breaking. Thanks again for your contributions!! 😄 💯
gharchive/pull-request
2019-10-25T02:14:43
2025-04-01T04:57:13.160197
{ "authors": [ "jshjohnson", "tinovyatkin" ], "repo": "jshjohnson/Choices", "url": "https://github.com/jshjohnson/Choices/pull/697", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1430545048
ClassCastException when deleting missing path in specific circumstances Summary When deleting a missing path from a DocumentContext coming from a Configuration with the Option.SUPPRESS_EXCEPTIONS and the GsonJsonProvider, JacksonJsonNodeJsonProvider, JettisonProvider, JsonOrgJsonProvider or TapestryJsonProvider, a Cl...
gharchive/issue
2022-10-31T21:52:52
2025-04-01T04:57:13.208862
{ "authors": [ "ben-manes", "binokkio", "joseph-neeraj" ], "repo": "json-path/JsonPath", "url": "https://github.com/json-path/JsonPath/issues/870", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
806058719
System.out nullness? [working decision: non-nullable] System.out is a final field that is initialized to null by default. Also, it could be changed to null via System.setOut(null) call later, so having a check like if (System.out == null) in the code is not completely unreasonable. So should it be marked as 'unspecif...
gharchive/issue
2021-02-11T03:59:59
2025-04-01T04:57:13.232851
{ "authors": [ "amaembo", "cpovirk", "kevin1e100", "kevinb9n", "netdpb" ], "repo": "jspecify/jspecify", "url": "https://github.com/jspecify/jspecify/issues/174", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1332335689
Change @Implies from a repeatable annotation to one with an array of values Addresses question in #215. Yes, this was in anticipation. Will not merge until the decision is made on that issue. The docs I have ready to merge in have already been adjusted for the array. I see no problem merging this; if we need to u...
gharchive/pull-request
2022-08-08T20:02:39
2025-04-01T04:57:13.235089
{ "authors": [ "kevinb9n", "netdpb" ], "repo": "jspecify/jspecify", "url": "https://github.com/jspecify/jspecify/pull/258", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2681919642
throw new JspmError(`${parentUrl}node_modules/${target.name} does not exist, I use the pnpm package management tool in my project and use nodemodules as thedefaultProvider to generate importmap. This is my sample code. // package.json { "name": "web-module-demo", "type": "module", "devDependencies": { "@jsp...
gharchive/issue
2024-11-22T05:52:38
2025-04-01T04:57:13.259480
{ "authors": [ "guybedford", "zengtiansheng" ], "repo": "jspm/generator", "url": "https://github.com/jspm/generator/issues/391", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
293351181
Support PR reviews Hello there, Thanks for the great project! We're running into a potential good use of github-pullrequest-resource to not only set PR statuses with comments, but also to submit Github reviews with associated in-line comments. This would allow a more deeply integrated feedback loop when pipelines pro...
gharchive/issue
2018-01-31T23:34:11
2025-04-01T04:57:13.420033
{ "authors": [ "jtarchie", "optiomas" ], "repo": "jtarchie/github-pullrequest-resource", "url": "https://github.com/jtarchie/github-pullrequest-resource/issues/136", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2231211155
Navigation file discovery fixes and speedup This PR brings in fixes for a few issues I ran into while running PRX on a 15-minute observation file. Details in the comments. Tested branch with a longer file 2024 5 8 18 43 18.6000000 GPS TIME OF FIRST OBS 2024 5 8 20 24...
gharchive/pull-request
2024-04-08T13:20:03
2025-04-01T04:57:13.422928
{ "authors": [ "jtec" ], "repo": "jtec/prx", "url": "https://github.com/jtec/prx/pull/74", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
749648307
minimum memory required what is the minimum memory required to run the dockerized application? For me it always gets killed in the "Creating tensorflow session..." Step, so before any data is loaded, with multiple Error messages: W tensorflow/core/framework/allocator.cc:107] Allocation of 60236800 exceeds 10% of syst...
gharchive/issue
2020-11-24T12:04:11
2025-04-01T04:57:13.425877
{ "authors": [ "fabien-benoit-1984", "gustavz" ], "repo": "jtibshirani/text-embeddings", "url": "https://github.com/jtibshirani/text-embeddings/issues/10", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1591918847
Creating a vcf files that include BaseCalledReadsWithVariant in the report Hi, Sorry if I am asking a naive question. I am very new in this field and trying to figure out how to run the nanopolish pipeline so that I can receive "BaseCalledReadsWithVariant" in the report. With the way that I have done so far what I g...
gharchive/issue
2023-02-20T13:57:39
2025-04-01T04:57:13.436184
{ "authors": [ "epiBioCore", "jts" ], "repo": "jts/nanopolish", "url": "https://github.com/jts/nanopolish/issues/1061", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1438951239
ACL src/dst with host-alias not working Bug description Using host alias as dst/destination in ACLs does not work. In this case no node can talk to each other. The command "tailscale status" only shows itself. Same applies by using alias in src/source as well. When using the IP instead host alias, the ACL works. To ...
gharchive/issue
2022-11-07T20:41:50
2025-04-01T04:57:13.454813
{ "authors": [ "12nick12", "camaeel", "kradalby", "razza-guhl" ], "repo": "juanfont/headscale", "url": "https://github.com/juanfont/headscale/issues/941", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1621075461
New version of VSCode breaks the formatter (forge) with forge 0.2.0 (https://github.com/foundry-rs/foundry/commit/93aa2d071b635a838030aa29ad85b52d361f5728 2023-03-11T00:09:06.544116259Z) on linux with VSCode 1.76.1 with JuanBlanco.solidity extension installed in a mono repo with this .vscode/settings.json { "edi...
gharchive/issue
2023-03-13T09:29:57
2025-04-01T04:57:13.462612
{ "authors": [ "juanfranblanco", "outdoteth", "parv3213", "radeksvarz", "sergiimk", "zgorizzo69" ], "repo": "juanfranblanco/vscode-solidity", "url": "https://github.com/juanfranblanco/vscode-solidity/issues/399", "license": "mit", "license_type": "permissive", "license_source": "bi...
806934538
Build fail: Peer dependency issue with mini-css-extract-plugin and postcss-loader System specification: Angular CLI: 11.1.4 Node: 14.4.0 OS: win32 x64 Angular: 11.0.9 ... animations, common, compiler, compiler-cli, core, forms ... platform-browser, platform-browser-dynamic, router ... service-worker Ivy Workspace: Ye...
gharchive/issue
2021-02-12T04:28:31
2025-04-01T04:57:13.471799
{ "authors": [ "akumar3pimco", "juanmesa2097" ], "repo": "juanmesa2097/angular-boilerplate", "url": "https://github.com/juanmesa2097/angular-boilerplate/issues/164", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1158132175
use docker-compose to set-up server DOCKERFILE: `FROM nginx VOLUME /tmp WORKDIR /love_heart ENV LANG en_US.UTF-8 RUN echo "server { listen 80; #解决Router(mode: 'history')模式下,刷新路由地址不能找到页面的问题 location / { root /var/www/html/; index index.html index.htm; if (!-e $request_filename) { rewrite ^(.*)$ /index...
gharchive/issue
2022-03-03T08:49:59
2025-04-01T04:57:13.485845
{ "authors": [ "zhubinsheng" ], "repo": "judge0/ide", "url": "https://github.com/judge0/ide/issues/65", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2609706106
Judoscale interfering with logging configuration The judoscale Config.update method seems to call this method def _prepare_logging(self): log_level = logging.getLevelName(self["LOG_LEVEL"].upper()) logger.setLevel(log_level) if not logger.handlers: stdout_handler = logging.Str...
gharchive/issue
2024-10-23T19:55:33
2025-04-01T04:57:13.490856
{ "authors": [ "adamlogic", "shughes-uk" ], "repo": "judoscale/judoscale-python", "url": "https://github.com/judoscale/judoscale-python/issues/94", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1506807955
Migration to Angular 15 Description I just migrated the project from Angular 14.v to Angular 15.v by following the required steps https://update.angular.io/?l=3&v=14.0-15.0 Fixed issue: #1925 Affirmation [x] My code follows the CONTRIBUTING.md guidelines Please check the CI/CD results and compare with your loc...
gharchive/pull-request
2022-12-21T19:23:06
2025-04-01T04:57:13.512239
{ "authors": [ "Freedisch", "bkimminich" ], "repo": "juice-shop/juice-shop", "url": "https://github.com/juice-shop/juice-shop/pull/1942", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
385421347
Bump to calico v2.6.12 This builds on top of https://github.com/juju-solutions/layer-canal/pull/26 so please review and merge that first. Thanks. Merging, please review. LGTM+1 especially since we have CI jobs testing Canal
gharchive/pull-request
2018-11-28T19:26:19
2025-04-01T04:57:13.515911
{ "authors": [ "Cynerva", "ktsakalozos" ], "repo": "juju-solutions/layer-canal", "url": "https://github.com/juju-solutions/layer-canal/pull/27", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2637367215
compile failed using JUJU docker file Hi, I was trying to compile JUJU image using the docker file that JUJU project provide but got this error message, could anyone help me solve this? COPY failed: stat /var/lib/docker/tmp/docker-builder158877161/_/bin/jujud: no such file or directory And other than using docker...
gharchive/issue
2024-11-06T08:24:14
2025-04-01T04:57:13.576631
{ "authors": [ "Houzonglaile", "bestshenzhen", "jack-w-shaw" ], "repo": "juju/terraform-provider-juju", "url": "https://github.com/juju/terraform-provider-juju/issues/624", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2328144316
🛑 Colegio de Escribanos de Santa Fe is down In 007f076, Colegio de Escribanos de Santa Fe (https://www.coessfe1.org.ar/portal/index.php/es/) was down: HTTP code: 502 Response time: 13957 ms Resolved: Colegio de Escribanos de Santa Fe is back up in 4f59f99 after 11 minutes.
gharchive/issue
2024-05-31T15:57:01
2025-04-01T04:57:13.604856
{ "authors": [ "juliannavarro" ], "repo": "juliannavarro/upptime", "url": "https://github.com/juliannavarro/upptime/issues/95", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
745989710
After successful installation hokus does not open Hi! After a flawless installation on Debian 10 Buster Hokus, nonetheless, does not open. I have tried also to use the AppImage file. Same negative result. If I call the program from terminal with "hokus-cms" I get: Detected trace/breakpoint Many thanks Alex Oh, sorr...
gharchive/issue
2020-11-18T20:44:01
2025-04-01T04:57:13.607509
{ "authors": [ "hildebrand-institute" ], "repo": "julianoappelklein/hokus", "url": "https://github.com/julianoappelklein/hokus/issues/88", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
323581655
Discover fails Following the README to setup a connection to the Heos control system I do: const heos = require('heos-api') heos.discoverAndCreateConnection() .then(() => console.log('Connection established! 🌈')) This results in nothing happening. No output. Digging a little deeper into the code it seems like the di...
gharchive/issue
2018-05-16T11:34:06
2025-04-01T04:57:13.662173
{ "authors": [ "juliuscc", "markus-orblom", "morblom" ], "repo": "juliuscc/heos-api", "url": "https://github.com/juliuscc/heos-api/issues/4", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1496211023
Fix EspHome v.2022-12 "C++ forbids comparison between pointer and int… Build failed on v.2022-12, maybe this is fix? Not sure... At least compiles and works. :) Error: /config/esphome/esphome-ensto1.yaml: In lambda function: /config/esphome/esphome-ensto1.yaml:83:41: error: ISO C++ forbids comparison between pointer ...
gharchive/pull-request
2022-12-14T09:53:41
2025-04-01T04:57:13.667395
{ "authors": [ "iivana", "jumakki" ], "repo": "jumakki/esphome-ensto", "url": "https://github.com/jumakki/esphome-ensto/pull/5", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1977334061
--bind=ctrl-i and --bind=tab always conflict, binding one seems to also bind the other [x] I have read through the manual page (man fzf) [x] I have the latest version of fzf [x] I have searched through the existing issues Info OS [ ] Linux [x] Mac OS X [ ] Windows [ ] Etc. Shell [ ] bash [x] zsh [ ] fish ...
gharchive/issue
2023-11-04T13:24:25
2025-04-01T04:57:13.693802
{ "authors": [ "Kache", "LangLangBart", "junegunn" ], "repo": "junegunn/fzf", "url": "https://github.com/junegunn/fzf/issues/3502", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2356165876
getGoogleTrends Enhancement Is your feature request related to a problem? Please describe. getGoogleTrends returns fairly constant results, especially when the call interval is short, resulting in zero point gain. https://github.com/jungx098/Microsoft-Rewards-Farmer/blob/113f57c3713095669b5f6ce8013c986c826c0f33/src/s...
gharchive/issue
2024-06-17T01:48:24
2025-04-01T04:57:13.699955
{ "authors": [ "jungx098" ], "repo": "jungx098/Microsoft-Rewards-Farmer", "url": "https://github.com/jungx098/Microsoft-Rewards-Farmer/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
241895966
test pull request fileprovider add json support @hjtoday 改成这样 @DatasourceParameter(label = "{{'DATAPROVIDER.TEXTFILE.BASE_PATH'|translate}}", type = DatasourceParameter.Type.Input, order = 1) private String DS_PARAM_BASE_PATH = "basePath"; @QueryParameter(label = "{{'DATAPROVIDER.TEXTFILE.FILE_NAME'|translate}}", t...
gharchive/pull-request
2017-07-11T01:13:40
2025-04-01T04:57:13.721915
{ "authors": [ "hjtoday", "junjiem" ], "repo": "junjiem/CBoard", "url": "https://github.com/junjiem/CBoard/pull/4", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
632257081
Use McThings creations in Java and Bedrock Minecraft Editions So you as a creator invest your time learning McThings and creating with it. How you can use your creations in Minecraft? Scenes can be saved in the original Schematic format so you can load them in any Java Edition version. For the ones before 1.13 there...
gharchive/issue
2020-06-06T06:53:18
2025-04-01T04:57:13.751767
{ "authors": [ "acs" ], "repo": "juntosdesdecasa/mcthings", "url": "https://github.com/juntosdesdecasa/mcthings/issues/89", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1994613110
error-fix logout error fix link error fix LGTM
gharchive/pull-request
2023-11-15T11:40:59
2025-04-01T04:57:13.754057
{ "authors": [ "junwha0511", "seo-juhyeok" ], "repo": "junwha0511/hexa-delivery", "url": "https://github.com/junwha0511/hexa-delivery/pull/29", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
675233364
Add_Datashader Working on adding datashader capabilities into ipyradiant. Main Changes: Created base.py as a base class for vis code. Then created separate classes for datashader and ipycytoscape that inherit from VisBase. In datashader.ipynb there is just a high level use of datashader and how one might be able to ...
gharchive/pull-request
2020-08-07T19:37:02
2025-04-01T04:57:13.832040
{ "authors": [ "lnijhawan", "nrbgt", "zwelz3" ], "repo": "jupyrdf/ipyradiant", "url": "https://github.com/jupyrdf/ipyradiant/pull/23", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
677917439
Enable JupyterHandlers to set the logger on log_request This enables server extensions to log from their own logger, rather than always logging from the ServerApp's logger. Previously, all log messages from extensions were routed through the ServerApp logger, leading to some confusion on where these messages were act...
gharchive/pull-request
2020-08-12T19:16:03
2025-04-01T04:57:13.851909
{ "authors": [ "Zsailer" ], "repo": "jupyter/jupyter_server", "url": "https://github.com/jupyter/jupyter_server/pull/274", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
108253967
Python 2 kernel produces no output. Python 2 kernel will not run in jupyter I have several servers running jupyterhub successfully, but it refuses to execute python 2 code on one in particular. This server will run python 3 code just fine, but when a python 2 notebook is open the play button will cause a new cell to ...
gharchive/issue
2015-09-25T03:14:23
2025-04-01T04:57:13.862987
{ "authors": [ "malgaudreault", "minrk" ], "repo": "jupyter/jupyterhub", "url": "https://github.com/jupyter/jupyterhub/issues/311", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
267259106
Add support for launching from OSF Frozen artifacts I've been chatting with @betatim @mfraezz about being able to launch a binder based on the contents of a frozen (aka immutable) artifact published on OSF. This is awesome and we should do it :) On the binderhub side, we would have to do the following: Add a provide...
gharchive/issue
2017-10-20T18:09:29
2025-04-01T04:57:13.917539
{ "authors": [ "betatim", "choldgraf", "jzf2101", "manics", "wikey", "yuvipanda" ], "repo": "jupyterhub/binderhub", "url": "https://github.com/jupyterhub/binderhub/issues/216", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
300423511
Expose resource requests and limits for DIND container This exposes the resource limit and requests for the Docker in Docker container in the helm chart. Don't deploy this to mybinder.org without first discussing what sensible default for these limits and requests should be. Then adjusting/reviewing jupyterhub/mybind...
gharchive/pull-request
2018-02-26T22:38:05
2025-04-01T04:57:13.924599
{ "authors": [ "betatim", "choldgraf", "yuvipanda" ], "repo": "jupyterhub/binderhub", "url": "https://github.com/jupyterhub/binderhub/pull/472", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }