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
101764302
Error seems to be in error Challenge http://www.freecodecamp.com/challenges/waypoint-make-instances-of-objects-with-a-constructor-function has an issue. Please describe how to reproduce it, and include links to screenshots if possible. To reproduce it, run the correct code. Then you'll see that the error reported seems to be, well, in error: assert(typeof(myCar.engines) === 'number', 'The property engine of myCar should be a number');The property engine of myCar should be a number See the screenshot. engines, not engine. You used engine in your code.
gharchive/issue
2015-08-18T22:37:29
2025-04-01T04:55:05.970656
{ "authors": [ "AryanJ-NYC", "jmichb" ], "repo": "FreeCodeCamp/FreeCodeCamp", "url": "https://github.com/FreeCodeCamp/FreeCodeCamp/issues/2128", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
118249907
Arabic translation of Basic Algorithm Scripting [ ] Meet Bonfire [ ] Reverse a String [ ] Factorialize a Number [ ] Check for Palindromes [ ] Find the Longest Word in a String [ ] Title Case a Sentence [ ] Return Largest Numbers in Arrays [ ] Confirm the Ending [ ] Repeat a string repeat a string [ ] Truncate a string [ ] Chunky Monkey [ ] Slasher Flick [ ] Mutations [ ] Falsy Bouncer [ ] Seek and Destroy [ ] Where do I belong Closing in favor of https://github.com/FreeCodeCamp/TranslationExpansion/issues/24
gharchive/issue
2015-11-22T07:48:02
2025-04-01T04:55:05.974472
{ "authors": [ "3laa-Khalil-Alarabi", "raisedadead" ], "repo": "FreeCodeCamp/FreeCodeCamp", "url": "https://github.com/FreeCodeCamp/FreeCodeCamp/issues/4631", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
125865182
Waypoint: Add Placeholder Text to a Text Field ( bug in placeholder exercise) has an issue. User Agent is: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36. Please describe how to reproduce this issue, and include links to screenshots if possible. My code: <link href="http://fonts.googleapis.com/css?family=Lobster" rel="stylesheet" type="text/css"> <style> .red-text { color: red; } h2 { font-family: Lobster, Monospace; } p { font-size: 16px; font-family: Monospace; } .thick-green-border { border-color: green; border-width: 10px; border-style: solid; border-radius: 50%; } .smaller-image { width: 100px; } </style> <h2 class="red-text">CatPhotoApp</h2> <p>Click here for <a href="#">cat photos</a>.</p> <a href="#"><img class="smaller-image thick-green-border" alt="A cute orange cat lying on its back" src="https://bit.ly/fcc-relaxing-cat"></a> <p>Things cats love:</p> <ul> <li>cat nip</li> <li>laser pointers</li> <li>lasagna</li> </ul> <p>Top 3 things cats hate:</p> <ol> <li>flea treatment</li> <li>thunder</li> <li>other cats</li> </ol> <input type="text"> <input type="text" placeholder="cat photo URL"> (the above line is reading as incorrect ) Name of exercise: Waypoint: Add Placeholder Text to a Text Field You're supposed to add the placeholder text to the existing input not create a new input. I passd "Add Placeholder Text to a Text Field" challange puting TWO lines: But it's strange. I passed "Add Placeholder Text to a Text Field" challenge putting TWO lines: <input type="text" placeholder="cat photo URL"> <input type="text" placeholder="cat photo URL"> But it's strange. /FCC bug/ Sorry I'm new on FCC & I've lost this lines in my earlier Comment
gharchive/issue
2016-01-11T03:03:11
2025-04-01T04:55:05.978810
{ "authors": [ "JBuji", "KeaDC", "sludge256" ], "repo": "FreeCodeCamp/FreeCodeCamp", "url": "https://github.com/FreeCodeCamp/FreeCodeCamp/issues/6046", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
85341484
Completed Challenge without creating "CSS blue" class Challenge http://www.freecodecamp.com/challenges/waypoint-override-styles-with-important has an issue. I was able to complete this challenge without doing the "Create the CSS class "blue-text"" step. Thank you for your detailed explanation and screen shots. One of our campers has submitted a fix for this.
gharchive/issue
2015-06-05T00:15:10
2025-04-01T04:55:05.980969
{ "authors": [ "MightyBoosh92", "QuincyLarson" ], "repo": "FreeCodeCamp/freecodecamp", "url": "https://github.com/FreeCodeCamp/freecodecamp/issues/841", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
197158096
feat(guests) : Add links to social profiles Adds a social link from the twitter handles and falls back to Github handle. P.S Demo available at https://raisedadead.com/open2017/ @raisedadead awesome! Well done!
gharchive/pull-request
2016-12-22T11:51:07
2025-04-01T04:55:05.982289
{ "authors": [ "QuincyLarson", "raisedadead" ], "repo": "FreeCodeCamp/open2017", "url": "https://github.com/FreeCodeCamp/open2017/pull/14", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
598117701
USB redirection not working in non-Windows platforms #It seems that commit ebdaea6f3b5e410b9a3380368d6023c52bed67cc introduces a change targeted to Windows builds, without effectively checking it, therefore breaking the USB redirection functionality in non-Windows builds. When loading the urbdrc channel in Linux build, you receive the following error: [00:01:01:900] [2961:2962] [WARN][com.freerdp.channels.urbdrc.client] - LIBUSB_OPTION_USE_USBDK Operation not supported or unimplemented on this platform [-12] Simply adding the adequate ifdef fixes the problem Pull request issued #6057 Fixed in 0f8437d1d86b2798edd46033974eb9678b6eecf0. Closing
gharchive/issue
2020-04-10T22:13:59
2025-04-01T04:55:06.048345
{ "authors": [ "jacobopantoja" ], "repo": "FreeRDP/FreeRDP", "url": "https://github.com/FreeRDP/FreeRDP/issues/6058", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2516763491
TalkerDataCard does not expand when changing title Describe the bug If you change the title in TalkerSettings in TalkerFlutter.init, TalkerDataCard stops responding to keystrokes, and responds to settings. To Reproduce Steps to reproduce the behavior: Connect talker_flutter, talker_dio_logger packages Create TalkerFlutter.init In TalkerSettings, change the titles to custom headers (at least network requests) Add TalkerDioLogger to dio.interceptors Add TalkerScreen call to TalkerSettings Make the request in the working application Click on the network request logs in TalkerScreen Error. TalkerDataCard with custom title has not changed Expected behavior Ability to expand TalkerDataCard and see detailed request information Screenshots https://github.com/user-attachments/assets/f20941ca-79f9-4c53-97e9-034672f550f1 Desktop (please complete the following information): Smartphone (please complete the following information): Device: Xiaomi MI 9T. OS: Android 11. Device: Blackview Active 8 Pro. OS: Android 13. Additional context Spotted in log requests, responses, and network errors because it shows a lot of data. Probably an issue with any logs with detailed data Package version talker_dio_logger: ^4.4.1 talker_bloc_logger: ^4.4.1 talker_flutter: ^4.4.1 [✓] Flutter (Channel stable, 3.24.1, on macOS 14.5 23F79 darwin-arm64, locale ru-RU) • Flutter version 3.24.1 on channel stable at /Users/specialny/tools/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision 5874a72aa4 (3 недели назад), 2024-08-20 16:46:00 -0500 • Engine revision c9b9d5780d • Dart version 3.5.1 • DevTools version 2.37.2 [✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0) • Android SDK at /Users/specialny/Library/Android/sdk • Platform android-34, build-tools 34.0.0 • Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 17.0.11+0-17.0.11b1207.24-11852314) • All Android licenses accepted. [✓] Xcode - develop for iOS and macOS (Xcode 15.4) • Xcode at /Applications/Xcode.app/Contents/Developer • Build 15F31d • CocoaPods version 1.14.3 [✓] Chrome - develop for the web • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome [✓] Android Studio (version 2024.1) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 17.0.11+0-17.0.11b1207.24-11852314) [✓] VS Code (version 1.92.0) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension version 3.94.0 [✓] Connected device (4 available) • Mi 9T (mobile) • e7b48232 • android-arm64 • Android 11 (API 30) • macOS (desktop) • macos • darwin-arm64 • macOS 14.5 23F79 darwin-arm64 • Mac Designed for iPad (desktop) • mac-designed-for-ipad • darwin • macOS 14.5 23F79 darwin-arm64 • Chrome (web) • chrome • web-javascript • Google Chrome 128.0.6613.120 [✓] Network resources • All expected network resources are available. • No issues found! Hello @Luwirispok ! Can you explain how request logs looks in your VSCode console ?
gharchive/issue
2024-09-10T15:18:28
2025-04-01T04:55:06.150384
{ "authors": [ "Frezyx", "Luwirispok" ], "repo": "Frezyx/talker", "url": "https://github.com/Frezyx/talker/issues/260", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1573789496
🛑 Piska Sekretariat-DJPb is down In 89daafd, Piska Sekretariat-DJPb (http://piska.setditjen-djpb.net) was down: HTTP code: 0 Response time: 0 ms Resolved: Piska Sekretariat-DJPb is back up in c2386cd.
gharchive/issue
2023-02-07T07:01:11
2025-04-01T04:55:06.158838
{ "authors": [ "FrideyAlpha" ], "repo": "FrideyAlpha/uptime-setditjen", "url": "https://github.com/FrideyAlpha/uptime-setditjen/issues/1380", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2163511688
Unable to install plugin Team, I have manually installed this plugin https://github.com/FriendlyDotCH/mautic-multi-domain?tab=readme-ov-file and I am receiving an error when attempting to access Mautic. Could someone help me to resolve this issue? Are you working with Mautic 4 or 5? This is not M5 compatible yet
gharchive/issue
2024-03-01T14:17:50
2025-04-01T04:55:06.160313
{ "authors": [ "jos0405", "pavanobbeli" ], "repo": "FriendlyDotCH/mautic-multi-domain", "url": "https://github.com/FriendlyDotCH/mautic-multi-domain/issues/25", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
13473188
Add author email to Commit object What would you think about adding author's email to commit objects? My use case is to add at runtime commit's author as a notifier recipient : <?php use Sismo\Commit; use Sismo\Notifier\MailNotifier; class Notifier extends MailNotifier { public function notify(Commit $commit) { /* $authorEmail = $commit->getAuthorEmail(); // ??? $recipients = (array) $this->recipients; if (!in_array($authorEmail, $recipients)) { $this->recipients[] = $authorEmail; } */ $previousCommit = $commit->getProject()->getLatestCommit(); if (!$commit->isSuccessful() || !$previousCommit || $previousCommit->getStatusCode() != $commit->getStatusCode() ) { return parent::notify($commit); } return false; } } ping @bamarni hum it's hanging since a while :) in the meanwhile I switched to a cloud based solution so I can't implement this at the moment unfortunately..
gharchive/issue
2013-04-22T10:16:37
2025-04-01T04:55:06.168369
{ "authors": [ "bamarni", "lyrixx" ], "repo": "FriendsOfPHP/Sismo", "url": "https://github.com/FriendsOfPHP/Sismo/issues/100", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
883558914
Beim Upgrade default Cookie umbenennen Beim Upgrade von Version 2 sollte der Standardcookie von iwcc auf consent_manager umbenannt werden. Das umbenennen alleine reicht hier nicht. Es muss auch der Name in der Beschreibung angepasst werden. Gut. Danke für die Info. Habe einen PR erstellt. Falls der OK ist, denkst du es würde sich eine neue beta Version lohnen? Ja @TobiasKrais machen wir dann gleich eine beta8. Danke für dein Testing und deine Korrekturen! @TobiasKrais beta8 ist jetzt auch im Installer vorhanden. Kannst gerne testen und Feedback. Dann machen wir eine finale 3.0.0 @aeberhard ehe du die finale 3.0.0 machst - was ist denn hiermit: https://github.com/FriendsOfREDAXO/consent_manager/issues/149
gharchive/issue
2021-05-10T07:06:50
2025-04-01T04:55:06.172909
{ "authors": [ "IngoWinter", "TobiasKrais", "aeberhard" ], "repo": "FriendsOfREDAXO/consent_manager", "url": "https://github.com/FriendsOfREDAXO/consent_manager/issues/171", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
37181630
Using Symfony\Component\Validator\Context\LegacyExecutionContext Quick fix so voting works in Symfony 2.5. Has anyone provided a fix for this issue? Thanks.
gharchive/pull-request
2014-07-04T18:09:21
2025-04-01T04:55:06.175559
{ "authors": [ "perk11", "stevro" ], "repo": "FriendsOfSymfony/FOSCommentBundle", "url": "https://github.com/FriendsOfSymfony/FOSCommentBundle/pull/441", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
187892459
Invalid Syntax error SyntaxError: Invalid or unexpected token at Object.exports.runInThisContext (vm.js:76:16) at Module._compile (module.js:528:28) at Object.Module._extensions..js (module.js:565:10) at Module.load (module.js:473:32) at tryModuleLoad (module.js:432:12) at Function.Module._load (module.js:424:3) at Module.require (module.js:483:17) at require (internal/module.js:20:19) at Object. (C:\Users\USER\ptc-acc-gen\index.js:13:18) at Module._compile (module.js:556:32) fs.js:640 return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode); ^ Error: ENOENT: no such file or directory, open 'C:\Users\USER\ptc-acc-gen\PogoPlayer\accounts.csv' at Error (native) at Object.fs.openSync (fs.js:640:18) at Object.fs.readFileSync (fs.js:508:33) at Object. (C:\Users\USER\ptc-acc-gen\PogoPlayer\pogo.js:6:16) at Module._compile (module.js:556:32) at Object.Module._extensions..js (module.js:565:10) at Module.load (module.js:473:32) at tryModuleLoad (module.js:432:12) at Function.Module._load (module.js:424:3) at Module.runMain (module.js:590:10) at run (bootstrap_node.js:394:7) at startup (bootstrap_node.js:149:9) at bootstrap_node.js:509:3 "Find the generated accounts in PogoPlayer/accounts.csv" Press any key to continue . . . First of all Error: ENOENT: no such file or directory, open 'C:\Users\USER\ptc-acc-gen\PogoPlayer\accounts.csv' says that it cannot find that file is there that file in there ? ^ please update Working on it Sent from BlueMail On Nov 9, 2016, 3:26 PM, at 3:26 PM, FrostTheFox notifications@github.com wrote: ^ please update -- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/FrostTheFox/ptc-acc-gen/issues/82#issuecomment-259517209
gharchive/issue
2016-11-08T03:25:02
2025-04-01T04:55:06.231087
{ "authors": [ "Extrememist", "FrostTheFox", "lueshi-me" ], "repo": "FrostTheFox/ptc-acc-gen", "url": "https://github.com/FrostTheFox/ptc-acc-gen/issues/82", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
460062695
Error with validateScopes = true using version 3.0rc4 Hi! When i build the service provider with validation of scopes like this: services.BuildServiceProvider(validateScopes: true) I get this error: Cannot resolve scoped service 'FubarDev.FtpServer.Commands.IFtpCommandHandlerProvider' from root provider. ValidateScopes is also true when using CreateDefaultBuilder in ASP.NET Core which is where i encountered the issue. Here is a minimal example of the issue, if i remove validateScopes i can connect but with it the application crashes. Great work with 3.0, looking foward to the release! /Ludvig Fixed in RC5 (should be available soon) Great, thanks!
gharchive/issue
2019-06-24T19:43:45
2025-04-01T04:55:06.242744
{ "authors": [ "fubar-coder", "lfalck" ], "repo": "FubarDevelopment/FtpServer", "url": "https://github.com/FubarDevelopment/FtpServer/issues/72", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
83877883
Not listed in yeoman.io This generator is not listed in the yeoman.io site Updated the package.json file based on the reply - https://twitter.com/Vaxilart/status/592434542503469056 @logeshpaul @rgksugan Our generator is know listed in yeoman.io site. Check the screenshot. @gokulkrishh cool! There was an issue with the 'repo:url' in 'package.json' file. I fixed it and pushed it along with other fix we I did yesterday. Great that it fixed and listed! Thanks for checking :+1: Posting the line number here for reference https://github.com/FuelFrontend/generator-smacss/blob/9cb1ea13733101594b05abfd9b8d4ba488a7f96d/package.json#L35 Cool!!
gharchive/issue
2015-06-02T06:57:51
2025-04-01T04:55:06.264936
{ "authors": [ "gokulkrishh", "logeshpaul", "rgksugan" ], "repo": "FuelFrontend/generator-smacss", "url": "https://github.com/FuelFrontend/generator-smacss/issues/46", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1204212908
sway vscode plugin crashes on start up The sway vscode plugin immediately crashes on startup. This is probably due to the changes to the LSP feature becoming a plugin instead of a native command: https://github.com/FuelLabs/sway/pull/1178 Error: no such subcommand: `lsp` [Info - 4:21:53 PM] Connection to server got closed. Server will restart. Error: no such subcommand: `lsp` [Info - 4:21:53 PM] Connection to server got closed. Server will restart. Error: no such subcommand: `lsp` [Info - 4:21:53 PM] Connection to server got closed. Server will restart. Error: no such subcommand: `lsp` [Info - 4:21:53 PM] Connection to server got closed. Server will restart. Error: no such subcommand: `lsp` [Error - 4:21:53 PM] Connection to server got closed. Server will not be restarted. @binggh you might just need to install the forc-lsp plugin - could you try cargo install forc-lsp, then re-launch VS Code and see if that works? I haven't looked into how VS Code plugins work yet myself (I do my editing with Vim), but perhaps there's some way we can make sure forc-lsp is installed during the plugin installation process. I think this should mostly be resolved once we have binary distributions. In the meantime, if that is indeed the fix, then The Book can simply be update to include instruction to install the lsp and other important plugins. @mitchmindtree oops, my bad - that fixed it 😅 will close this issue and update the docs at https://fuellabs.github.io/sway/latest/introduction/sway-toolchain.html
gharchive/issue
2022-04-14T08:27:43
2025-04-01T04:55:06.268133
{ "authors": [ "adlerjohn", "binggh", "mitchmindtree" ], "repo": "FuelLabs/sway-vscode-plugin", "url": "https://github.com/FuelLabs/sway-vscode-plugin/issues/42", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
790062444
Identify dependencies in the data needed for our research Depending on the results of #21! For example code->description and reasoncode->reasondescription These "translations" should not be in the main table but in the satellite-tables of our star scheme CODE -> DESCRIPTION CODE -> DESCRIPTION
gharchive/issue
2021-01-20T15:06:05
2025-04-01T04:55:06.273105
{ "authors": [ "lknegendorf" ], "repo": "Fuenfgeld/ATeamDatenmanagementUndArchivierung", "url": "https://github.com/Fuenfgeld/ATeamDatenmanagementUndArchivierung/issues/22", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
229493635
Add as_curl I borrowed as_curl method from 'yt' gem. and think it could be useful for debugging projects which use 'yt-core' gem. Thank you Coverage decreased (-4.3%) to 95.726% when pulling caaf5c2f40f6936623044eb48692b20cfbdedfb9 on kangkyu:as_curl into 38c6892b8a9a853b50fc47ef748f7a64dfcbe882 on Fullscreen:master. Coverage remained the same at 100.0% when pulling 6133e0193fdf6d0327bf7b7d542e85c896b443ca on kangkyu:as_curl into 38c6892b8a9a853b50fc47ef748f7a64dfcbe882 on Fullscreen:master. closes in favor of #8
gharchive/pull-request
2017-05-17T21:32:31
2025-04-01T04:55:06.277422
{ "authors": [ "coveralls", "kangkyu" ], "repo": "Fullscreen/yt-support", "url": "https://github.com/Fullscreen/yt-support/pull/6", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1288342414
🛑 Bitwarden is down In 5c2947b, Bitwarden (https://vault.fussel.tv) was down: HTTP code: 403 Response time: 96 ms Resolved: Bitwarden is back up in 8ab1898.
gharchive/issue
2022-06-29T08:16:30
2025-04-01T04:55:06.309566
{ "authors": [ "FusselTV" ], "repo": "FusselTV/status", "url": "https://github.com/FusselTV/status/issues/145", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2643146600
Fixing CI by downpinning uv<0.5 From this CI run, we get: × No solution found when resolving dependencies for split │ (python_full_version == '3.11.*' and platform_python_implementation == │ 'PyPy'): ╰─▶ Because only the following versions of paper-qa are available: paper-qa<=5.0.0 paper-qa==5.0.1 ... paper-qa==5.3.2 and paper-qa==5.3.2 depends on fhaviary, we can conclude that paper-qa>5.3.1 depends on fhaviary. And because paper-qa>=5.0.0,<=5.3.1 depends on fhaviary, we can conclude that paper-qa>=5.0.0 depends on fhaviary. And because fhaviary[paperqa] depends on paper-qa>=5 and your workspace requires fhaviary[paperqa], we can conclude that your workspace's requirements are unsatisfiable. hint: The package `paper-qa` depends on the package `fhaviary` but the name is shadowed by one of your workspace members. Consider changing the name of the workspace member. Something about uv==0.5.0 broke our "circular" pinning with paper-qa (where paper-qa depends on fhaviary, and we have a convenience paperqa extra here). This PR just temporarily down-pins uv for this Looks like test passed this time, but lint still fails. Need to dig deeper
gharchive/pull-request
2024-11-08T07:33:16
2025-04-01T04:55:06.313197
{ "authors": [ "jamesbraza" ], "repo": "Future-House/aviary", "url": "https://github.com/Future-House/aviary/pull/117", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
986449759
Missing browser usage data for iOS in Switzerland Usage data for Safari / Chrome on iOS devices seems to be missing. My screenshot below shows an example for browser versions 14.5 - 14.7, but all iOS versions are affected and are showing 0% for Switzerland. These numbers should be higher than global numbers since market share of iOS is generally higher in Switzerland. Numbers for other browsers, including Safari on macOS do not seem to be affected. I cannot tell exactly when this started happening, but it must be at least a few days. I believe this was recently fixed. Note that you may need to delete the current data then re-import. Thank you. I thought I had done a reimport, but trying it now helped. Problem fixed.
gharchive/issue
2021-09-02T09:33:10
2025-04-01T04:55:06.316430
{ "authors": [ "Fyrd", "j-hoffmann" ], "repo": "Fyrd/caniuse", "url": "https://github.com/Fyrd/caniuse/issues/6009", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
1403668214
ArmadaOperator: Add airflow task id to Armada annotations When a user submits an Airflow task, we should add the airflow task id to the Armada annotations. An example can be below: jobSetId: test priority: 100 namespace: batch-test annotations: armadaproject.io/taskRunId: 0a016adf-8325-1d6a-8183-268de7a625ea @iJanki-gr Is there any other items in the airflow context that you would want added as annotations? I believe everything is in place to add the annotations, we just need to read them from airflow context and create them in the job request. Hey team! Please add your planning poker estimate with Zenhub @ClifHouck @dejanzele @headphonejames @kannon92 @richscott @Sharpz7 @suprjinx @kannon92 it seems like airflow has a "task_id" and a "run_id" as separate identifiers -- which should be used for "taskRunId" in the description? Please hold on this. I need to meet with Danielle to discuss airflow user request but it will have to happen after Kubecon. So @iJanki-gr and I meant to sync up before I left for Kubecon. He has some ideas of what potential airflow users would want from this work but I think we need to see some DAGs and see what is possible. At this moment, we use dagrunId as our job-set name. There was a request to dynamically use task name from armada job ids but I don't know if that is possible. Airflow seems to want static task names but it seems possible to do dynamic generation of dags but it seems to be an advanced feature so I think more information is necessary. Feel free to take lead on this if you want with Daniele.
gharchive/issue
2022-10-10T20:19:09
2025-04-01T04:55:06.326466
{ "authors": [ "dave-gantenbein", "kannon92", "suprjinx" ], "repo": "G-Research/armada", "url": "https://github.com/G-Research/armada/issues/1608", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1515319947
Use of middlewares for zod As suggested by @Amr2812 Reference: https://github.com/G0maa/my-school-server/blob/a8971d8341a0ff4440dc9c9abbc886de34d3aaae/src/controllers/student.ts#L23-L24 and all other controllers. Goal: Single middleware use, single schema to fulfill the above need. Revisiting. I've been trying to adapt this to the current code, but I haven't been able to. So far what I have got is const validateSchemas = (schemas: AnyZodObject[]) => (req: Request, _res: Response, next: NextFunction) => { // Error handling in errror-handler middleware // await/promise is needed only if you use **async** `refinements` or `transformers` for (const schema of schemas) { schema.parse({ body: req.body, query: req.query, params: req.params, }); } return next(); }; And export const ZStudentPost = z.object({ body: ZStudent, }); I cant use transform since it will invalidate the state of req.body: export const ZUserPost = z .object({ body: ZUser, }) .transform((obj) => { return { ...obj, user: obj.body }; }); Which means, either: Find a way to parse req.body twice populating it with the needed schema i.e. req.body.user & req.body.student Redesign schemas around routes themselves rather than entities. I used ChatGPT for 3-4 tries to refine the suggested code: function validateAndExtract(schemas, properties) { return (req, res, next) => { try { let parsed = {}; schemas.forEach(schema => { parsed = Object.assign(parsed, schema.parse(req.body)); }); properties.forEach(property => { req.body[property] = parsed[property]; }); next(); } catch (err) { return res.status(400).json({ message: err.message }); } } } i.e. to use validateAndExtract([teacherSchema, userSchema], ['teacher', 'user']) Revisited, tried & applied: Here it is used to verify entire request, but manually giving types to req, this hugely depends on client sending different objects, user, student & studentDetails in req https://github.com/G0maa/my-school-server/blob/576c72f15ca8e0440695c4eb724b1f794d07f6b9/src/controllers/teacher.ts#L55-L67 Here it is too much to use a middleware for a small task: https://github.com/G0maa/my-school-server/blob/576c72f15ca8e0440695c4eb724b1f794d07f6b9/src/controllers/teacher.ts#L92-L101 And here you can't use it, req.query can't be sent as objects. https://github.com/G0maa/my-school-server/blob/576c72f15ca8e0440695c4eb724b1f794d07f6b9/src/controllers/teacher.ts#L28-L47 3rd method https://github.com/G0maa/my-school-server/blob/359143fb8524864d11340294aaa43a5e75f07a9f/src/controllers/fee.ts#L38-L56 For Reference, old: https://github.com/G0maa/my-school-server/blob/def70826f7e5d43e8f683b0816e4e686d51e6192/src/validator/studyClass.validator.ts Solved with #45
gharchive/issue
2023-01-01T05:07:11
2025-04-01T04:55:06.336670
{ "authors": [ "G0maa" ], "repo": "G0maa/my-school-server", "url": "https://github.com/G0maa/my-school-server/issues/32", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1886393022
🛑 Collections service is down In eae13d5, Collections service (https://colecciones.gbif.es) was down: HTTP code: 0 Response time: 0 ms Resolved: Collections service is back up in d0bf8a3 after 12 hours, 8 minutes.
gharchive/issue
2023-09-07T18:33:14
2025-04-01T04:55:06.347156
{ "authors": [ "vjrj" ], "repo": "GBIFes/status", "url": "https://github.com/GBIFes/status/issues/947", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
538447637
Bug - Unable to save changes to Profile b/c Password is incorrect. Description While logged into the Talent Cloud site, making changes to my Twitter handle, LinkedIn URL and tagline I am unable to save as there is an error message stating that: Current password isn't correct. As I am already logged in and made no changes to my password, I don't know why or how my password could be incorrect. Technical Info Device: Laptop Operating System: MacOs Browser: Chrome, Version 79.0.3945.79 (Official Build) (64-bit) Steps to Reproduce Steps to reproduce the behaviour. Example: Go to Talent Cloud Click on About Me Scroll down to Account Information Fill in additional details and Save Changes Interaction is included within the video attached. Video Profile.mp4.zip [ ] Regression test written. Password is now within settings and the issue looks to be resolved.
gharchive/issue
2019-12-16T14:29:46
2025-04-01T04:55:06.361381
{ "authors": [ "nicolsonaitken" ], "repo": "GCTC-NTGC/TalentCloud", "url": "https://github.com/GCTC-NTGC/TalentCloud/issues/2363", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1007538455
project Section The Project section made is fully responsive but still, it can be improved in terms of animations filter option also add to filter those projects according to the topics @Suryanshomar7240 Thanks for your contribution.
gharchive/pull-request
2021-09-26T23:41:34
2025-04-01T04:55:06.366602
{ "authors": [ "Suryanshomar7240", "mohit355" ], "repo": "GDSC-IIIT-Kalyani/Winter-of-Code-2.0-frontend", "url": "https://github.com/GDSC-IIIT-Kalyani/Winter-of-Code-2.0-frontend/pull/22", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
941826515
Remove The Kongregate Extension from The Extension Library Description From https://github.com/4ian/GDevelop/issues/2797 Kongregate does not accept games any more, which makes the extension useless. Probably add a gamejolt or newgrounds API extension to GDevelop 5 instead. [x] Verification on Kongregate website [x] Check how deleted extension act in GDevelop if we try to update it Check how deleted extension act in GDevelop if we try to update it Nothing bad should happen as existing games having it will continue to work, and it will be removed from the list of extensions, so it won't be listed and you can't "update" it. Close by https://github.com/GDevelopApp/GDevelop-extensions/commit/a7f8ed33c5050d5ae9776bf8e48cc9a2c912485e
gharchive/issue
2021-07-12T08:54:38
2025-04-01T04:55:06.374542
{ "authors": [ "4ian", "Bouh" ], "repo": "GDevelopApp/GDevelop-extensions", "url": "https://github.com/GDevelopApp/GDevelop-extensions/issues/181", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1021402754
gender_neutral_rewrite Unresolved references to spaCy and Unresolved List reference When running the gender_neutral_rewrite there are several unresolved references to the spacy_nlp variable. In particular on line: Line 27: self.nlp = spacy_nlp if spacy_nlp else spacy.load("en_core_web_sm") Please use from initialize import spacy_nlp to get a handle on the global spacy instance. There is also an unresolved reference on Line 495: def generate(self, sentence: str) -> List[str]. List[str] is not resolvable. Should this be lower case? e.g. list[str] Thanks for pointing this out. Made a PR here: https://github.com/GEM-benchmark/NL-Augmenter/pull/324
gharchive/issue
2021-10-08T19:28:35
2025-04-01T04:55:06.377063
{ "authors": [ "Saad-Mahamood", "tonysun9" ], "repo": "GEM-benchmark/NL-Augmenter", "url": "https://github.com/GEM-benchmark/NL-Augmenter/issues/316", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
290910256
Generate database array from environmental settings Currently the database array is hardcoded at the beginning of modules which use it. const databases = { xyz: pgp(process.env.POSTGRES), ghs: pgp(process.env.POSTGRES_GHS) }; This array should be generated from the launch settings. Split name at underscore with the second part being the name of the database connection which is used in this instance. This is now possible. Database connection strings begin with DBS_ the keys are split at the underscore and added to a DBS array. The second part of the key is the name of the database connection which can be referenced in queries to the framework. let pgp = require('pg-promise')({ promiseLib: require('bluebird'), noWarnings: true }); const DBS = {}; Object.keys(process.env).map(function (key) { if (key.split('_')[0] === 'DBS') DBS[key.split('_')[1]] = pgp(process.env[key]) });
gharchive/issue
2018-01-23T16:48:16
2025-04-01T04:55:06.379378
{ "authors": [ "dbauszus-glx" ], "repo": "GEOLYTIX/xyz", "url": "https://github.com/GEOLYTIX/xyz/issues/19", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1681798348
remap_upper.py should pass in stretch factors to interp_restarts After talking with @bena-nasa, the right way to pass in stretch grid factors in remap_upper.py is to do so through command line arguments to interp_restarts.x. If you do it this way, the restarts get global metadata for the stretch factor, lon, and lat. Oh dear. I tried this and for some reason the winds (and other things) are very different when you a namelist vs options. @bena-nasa is looking at this. Addressed in #19
gharchive/issue
2023-04-24T18:19:18
2025-04-01T04:55:06.381478
{ "authors": [ "gmao-rreichle", "mathomp4" ], "repo": "GEOS-ESM/GEOS_Util", "url": "https://github.com/GEOS-ESM/GEOS_Util/issues/15", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2752969089
(SE) Utilizing more Cylc features One of the main reasons we use Cylc is its design which includes many useful features for DA cycling. We currently exercise some of them but we should take advantage of more. I will create this as an epic and as users think of more features they can add this can expand. Necessary ones: [ ] Retry certain tasks in case they fail: Most of the time the failure of Run.. tasks are caused by filesystem issues rather than configuration problems. Cylc should try running a certain task at least one more time before giving up. This is especially important for suites involving ensembles as even if 31 members succeed and 1 fails the workflow will stall. [ ] Hold before certain tasks: @rtodling mentioned this one. The ability for a suite to "hold" before a certain task, say RunJediVarExecutable so that different configurations could be tested swiftly without the need to swell create a whole new suite. JCSDA's https://github.com/JCSDA-internal/skylab uses this feature in a different workflow engine called EWOK. [ ] Restart a failed suite from a certain cycle & task: This one is tricky, I know it is possible with Cylc but not sure how would this play out with Swell. After a suite cycled certain amount of days, we would want to continue from a that point rather than restarting altogether. Optional but useful ones: [ ] Workflow sending email if suite stops/fails. I was able to do this with a sandbox Cylc setup. Case in point for retrying, the task had SLURM issues (pink square) but now running after two failed attempts and with zero changes. I happened to be monitoring:
gharchive/issue
2024-12-20T15:33:51
2025-04-01T04:55:06.389968
{ "authors": [ "Dooruk" ], "repo": "GEOS-ESM/swell", "url": "https://github.com/GEOS-ESM/swell/issues/490", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
225508284
Use a larger socketserver backlog [server-backlog] Increasing the backlog should help in servicing requests from clients running in parallel with large number of processes. While the value of 128 is still relatively small (and not the definitive cure for parallel clients flooding the listening socket), it is usually the default maximum in Linux and Darwin kernels: $ uname Linux $ sysctl net.core.somaxconn net.core.somaxconn = 128 $ uname Darwin $ sysctl kern.ipc.somaxconn kern.ipc.somaxconn: 128 @stefanozampini, GLVis does not have a config file for options. The backlog can be made a command line option, if you want. I'm fine either way.
gharchive/pull-request
2017-05-01T19:41:31
2025-04-01T04:55:06.417554
{ "authors": [ "dalcinl", "v-dobrev" ], "repo": "GLVis/glvis", "url": "https://github.com/GLVis/glvis/pull/21", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
681159501
Release 20200818 Part of release 20200820 This is part of the 20200820 release Going to close and reopen. Just going to close it all together
gharchive/pull-request
2020-08-18T16:04:43
2025-04-01T04:55:06.669335
{ "authors": [ "pjsharpe07" ], "repo": "GSA/sdg-indicators-usa", "url": "https://github.com/GSA/sdg-indicators-usa/pull/1011", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
787163609
Create Example for Calling from Sefaria API Create an example where you call from Sefaria's API. We need to find a better way to simplify the example, we don't want to confuse people with all the processing junk. For now, I am going to push this off as it is more a documentation problem than simply creating an example. We need to find a better way to simplify the example, we don't want to confuse people with all the processing junk. For now, I am going to push this off as it is more a documentation problem than simply creating an example.
gharchive/issue
2021-01-15T20:09:17
2025-04-01T04:55:06.692507
{ "authors": [ "Shaun-Regenbaum" ], "repo": "GT-Jewish-DH/daf-render-lib", "url": "https://github.com/GT-Jewish-DH/daf-render-lib/issues/10", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2197329375
add null checks for all sendPlayerInformation cases,to avoid crashes … …if ritual owner is not online and Altar is missing Pedestals are missing Item to enchant is missing Enchantment books are missing Not enough LP in the network to enchant items Enchantment type can not be applied on item flew under the radar because they only happen under specific conditions and were not part of the issue because of it that would prevent it from working in it's entirety if the player owning the activation crystal is not on the server,this would still allow it to be used by other team members,but prevents the crash
gharchive/pull-request
2024-03-20T11:44:10
2025-04-01T04:55:06.700548
{ "authors": [ "kyoi-the-fox" ], "repo": "GTNewHorizons/BloodArsenal", "url": "https://github.com/GTNewHorizons/BloodArsenal/pull/24", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
2202528804
How to calculate the entropy/entanglement metrics efficiently Thanks for this awesome work. I'm wondering if PastaQ provides API to calculate the entropy and other entanglement metrics efficiently, or they are calculated manually, e.g., using eigenvalues to calculate von Neumann entropy, which is considered time-consuming when q-bit is large. Thanks. I would take a look at the ITensor discussion forum (https://itensor.discourse.group/) and ask a question there if your question isn't answered in one of the posts already. I'm closing since I think this is more of a user support question, and that functionality is outside of the scope of this package (we may add more convenient functions for how to do that in ITensor, that functionality probably would not go here).
gharchive/issue
2024-03-22T13:43:29
2025-04-01T04:55:06.737852
{ "authors": [ "Mi-Peng", "mtfishman" ], "repo": "GTorlai/PastaQ.jl", "url": "https://github.com/GTorlai/PastaQ.jl/issues/307", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2473251693
UI: #69 유저 정보 설정 페이지 UI 구현 PR Type What kind of change does this PR introduce? [x] [Design] CSS 등 사용자 UI 디자인 추가/삭제/변경 했어요. [x] [Refactor] 리팩토링을 했어요 (기능적인 변화 없이, api 변경 없이) [x] [Rename] 폴더 및 파일의 이름을 변경했어요. Related Issues #69 유저 정보 설정 페이지 UI 구현 View What does this PR do? [x] 개인정보 변경 페이지 UI 구현 [x] 개인정보 변경 / 비밀번호 변경 / 회원가입 페이지의 중복되는 코드 리팩토링 [x] form 관련 컴포넌트 폴더 구조 수정 Other information 작성된 페이지의 중복된 사항을 분리하면서 PR 분량이 많이 길어졌습니다🥲 변경한 사항은 다음과 같습니다. SignUpPage, UserSettingPage의 링크 관련 코드와 UI, 이미지 관련 코드와 UI를 각각 LinkForm, ProfileImageForm으로 분리했습니다. SignUpPage, UserAuthenticatePage 두 개의 페이지에 동일하게 쓰이던 인증 관련 코드는 useEmailVerification 훅을 만들어 분리하였습니다. 또한 위 두 개 페이지에서 공통으로 사용되고 있던 인증 버튼(+타이머)을 VerificationButton 컴포넌트로 분리했습니다. 코드를 분리하면서 상위 컴포넌트에서 하위 컴포넌트로 props를 넘겨줄 때, 폼 관련 메서드를 추가해야 할 일이 종종 있었습니다. 이로 인해 코드의 길이가 길어지고 가독성이 떨어지며 일일이 타입 지정을 해 주어야 하는 문제가 발생했고, 이를 해결하기 위해 React Hook Form의 useFormContext 훅을 사용하였습니다. useFormContext: https://react-hook-form.com/docs/useformcontext 수정 대부분 완료하여서 수정한 부분과 의문이 드는 부분 정리해서 올리겠습니다!! 1. form 내부의 input 필드의 시맨틱 태그 모두 <setction> <label/> <input/> </setction> 으로 형식을 맞춰서 일괄 수정했습니다. (이미지 input feild 제외) 수정한 컴포넌트: ValidationInput, LinkContainer, SignUpPage, UserSettingPage 🤔2. LinkContainer 라벨 관련 의문점 그런데 이렇게 수정을 하고 보니 LinkContainer에 label이 두번이나 들어가는데, 이대로 유지해도 괜찮은 건지 의문이 들었습니다. 첫번째 제목 label이 htmlFor 속성을 지정해 두긴 했지만 id가 연결된 곳이 없어서 이 부분을 아래 두번째 label을 div로 변경시키고 그쪽 input에 연결시켜야 맞는 건지 궁금합니다! 3. useEmailVerification 훅 로직 분기 useEmailVerification 훅의 타이머 visible 부분을 제거하고, isVerificationRequested 변수로 타이머를 제어하도록 로직을 수정했습니다. 더불어 handleTimerTimeout 함수의 이름을 추천해주신 expireVerificationCode로 수정했습니다. 혹시 더 수정해야 할 사항이 있을까요?? 참고로, VerificationButton에서는 isVerificationRequested, isSubmitting, requestCode, expireVerificationCode, TimerVisible 제외하고 이 네가지 props를 넘겨받아 동작하고 있습니다! 4. 추가적인 스타일, 태그 수정은 나중에...🥲 전에 함께 수정하지 않았던 컴포넌트의 태그나 스타일 코드도 수정사항이 조금 보였는데, 우선 수정하지 않고 두었습니다. 스타일 맞추는 일이 시간이 많이 걸려서...🥲 추후 PR에서 조금씩 수정해 올리겠습니다. 수정해야 할 컴포넌트: AuthLayout, globals.css - auth-btn, AuthFormLayout, ... 등등 5. id, pw 찾기 폼 변경 UI 필요!! 회원가입 인증 폼이 변경되면서 id, pw 찾기 폼의 디자인도 바뀌어야 할 것 같아요... 저 부분도 이메일 인증을 받는 곳인데 회원가입 폼만 바꾸고 저 두 개 페이지는 처리하는 걸 잊고 있었네요🥲 기능 구현하면서 UI도 수정해야 할 것 같습니다. 그런데 이렇게 수정을 하고 보니 LinkContainer에 label이 두번이나 들어가는데, 이대로 유지해도 괜찮은 건지 의문이 들었습니다. 첫번째 제목 label에 htmlFor 속성을 지정해 두긴 했지만 id가 연결된 input이 없어서, 이 부분을 -> 아래 두 번째 label을 div로 변경시키고 그쪽 input에 연결시켜야 맞는 건지...??? 궁금합니다! 확실히 label 태그 안에 label이 들어있는게 조금 이상하네요.chatgpt한테 중첩되는 label을 사용하면 웹 접근성이나 SEO에 불이익이 있는지 물어보니 다음과 같이 답변해줬습니다. 태그 안에 또 다른 태그를 사용하는 것은 일반적으로 좋지 않습니다. 웹 접근성과 SEO 측면에서 다음과 같은 이유로 문제를 일으킬 수 있습니다: 웹 접근성: 태그는 폼 요소와 연결되어 사용되며, 스크린 리더와 같은 보조 기술이 폼 요소를 이해하고 상호작용할 수 있도록 돕습니다. 태그 안에 또 다른 태그가 있을 경우, 보조 기술이 이를 어떻게 해석할지 명확하지 않을 수 있습니다. 이는 스크린 리더 사용자에게 혼란을 줄 수 있으며, 폼 요소에 대한 명확한 설명이 이루어지지 않을 수 있습니다. SEO: 검색 엔진 최적화 측면에서도, 태그는 사용자와 검색 엔진 모두에게 폼 요소의 목적을 명확히 하는 데 사용됩니다. 태그 안에 또 다른 태그가 포함되면, 검색 엔진이 이 구조를 제대로 해석하지 못할 수 있습니다. 이렇게 되면 폼 요소의 의미가 불분명해지고, 검색 엔진이 폼의 기능과 내용을 제대로 이해하지 못할 수 있습니다. 그런 의미에서 예솔님이 지적하신 부분은 해결을 해야하는 부분이 맞다고 생각합니다. 아마 두번째 label의 경우, 제가 일부를 클릭하더라도 input으로 포커스가 가도록 만들기 위해서 추가했던걸로 기억합니다. 그런 의미에서 예솔님이 말씀하신대로 최외곽의 label과 input을 엮어주고, 내부에 있는 label은 다른 태그로 대체해야할 것 같습니다. 대신 ui적으로 넓은 영역을 차지하고 있으나, 내부에 속한 input 태그를 눌러야지만 포커싱이 가는 문제는 input 태그의 사이즈를 label과 동일하게 설정하면 해결이 되리라 생각됩니다. useEmailVerification 훅 가시성 로직 분기 useEmailVerification 훅의 타이머 visible 부분을 제거하고, isVerificationRequested 변수로 타이머를 제어하도록 로직을 수정했습니다. 더불어 handleTimerTimeout 함수의 이름을 추천해주신 expireVerificationCode로 수정했습니다. 혹시 더 수정해야 할 사항이 있을까요?? 이전에 인증번호 로직과 타이머 표시를 위한 가시성 로직이 합쳐져 있는 부분을 분리하여, 인증번호와 관련된 로직만 담당하게 되어서 문제 없어 보입니다. 만약에 다른 개발을 진행하면서 문제가 생기면 그때 수정을 진행하여도 괜찮을 것 같습니다. @Seok93 리뷰 감사합니다~ LinkContainer label 태그 관련 내용 수정 후 머지하도록 하겠습니다! 태그나 스타일 관련한 코드들은 기능 구현하면서 계속해서 손보도록 할게요🙂 @Seok93 우석님~ 지금 conflict 해결하고 label 태그 수정하고 있는데 혹시 대신 ui적으로 넓은 영역을 차지하고 있으나, 내부에 속한 input 태그를 눌러야지만 포커싱이 가는 문제는 input 태그의 사이즈를 label과 동일하게 설정하면 해결이 되리라 생각됩니다. ⇒ 이게 어떤 문제를 말씀하는 건지 제가 잘 모르겠어서, 혹시 설명 한번만 부탁드려도 될까요??😅 +) 커밋 하나 했더니... approve가 사라져 버렸어요🥲 오래된 승인이라서 기각됐다는데;; 번거로우시겠지만 나중에 시간 나실 때 한번만 더 승인을... 부탁드립니다😂🙇‍♂️🙇‍♂️🙇‍♂️
gharchive/pull-request
2024-08-19T12:34:23
2025-04-01T04:55:06.752151
{ "authors": [ "Seok93", "Yoonyesol" ], "repo": "GU-99/grow-up-fe", "url": "https://github.com/GU-99/grow-up-fe/pull/78", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2290954552
🛑 GZod01.fr is down In 12c2f7c, GZod01.fr (https://gzod01.fr) was down: HTTP code: 0 Response time: 0 ms Resolved: GZod01.fr is back up in c5352ed after 9 minutes.
gharchive/issue
2024-05-11T15:14:26
2025-04-01T04:55:06.757433
{ "authors": [ "GZod01" ], "repo": "GZod01/gzod01-server-uptime", "url": "https://github.com/GZod01/gzod01-server-uptime/issues/74", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
101419215
ad - automatic differentiation This has always stood out as an interesting and uniquely-haskell library. I'm not sure where it should go. I'd be happy to submit a PR with a suggestion of a good category. Data science? https://hackage.haskell.org/package/ad ad is generally useful in the machine learning field (though I also used it recently to do some root-finding I needed for graphics animations. It probably belongs in either machine learning or just numerics.
gharchive/issue
2015-08-17T13:19:17
2025-04-01T04:55:06.763803
{ "authors": [ "aaronlevin", "ocharles" ], "repo": "Gabriel439/post-rfc", "url": "https://github.com/Gabriel439/post-rfc/issues/5", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
1911494565
Final Final code adjusted done
gharchive/pull-request
2023-09-25T13:17:22
2025-04-01T04:55:06.766071
{ "authors": [ "GabrielaSchmitt" ], "repo": "GabrielaSchmitt/StudentManagement", "url": "https://github.com/GabrielaSchmitt/StudentManagement/pull/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
642680759
Add support for self-hosted goatcounter Adds a selfHostUrl attribute to the pluginOptions, where a user can specify a selfhosted goatcounter URL. Sorry for the delay and thanks for the PR 🙏 Personally I think it would be best if the plugin would always accept the full URL, rather than just a "code". In the documentation for the integration there's an "integrations" section now with: The reason I use a full URL is so that it'll work in any use case: goatcounter.com, custom domains, self-host. I found this because another customer trying to use this plugin emailed me with issues and the URL they ended up using is: https://https//xxx.goatcounter.com/count.goatcounter.com/ which is obvious not correct heh. Assuming you agree this would be a good idea, I don't know what the best way forward is here with regards to compatibility, but perhaps renaming selfHostUrl to just url or endpoint and keeping the code as a "hidden" undocumented option might be a good idea? I assume that at this point only @peixian is using this, so it can be changed pretty safely at this point? Hey @arp242 thanks for your tip & insides 🙏 sorry for the late reply I didn't receive a notification, probably because it's closed, maybe in such cases it's needed to directly @ mention the person? 🤔 not sure about that 🤷‍♂️ @peixian Sorry for the delay, again, I now uploaded 0.4.0 to NPM 🎉 including your PR and will soonish make the needed changes suggested by Martin and upload those as 0.5.0 I guess. Yea endpoint sounds appropriate as it's matching GoatCounter's terminology 👌
gharchive/pull-request
2020-06-22T01:13:18
2025-04-01T04:55:06.778114
{ "authors": [ "CanRau", "arp242", "peixian" ], "repo": "GaiAma/Coding4GaiAma", "url": "https://github.com/GaiAma/Coding4GaiAma/pull/26", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
119178724
Zulip exited with code 1(stuck while waiting for DB connections) Hi, I am not sure if the problem is with config but i am newbie to zulip and docker. The docker-compose.yml is configured as below. database: image: "galexrt/zulip-postgresql-tsearchextras:latest" environment: DB_NAME: zulip DB_USER: zulip DB_PASS: zulip volumes: - "/opt/docker/zulip/postgresql/data:/var/lib/postgresql:rw" memcached: image: "sameersbn/memcached:latest" restart: always rabbitmq: image: "rabbitmq:3.5.5" hostname: zulip-rabbit restart: always environment: RABBITMQ_DEFAULT_USER: "zulip" RABBITMQ_DEFAULT_PASS: "zulip" redis: image: "sameersbn/redis:latest" volumes: - "/opt/docker/zulip/redis:/var/lib/redis:rw" zulip: image: "galexrt/zulip:1.3.7-2" ports: - "8081:8080" - "8443:443" links: - database - memcached - rabbitmq - redis environment: ZULIP_SETTINGS_EXTERNAL_HOST: "domain.com" ZULIP_SETTINGS_ZULIP_ADMINISTRATOR: "user@domain.com" ZULIP_SETTINGS_ADMIN_DOMAIN: "domain.com" ZULIP_SETTINGS_NOREPLY_EMAIL_ADDRESS: "noreply@domain.com" ZULIP_SETTINGS_DEFAULT_FROM_EMAIL: "Zulip noreply@domain.com" ZULIP_SETTINGS_EMAIL_HOST: "10.102.50.235" ZULIP_SETTINGS_EMAIL_HOST_USER: "testuser" ZULIP_SETTINGS_EMAIL_HOST_PASSWORD: "xxxx" ZULIP_USER_EMAIL: "test@test.com" ZULIP_USER_PASS: "xxxx" ZULIP_USER_DOMAIN: "example.com" volumes: - "/opt/docker/zulip/zulip:/data:rw" The part of the log file which highlights the problem is as follows. zulip_1 | Setting database configuration ... zulip_1 | Setting key "DATABASES", type "array". zulip_1 | Database configuration succeeded. zulip_1 | Setting caches configuration ... zulip_1 | Setting key "CACHES", type "array". zulip_1 | Caches configuration succeeded. zulip_1 | Activating authentication backends ... zulip_1 | Setting key "AUTHENTICATION_BACKENDS", type "array". zulip_1 | Adding authentication backend "EmailAuthBackend". zulip_1 | Authentication backend activation succeeded. zulip_1 | Setting redis configuration ... zulip_1 | Setting key "RATE_LIMITING", type "bool". zulip_1 | Setting key "REDIS_HOST", type "string". zulip_1 | Setting key "REDIS_HOST_PORT", type "int". zulip_1 | Redis configuration succeeded. zulip_1 | Setting rabbitmq configuration ... zulip_1 | Setting key "RABBITMQ_HOST", type "string". zulip_1 | Setting key "RABBITMQ_USERNAME", type "string". zulip_1 | Rabbitmq configuration succeeded. zulip_1 | Executing Zulip configuration ... zulip_1 | Setting key "EMAIL_HOST_USER", type "string". zulip_1 | Setting key "NOREPLY_EMAIL_ADDRESS", type "string". zulip_1 | Setting key "EMAIL_HOST", type "string". zulip_1 | Setting key "EXTERNAL_HOST", type "string". zulip_1 | Setting key "EMAIL_HOST_PASSWORD", type "string". zulip_1 | Setting key "ADMIN_DOMAIN", type "string". zulip_1 | Setting key "DEFAULT_FROM_EMAIL", type "string". zulip_1 | Setting key "ZULIP_ADMINISTRATOR", type "string". zulip_1 | Zulip configuration succeeded. zulip_1 | Auto backup enabled. zulip_1 | === End Initial Configuration Phase === zulip_1 | === Begin Bootstrap Phase === zulip_1 | Waiting for database server to allow connections ... zulip_1 | ...........................................................openstack_zulip_1 exited with code 1 Detailed log file is attached. Kindly help in resolving the problem. I am using the command sudo docker-compose up docker-zulip.txt Try again with the latest version https://github.com/Galexrt/docker-zulip/releases/tag/1.3.9 Hi, I am not able to pull the image 1.3.9 version from quay.io/galexrt/zulip:v1.3.9 with following error: Error response from daemon: unable to ping registry endpoint https://quay.io/v0/ v2 ping attempt failed with error: Get https://quay.io/v2/: x509: certificate signed by unknown authority v1 ping attempt failed with error: Get https://quay.io/v1/_ping: x509: certificate signed by unknown authority Can the image be created on docker.io as well so that its easy to download and proceed? https://hub.docker.com/r/galexrt/zulip/tags/ The above link is showing all tags except 1.3.9 Thanks, Deevan @deevant07 I created the tags on the docker hub now. Should be built in about 30 minutes. Thank you @Galexrt Hi, I am still facing the issue with version 1.3.9 with below error: zulip_1 | Zulip configuration succeeded. zulip_1 | Auto backup enabled. zulip_1 | === End Initial Configuration Phase === zulip_1 | === Begin Bootstrap Phase === zulip_1 | Waiting for database server to allow connections ... rabbitmq_1 | rabbitmq_1 | =INFO REPORT==== 1-Dec-2015::11:59:18 === rabbitmq_1 | Starting RabbitMQ 3.5.5 on Erlang 18.1 rabbitmq_1 | Copyright (C) 2007-2015 Pivotal Software, Inc. rabbitmq_1 | Licensed under the MPL. See http://www.rabbitmq.com/ rabbitmq_1 | rabbitmq_1 | RabbitMQ 3.5.5. Copyright (C) 2007-2015 Pivotal Software, Inc. rabbitmq_1 | ## ## Licensed under the MPL. See http://www.rabbitmq.com/ rabbitmq_1 | ## ## rabbitmq_1 | ########## Logs: tty rabbitmq_1 | ###### ## tty rabbitmq_1 | ########## rabbitmq_1 | Starting broker... rabbitmq_1 | =INFO REPORT==== 1-Dec-2015::11:59:18 === rabbitmq_1 | node : rabbit@zulip-rabbit rabbitmq_1 | home dir : /var/lib/rabbitmq rabbitmq_1 | config file(s) : /etc/rabbitmq/rabbitmq.config rabbitmq_1 | cookie hash : qRoOkIXORPV3bIHgNaTeww== rabbitmq_1 | log : tty rabbitmq_1 | sasl log : tty rabbitmq_1 | database dir : /var/lib/rabbitmq/mnesia/rabbit@zulip-rabbit rabbitmq_1 | rabbitmq_1 | =INFO REPORT==== 1-Dec-2015::11:59:18 === rabbitmq_1 | Memory limit set to 1581MB of 3953MB total. rabbitmq_1 | rabbitmq_1 | =INFO REPORT==== 1-Dec-2015::11:59:18 === rabbitmq_1 | Disk free limit set to 50MB rabbitmq_1 | rabbitmq_1 | =INFO REPORT==== 1-Dec-2015::11:59:19 === rabbitmq_1 | Limiting to approx 524188 file handles (471767 sockets) rabbitmq_1 | rabbitmq_1 | =INFO REPORT==== 1-Dec-2015::11:59:19 === rabbitmq_1 | FHC read buffering: ON rabbitmq_1 | FHC write buffering: ON rabbitmq_1 | rabbitmq_1 | =INFO REPORT==== 1-Dec-2015::11:59:19 === rabbitmq_1 | Priority queues enabled, real BQ is rabbit_variable_queue rabbitmq_1 | rabbitmq_1 | =INFO REPORT==== 1-Dec-2015::11:59:19 === rabbitmq_1 | msg_store_transient: using rabbit_msg_store_ets_index to provide index rabbitmq_1 | rabbitmq_1 | =INFO REPORT==== 1-Dec-2015::11:59:19 === rabbitmq_1 | msg_store_persistent: using rabbit_msg_store_ets_index to provide index rabbitmq_1 | rabbitmq_1 | =WARNING REPORT==== 1-Dec-2015::11:59:19 === rabbitmq_1 | msg_store_persistent: rebuilding indices from scratch rabbitmq_1 | rabbitmq_1 | =INFO REPORT==== 1-Dec-2015::11:59:19 === rabbitmq_1 | started TCP Listener on [::]:5672 rabbitmq_1 | completed with 0 plugins. rabbitmq_1 | rabbitmq_1 | =INFO REPORT==== 1-Dec-2015::11:59:19 === rabbitmq_1 | Server startup complete; 0 plugins started. zulip_1 | ...........................................................openstack_zulip_1 exited with code 1 @deevant07 Can you provide your current docker-compose.yml? Remove all security data from it (passwords, etc.) Hi, Please find below the docker-compose.yml. database: image: "galexrt/zulip-postgresql-tsearchextras:latest" environment: DB_NAME: zulip DB_USER: zulip DB_PASS: zulip volumes: - "/opt/docker/zulip/postgresql/data:/var/lib/postgresql:rw" memcached: image: "sameersbn/memcached:latest" restart: always rabbitmq: image: "rabbitmq:3.5.5" hostname: zulip-rabbit restart: always environment: RABBITMQ_DEFAULT_USER: "zulip" RABBITMQ_DEFAULT_PASS: "zulip" redis: image: "sameersbn/redis:latest" volumes: - "/opt/docker/zulip/redis:/var/lib/redis:rw" zulip: image: "galexrt/zulip:v1.3.9" ports: - "8081:8080" - "8443:443" links: - database - memcached - rabbitmq - redis environment: ZULIP_SETTINGS_EXTERNAL_HOST: "domain.com" ZULIP_SETTINGS_ZULIP_ADMINISTRATOR: "user@domain.com" ZULIP_SETTINGS_ADMIN_DOMAIN: "domain.com" ZULIP_SETTINGS_NOREPLY_EMAIL_ADDRESS: "noreply@domain.com" ZULIP_SETTINGS_DEFAULT_FROM_EMAIL: "Zulip " ZULIP_SETTINGS_EMAIL_HOST: "xxxxxx" ZULIP_SETTINGS_EMAIL_HOST_USER: "xxxxxx" ZULIP_SETTINGS_EMAIL_HOST_PASSWORD: "xxxx" ZULIP_USER_EMAIL: "xxxxxxx" ZULIP_USER_PASS: "xxxxxx" ZULIP_USER_DOMAIN: "example.com" volumes: - "/opt/docker/zulip/zulip:/data:rw" Thanks, Deevan @deevant07 You are missing some environment variables for the zulip container. On the first look, you are missing the DB_* env variables. Please add them or download the neweset version of the docker-compose.yml https://github.com/Galexrt/docker-zulip/blob/master/docker-compose.yml and try again please. Thanks @Galexrt Installation is done successfully but facing one issue on signup. Your e-mail does not match any existing open organization. Use a different e-mail address, or contact admin@domain.com with questions. I have gone through some links with the solution to edit the manage.py file but as i am running from docker i am not able to find the file on host machine directory. @deevant07 You need to configure the email settings in the docker-compose.yml. See https://github.com/Galexrt/docker-zulip/wiki/Configuration and https://github.com/Galexrt/docker-zulip/wiki/Zulip-Email-SMTP-Configuration. Closing as of the "bug" is fixed.
gharchive/issue
2015-11-27T11:12:43
2025-04-01T04:55:06.813143
{ "authors": [ "Galexrt", "deevant07" ], "repo": "Galexrt/docker-zulip", "url": "https://github.com/Galexrt/docker-zulip/issues/51", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
858629837
运行闪退 等修复bug 运行闪退 等修复bug 能具体描述一下吗?环境啊,IDE啊,机器配置啊啥的? 可能是靠前的几个例子,循环遍历显卡被我图方便改成1造成的,请改回0试试,尤其是在没有多块显卡的机器上,请检查一下。
gharchive/issue
2021-04-15T08:24:05
2025-04-01T04:55:07.483329
{ "authors": [ "GamebabyRockSun", "ShiverZm" ], "repo": "GamebabyRockSun/GRSD3D12Sample", "url": "https://github.com/GamebabyRockSun/GRSD3D12Sample/issues/5", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
956698188
Advanced Shuffle Editor This editor allows you to chain shuffles as they run. This PR still allows you to use the old system if you like. So is it ready then @EmeraldBlock? I haven't yet tested the new changes, but if you think it's all fine, yeah
gharchive/pull-request
2021-07-30T12:23:15
2025-04-01T04:55:07.503940
{ "authors": [ "EmeraldBlock", "Gaming32" ], "repo": "Gaming32/ArrayV-v4.0", "url": "https://github.com/Gaming32/ArrayV-v4.0/pull/70", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1621835825
Do other parties need the mod? Those that want to access the hosted server, that is. Please clarify that in the description of the mod. Currently there is a proxy IP that exists, but no way to view it. I might add that later. This functionality is available in World Host 0.2.2.
gharchive/issue
2023-03-13T16:26:51
2025-04-01T04:55:07.505485
{ "authors": [ "Gaming32", "Madis0" ], "repo": "Gaming32/world-host", "url": "https://github.com/Gaming32/world-host/issues/4", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
110709913
"Show" control, similar to "Find" Need the same thing to be able to show just 2 country mountains (edit show field of state) done in e1cda784054775313fa1e9c27861f4d5ec910587
gharchive/issue
2015-10-09T18:07:50
2025-04-01T04:55:07.516858
{ "authors": [ "angieskazka" ], "repo": "Gapminder/vizabi", "url": "https://github.com/Gapminder/vizabi/issues/644", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
375146244
OpenALEffects Ground work, this commit enables reverb zones and opens the slots for other effects to be added later. Tested using the full template. Build your openal dll and your full.exe use one of the environment presets and it will work i should add this also gives the option for exponential falloff Seems to all work, did note a typo with "PresetFroest" presumably that's supposed to be PresetForest? Also, if you could correct the indentations on the SFXEnvironment definitions, and the typo, i think it's good to go :) yeah it was supposed to be preset forest lol sorry rushing to test it out was a bit excited. bump
gharchive/pull-request
2018-10-29T18:02:58
2025-04-01T04:55:07.518836
{ "authors": [ "Areloch", "marauder2k7", "wcbx" ], "repo": "GarageGames/Torque3D", "url": "https://github.com/GarageGames/Torque3D/pull/2281", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2031675187
Display and "save" the base image a notebook uses in a notebook cell We have a little first draft system for pairing a notebook with a base image that looks like this ... User says garden-ai notebook start foo.ipynb --base-image=3.10-torch We save a mapping from current/directory/foo.ipynb to 3.10-torch in the user's local data Then the user can say garden-ai notebook start foo.ipynb and we open up it up again in the right image. This is nice as a quick first pass but ofc it's pretty fragile. If the user mvs the notebook to a different directory they'll be prompted again to specify the base image. I suggest that when making a new notebook from a template we create a first cell that presents (in a nice user-readable format) what base image this notebook uses. If the user decides to change it later, that is well and good! They can just edit the cell. This has a few benefits We don't need a local DB mapping anymore The user can move the notebook around or even send it to another machine and the notebook keeps its own metadata. (Especially useful if we're debugging someone else's notebook) Assumptions: Acceptance Criteria Given..., when..., then... Now that we let users specify a --requirements file, that's something we can also think about in this ticket. The base image we provide and the requirements a user has specified feel pretty linked in the user's mind. So we'll want to think about those holistically.
gharchive/issue
2023-12-07T23:21:20
2025-04-01T04:55:07.522764
{ "authors": [ "WillEngler" ], "repo": "Garden-AI/garden", "url": "https://github.com/Garden-AI/garden/issues/362", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2476260942
Run MACE relaxation on Delta with Apptainer (Will to add more details soon) Assumptions: Acceptance Criteria Given..., when..., then... Did it, and recorded steps here: https://github.com/Garden-AI/remote-relaxation/tree/main/delta_deployment
gharchive/issue
2024-08-20T18:21:31
2025-04-01T04:55:07.524816
{ "authors": [ "WillEngler" ], "repo": "Garden-AI/garden", "url": "https://github.com/Garden-AI/garden/issues/525", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1819138037
🛑 Pingr is down In ec0249d, Pingr (https://pingr.gavindr1.repl.co) was down: HTTP code: 0 Response time: 0 ms Resolved: Pingr is back up in 54d9c35.
gharchive/issue
2023-07-24T21:00:59
2025-04-01T04:55:07.574292
{ "authors": [ "GavinDR1" ], "repo": "GavinDR1/Monitor", "url": "https://github.com/GavinDR1/Monitor/issues/160", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
623363077
After re-introspecting w/ existing queries, return type changes to incorrect type I have a query like GetUsers which is set to return user, but after I introspect, return type changes to character. Once this happens, when you click "add field", it causes all the values to be from the character schema instead. I was able to "solve" this by deleting the query and making the exact same thing again - then the return type becomes correct. Additionally, when you start building up these deep resolvers, you can imagine that re-creating these every time becomes a huge pain. Is there no way to create the queries as text in files rather than this cumbersome tree UI? Thanks! Another interesting behavior was that at one point, I added two resolvers to my User object and then did an Introspect. Afterward, this time, the return type did not change, but only 1 of the two properties were available after Introspection. Then I created a brand new query of the same type and both were available. There must be something going, maybe, with the .asset file after introspection. I will try to keep an eye on the file and report back anything that comes up. hi, i am just seeing this. does the return always change whenever you introspect? or it only happens occasionally/randomly? if so, can you try to recreate the situation it happens so i can pinpoint the source? also, if you don't want to use the tree ui, you can always create your queries in text as files and simply use HttpHandler.PostAsync to make the call to your server. Hey Gazuntype, Honestly I just stopped using the GUI completely, and I use some of the code your GUI uses to create some API around .gql files. But the solution I have right now is kind of hacky. I am basically just doing this - I defined some functions to make a small API: public struct CreateQueryOptions { public string name; public GraphApi.Query.Type queryType; public string root; public string returnType; public string projection; public object queryArgs; } public static GraphApi.Query CreateQuery( CreateQueryOptions options ) { GraphApi.Query query = new GraphApi.Query{ fields = new List<GraphApi.Field>(), isComplete = false, name = options.name, query = options.projection .Replace(System.Environment.NewLine, "\n"), queryOptions = new List<string>(), queryString = options.root, returnType = options.returnType, type = options.queryType }; if (options.queryArgs != null) { query.SetArgs(options.queryArgs); } return query; } and then I use them like this: public async Task<Models.User> GetUser( string userName = null ) { CreateQueryOptions options = new CreateQueryOptions { name = "GetUsers", queryType = GraphApi.Query.Type.Query, root = "users", returnType = "User", projection = @" id name userName emailAddress firstName lastName ", queryArgs = new { where = new { userName, } } }; GraphApi.Query getUser = CreateQuery(options); UnityWebRequest request = await rttGraphQLApi.Post(getUser); if (request.isNetworkError) { Debug.Log("Error running GetUserByEmail: " + request.error); return null; } string data = request.downloadHandler.text; // GetUserByEmailResults parsed = JsonConvert.DeserializeObject<GetUserByEmailResults>(data); JObject parsed = JObject.Parse(data); IList<JToken> results = parsed["data"]["users"].Children().ToList(); IList<Models.User> users = new List<Models.User>(); foreach (JToken result in results) { Models.User user = result.ToObject<Models.User>(); users.Add(user); } if (users.Count > 0) { Debug.LogFormat("Found {0} total user accounts matching.", users.Count); Models.User user = users[0]; return user; } else { Debug.Log("No users found with specified email."); } return null; } As far as recreating the problem, I just had a mixture of Queries and Mutations against a relatively sophisticated schema. Personally I did a hacky thing in the GraphApiEditor.cs to be able to change the query return type if the index was lost. GraphApiEditor.cs (new line 83) if (String.IsNullOrEmpty(query.returnType)){ if (GUILayout.Button("Delete")){ graph.DeleteQuery(queryList, i); } continue; } Instead of GraphApiEditor.cs (line 77) if (String.IsNullOrEmpty(query.returnType)){ //move this index = EditorGUILayout.Popup(type, index, options); query.queryString = options[index]; EditorGUILayout.LabelField(options[index]); if (GUILayout.Button($"Confirm {type}")){ graph.GetQueryReturnType(query, options[index]); } //here if (GUILayout.Button("Delete")){ graph.DeleteQuery(queryList, i); } continue; } Basically only put the Delete button wherer there's no return Type, so you can change this thing again if it broke This still hasnt been fixed in almost a year, @Gazuntype do you intend to resolve this issue? It causes the GUI to be unusable
gharchive/issue
2020-05-22T17:05:22
2025-04-01T04:55:07.582438
{ "authors": [ "Gazuntype", "PulsarFox", "isurfraz", "netpoetica", "sporeservant" ], "repo": "Gazuntype/graphQL-client-unity", "url": "https://github.com/Gazuntype/graphQL-client-unity/issues/7", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1827313240
🛑 Mastodon is down In 98f89ef, Mastodon ($MASTODON_URL) was down: HTTP code: 530 Response time: 965 ms Resolved: Mastodon is back up in 785e628.
gharchive/issue
2023-07-29T04:35:58
2025-04-01T04:55:07.598188
{ "authors": [ "GeekCornerGH" ], "repo": "GeekCornerGH/status-page", "url": "https://github.com/GeekCornerGH/status-page/issues/450", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
720635084
Add Django-constance refs #31 Added django-constance plugin to the project and a sample configuration to show how to use it. Approved! Good job!
gharchive/pull-request
2020-10-13T18:14:25
2025-04-01T04:55:07.663905
{ "authors": [ "francescarpi", "wolframtheta" ], "repo": "GeeksCAT/anem-per-feina", "url": "https://github.com/GeeksCAT/anem-per-feina/pull/65", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2581642667
🛑 Hastebin iFive is down In 8f9eea4, Hastebin iFive (https://hastebin.ifive-community.fr) was down: HTTP code: 0 Response time: 0 ms Resolved: Hastebin iFive is back up in a8df69b after 1 day, 20 hours, 10 minutes.
gharchive/issue
2024-10-11T15:24:52
2025-04-01T04:55:07.679337
{ "authors": [ "Gekki-beep" ], "repo": "Gekki-beep/status-page", "url": "https://github.com/Gekki-beep/status-page/issues/246", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
977169618
Move plant checklist into MIxS as a checklist Right now is floating around on its own. Needs to be incorporated into the main MIxS file as a checklist and have IDs assigned. See issue #202. aim for v7 See https://gensc.org/the-plant-specimen-contextual-data-consensus/ I'm trying to sort out if rhizosphere soil is plant-associated or soil ... I always assumed soil with some plant -associated extension slots because there's nothing in the plant-associated extension to indicate if the soil or the root was sequenced aside from a slot "plant_structure" but that's optional. With that... what is this plant vs plant_associated??? The URL https://gensc.org/the-plant-specimen-contextual-data-consensus/ doesn't resolve, and it doesn't appear to be in archive.org This seems to be the consensus reference https://academic.oup.com/gigascience/article/5/1/giw002/2756883?login=false There is an attachment which is a word doc, I converted it here: https://chat.openai.com/share/c780d6c3-0685-4fd9-8c25-5a1d6bb82b51
gharchive/issue
2021-08-23T15:41:38
2025-04-01T04:55:07.776467
{ "authors": [ "cmungall", "mslarae13", "only1chunts", "ramonawalls" ], "repo": "GenomicsStandardsConsortium/mixs", "url": "https://github.com/GenomicsStandardsConsortium/mixs/issues/247", "license": "cc0-1.0", "license_type": "permissive", "license_source": "bigquery" }
2139431369
Add feature for automatic layouts Automatic layouts would be very useful for programmatically created graphs. I've been looking into https://github.com/KeRNeLith/QuikGraph with https://github.com/KeRNeLith/GraphShape for my own implementation. Is there any plans to add this in the future? Is there a preview of how that would "look like"? I skimmed through the provided links but I can't see a screenshot for it so I can understand what it does. It all depends on the layout algorithm used. My personal use case involves a Directed Acyclic Graph and I used the Sugiyama Layout to get something like this.
gharchive/issue
2024-02-16T20:38:30
2025-04-01T04:55:07.779177
{ "authors": [ "Doppelkeks", "akatriel" ], "repo": "Gentlymad-Studios/NewGraph", "url": "https://github.com/Gentlymad-Studios/NewGraph/issues/39", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1977565326
Feedback, V2.2: Just a video feedback of your tool working on Lynx R1. (Maybe it can help the team) Hello the team. Just wanted to say: THANK YOU :) !!! Just fall on the V2.2 and try it on the Lynx R1 and phone: https://youtu.be/5PAxE4_s80E That the face of someone that love what you did there :) 🍀 And it is amazing. 🦄 ( on the side note, I suppose there is not option I am missing to have two cameras at the same time ? ) Thank you for the feedback, it's nice :heart_eyes: At 3:25, --camera-face → it's not working because it's --camera-facing. At 4:25, your encoder probably does not support this resolution, try with a lower resolution (for example, pass -m1920). At 5:24, the error is very weird (lower must be less than or equal to upper), it looks like a bug in the ROM when they retrieve the fps ranges. Please retry with this server instead (replace the file in your v2.2 release) and post the result of --list-cameras: scrcpy-server SHA-256: 22b93af6d1cd122652b3cc2b90fe15eff905647ddbae3d9f723d6174e27366e8 (built from branch camerafpsranges At 7:30, to turn audio off, it's --no-audio. I suppose there is not option I am missing to have two cameras at the same time ? I would suggest to run 2 scrcpy instances at the same time with different camera, but I just tested, running the second closes the first one. Just a guess, the broken front camera on your Samsung phone might be the optical fingerprint sensor. I had seen news about other device also had fingerprint sensors exposed as cameras. At 5:24, the error is very weird (lower must be less than or equal to upper), it looks like a bug in the ROM when they retrieve the fps ranges. Please retry with this server instead (replace the file in your v2.2 release) and post the result of --list-cameras: scrcpy-server SHA-256: 22b93af6d1cd122652b3cc2b90fe15eff905647ddbae3d9f723d6174e27366e8 (built from branch camerafpsranges Could you please test and confirm (or not) that it solves this specific issue? At 5:24, the error is very weird (lower must be less than or equal to upper), it looks like a bug in the ROM when they retrieve the fps ranges. Please retry with this server instead (replace the file in your v2.2 release) and post the result of --list-cameras: scrcpy-server SHA-256: 22b93af6d1cd122652b3cc2b90fe15eff905647ddbae3d9f723d6174e27366e8 (built from branch camerafpsranges Could you please test and confirm (or not) that it solves this specific issue? Had much trouble with my phones (OnePlus 8T; LOS 20/Android 13 and Redmi Note 8T; EvolutionROM/Android 14) After implementing the scrcpy-server mentioned above everything is working fine. Thank you for the workaround. At 5:24, the error is very weird (lower must be less than or equal to upper), it looks like a bug in the ROM when they retrieve the fps ranges. Please retry with this server instead (replace the file in your v2.2 release) and post the result of --list-cameras: scrcpy-server SHA-256: 22b93af6d1cd122652b3cc2b90fe15eff905647ddbae3d9f723d6174e27366e8 (built from branch camerafpsranges Could you please test and confirm (or not) that it solves this specific issue? Sorry I transmitted the link to the Lynx team. Just wanted to say thank ^^. I will try to understand what I need to do tomorrow with your request. I suppose that you ask to download the tool from the given branch. Can't do that now, will try to find the time. same problem, lower must be less than or equal to upper including with the camerafpsranges built I believe
gharchive/issue
2023-11-05T00:12:15
2025-04-01T04:55:07.792271
{ "authors": [ "EloiStree", "Utopiah", "groegerjo", "rom1v", "yume-chan" ], "repo": "Genymobile/scrcpy", "url": "https://github.com/Genymobile/scrcpy/issues/4403", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1458608343
Introducing the Collision extension for Nautilus Is your feature request related to a problem? Please describe. I've seen many people wanting to check the hash of files with one click from the file explorer. This extension tries to fix this issue! Describe the solution you'd like What I would like from you is to open a new repository about a Nautilus Collision extension, in order to submit my code. I don't want to create a repository myself because I will not be able to continue its development! I just want to share a first version of this extension, letting more motivated people to continue this work! Additionally, I think it'll be more accurate if it's you, the author of Collision, that hosts the source code of this new project! I hope you will understand... Thanks for your effort on this! If the code isn't too big then creating a PR here would also do (e.g. putting all the files in /nautilus-extension/) so issues can be easily linked between them, otherwise I'll make a repo! Ready to merge at #126
gharchive/issue
2022-11-21T21:29:19
2025-04-01T04:55:07.901268
{ "authors": [ "DodoLeDev", "GeopJr" ], "repo": "GeopJr/Collision", "url": "https://github.com/GeopJr/Collision/issues/125", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
1644336415
🛑 Golden Axe is down In 011bd55, Golden Axe (https://golden-axe.fly.dev/health) was down: HTTP code: 0 Response time: 0 ms Resolved: Golden Axe is back up in adf8b39.
gharchive/issue
2023-03-28T16:54:48
2025-04-01T04:55:07.922240
{ "authors": [ "George-Miao" ], "repo": "George-Miao/Upptime", "url": "https://github.com/George-Miao/Upptime/issues/151", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2477952277
Small updates on metadata filtering feature Hi @GeorgySk ! This PR mainly contains: update from the main repo master branch fix JS aesthetic complains from ESLint add back JS tests (which where ignored) add a minimal test on the React FC MetadataFilterItem fix pytests Thanks for the PR, @ftorradeflot ! I've ran the tests and linters locally. All seems fine.
gharchive/pull-request
2024-08-21T12:45:30
2025-04-01T04:55:07.929328
{ "authors": [ "GeorgySk", "ftorradeflot" ], "repo": "GeorgySk/jupyterlab-extension", "url": "https://github.com/GeorgySk/jupyterlab-extension/pull/1", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1888222794
HTTP code indicates that request is invalid at line 168 I tried this program on Ubuntu 22.04: #include "webdriverxx.h" using namespace webdriverxx; int main() { FirefoxOptions opts; WebDriver browser = Start(Firefox()); browser.Navigate("https://duckduckgo.org"); Element elem = browser.FindElement(ByCss("input[name=q]")); elem.SendKeys("sha512 helloworld"); elem.Submit(); getchar(); return 0; } I get the following output: terminate called after throwing an instance of 'webdriverxx::WebDriverException' what(): HTTP code indicates that request is invalid at line 168, file include/webdriverxx/detail/resource.h called from ProcessResponse (HTTP code: 405, body: HTTP method not allowed) called from Download (request: GET, command: , resource: http://localhost:4444/session/28380e5c-dcb6-46cc-b7f1-5a8454491694) called from CreateSession Is it intended that this error is thrown? I guess not. Does this happen only in my system? I see Firefox popping up and disappearing again - I assume that is the default behavior? What the selenium server shows: java -jar selenium-server-4.12.1.jar standalone 21:37:14.954 INFO [LoggingOptions.configureLogEncoding] - Using the system default encoding 21:37:14.957 INFO [OpenTelemetryTracer.createTracer] - Using OpenTelemetry for tracing 21:37:15.321 INFO [NodeOptions.getSessionFactories] - Detected 24 available processors 21:37:15.321 INFO [NodeOptions.discoverDrivers] - Looking for existing drivers on the PATH. 21:37:15.321 INFO [NodeOptions.discoverDrivers] - Add '--selenium-manager true' to the startup command to setup drivers automatically. 21:37:15.420 WARN [SeleniumManager.lambda$runCommand$1] - Exception managing chrome: Unable to discover proper chromedriver version in offline mode 21:37:15.472 WARN [SeleniumManager.lambda$runCommand$1] - edge cannot be downloaded 21:37:15.790 INFO [NodeOptions.report] - Adding Chrome for {"browserName": "chrome","goog:chromeOptions": {"args": ["--remote-allow-origins=*"]},"platformName": "linux"} 24 times 21:37:15.791 INFO [NodeOptions.report] - Adding Firefox for {"browserName": "firefox","platformName": "linux"} 24 times 21:37:15.845 INFO [Node.] - Binding additional locator mechanisms: relative 21:37:15.855 INFO [GridModel.setAvailability] - Switching Node c411b288-5889-4da4-bb80-45206671dbfb (uri: http://192.168.49.1:4444) from DOWN to UP 21:37:15.855 INFO [LocalDistributor.add] - Added node c411b288-5889-4da4-bb80-45206671dbfb at http://192.168.49.1:4444. Health check every 120s 21:37:15.959 INFO [Standalone.execute] - Started Selenium Standalone 4.12.1 (revision 8e34639b11): http://192.168.49.1:4444 21:37:19.457 INFO [LocalDistributor.newSession] - Session request received by the Distributor: [Capabilities {acceptInsecureCerts: true, browserName: firefox, moz:debuggerAddress: true}] 21:37:21.694 INFO [LocalNode.newSession] - Session created by the Node. Id: 28380e5c-dcb6-46cc-b7f1-5a8454491694, Caps: Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 117.0, moz:accessibilityChecks: false, moz:buildID: 20230824214342, moz:debuggerAddress: 127.0.0.1:13030, moz:geckodriverVersion: 0.33.0, moz:headless: false, moz:platformVersion: 6.2.0-32-generic, moz:processID: 23519, moz:profile: /tmp/rust_mozprofileMivsqe, moz:shutdownTimeout: 60000, moz:webdriverClick: true, moz:windowless: false, pageLoadStrategy: normal, platformName: linux, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.49.1:4444/sess..., se:cdpVersion: 85.0, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify} 21:37:21.698 INFO [LocalDistributor.newSession] - Session created by the Distributor. Id: 28380e5c-dcb6-46cc-b7f1-5a8454491694 Caps: Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: 117.0, moz:accessibilityChecks: false, moz:buildID: 20230824214342, moz:debuggerAddress: 127.0.0.1:13030, moz:geckodriverVersion: 0.33.0, moz:headless: false, moz:platformVersion: 6.2.0-32-generic, moz:processID: 23519, moz:profile: /tmp/rust_mozprofileMivsqe, moz:shutdownTimeout: 60000, moz:webdriverClick: true, moz:windowless: false, pageLoadStrategy: normal, platformName: linux, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://192.168.49.1:4444/sess..., se:cdpVersion: 85.0, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify} 21:37:21.715 WARN [SeleniumSpanExporter$1.lambda$export$3] - {"traceId": "971a92a70dc62201bfa990b1df3846e3","eventTime": 1694201841711764949,"eventName": "HTTP request execution complete","attributes": {"http.flavor": 1,"http.handler_class": "org.openqa.selenium.remote.http.Route$PredicatedRoute","http.host": "localhost:4444","http.method": "GET","http.scheme": "HTTP","http.status_code": 405,"http.target": "\u002fsession\u002f28380e5c-dcb6-46cc-b7f1-5a8454491694"}} 21:37:23.563 INFO [LocalSessionMap.lambda$new$0] - Deleted session from local Session Map, Id: 28380e5c-dcb6-46cc-b7f1-5a8454491694 21:37:23.564 INFO [GridModel.release] - Releasing slot for session id 28380e5c-dcb6-46cc-b7f1-5a8454491694 21:37:23.565 INFO [SessionSlot.stop] - Stopping session 28380e5c-dcb6-46cc-b7f1-5a8454491694 Same for me (Only starting Firefox) Fedora 38 Selenium Server 4.13.0 I'm seeing the same issue on my end. Is there a fix for this? @tokox @dczaretsky I tried almost every version of selenium server from the last 3.X iterations to the latest, seems to not work at all, any news or idea how to solve this? maybe rolling back to a old commit of webdriverxx? SOLVED! I did a checkout of https://github.com/GermanAizek/webdriverxx/commit/0b04c449b6f187ecff67addaf1a22ae23a43afd9 and all runned smooth, just a couple of comments in the CMakeLists.txt of the example to compile on linux and firefox works and goes to DuckDuckGo without a problem. So the current working is commit 0b04c449b6f187ecff67addaf1a22ae23a43afd9 with selenium-server-4.0.0-beta-4.jar standalone
gharchive/issue
2023-09-08T19:41:01
2025-04-01T04:55:07.950527
{ "authors": [ "0xVZ", "Vertexwahn", "dczaretsky", "tokox" ], "repo": "GermanAizek/webdriverxx", "url": "https://github.com/GermanAizek/webdriverxx/issues/44", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
957311049
[WIP] Push built package recipes to OBS on release and generate changelogs This PR aims to close off the final part of our packaging pipeline: to automate the creation of packaging repositories for debian and RHEL based distributions (Including Fedora and CentOS). A few things needed to happen to enable this. I needed some way of generating a changelog for inclusion with the debian package. Prior to this PR, this would have to be manually updated in packaging/deb/changelog. It seemed stupid to duplicate the changelog in markdown for the GitHub release notes as well as in a different format for the debian package. Consequently, I defined an intermediate format (exemplified in CHANGELOG.yml) which is the canonical changelog source. This is to be updated prior to each release with notes on what has changed. I wrote the tool to generate the markdown and debian changelogs in python, making use of jinja2. Since the changelog file included in the debian package are now dynamically generated, I had to add a new build step to the Makefile to generate the debian changelog file and make the deb packages dependent upon this. I've added a new build step to generate a debian source package, this is built from the debian packaging recipe and the source tarball. One of the outputs of this process is a .dsc file which is consumed by OBS to build the deb packages. You might wonder why I don't generate changelogs for the spec RPM file. It transpires that in the RPM world, this changelog is for packaging, and not for the software. Therefore we should manually manage the changelog in the spec file, rather than generating it from CHANGELOG.yml. You will also probably note that this is pushing to the home:willprice:poplog project on OBS. I've still not had any luck in contacting anyone to make me a project that is not under my user namespace. I plan on updating this PR with either the new project, if we get one, else I'll create a new user on OBS using the getpoplog gmail address and we can just use that instead. Built packages can be found at https://build.opensuse.org/package/show/home:willprice/poplog This PR is dependent upon https://github.com/GetPoplog/Seed/pull/69 being merged first. DO NOT MERGE, EVEN AFTER REVIEW: we need a consistent packaging source on OBS, that either needs to be a shared project across multiple OBS users, or a project that is hosted under a user that is not tied to any single person's identity (i.e. we'll create a getpopolog user on OBS) IMPORTANT WARNING: Prior to merging this in, we need to add the filters to the push_to_open_build_service1 so that it only runs on tagged commits. @sfkleach, the opensuse builds fail due to some packaging checks that highlight a bunch of missing symlink targets that originate from the poplog packages tar: https://build.opensuse.org/package/live_build_log/home:willprice/poplog/SLE_12_Backports/x86_64 I've written up some notes and linked to a bunch of resources used whilst doing this packaging work: https://github.com/GetPoplog/Seed/wiki/Packaging I've switched the deploy user on OBS now to getpoplog: https://build.opensuse.org/package/show/home:getpoplog/poplog @sfkleach I've added in the gating mechanism, so pushing to OBS will only run on release. This commit is ready to be merged post review. Pretty instructions for users to add repos are here: https://software.opensuse.org/download.html?project=home:getpoplog&package=poplog
gharchive/pull-request
2021-07-31T19:54:54
2025-04-01T04:55:07.969083
{ "authors": [ "willprice" ], "repo": "GetPoplog/Seed", "url": "https://github.com/GetPoplog/Seed/pull/72", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1536426694
Can't add reaction (like) "user_id is a required field" I'm trying to add a new reaction (like) i did pass the userId to the add function but i still get Error: { "detail":"Errors for fields 'user_id'", "status_code":400, "code":4, "exception":"InputException", "exception_fields":{ "user_id":["user_id is a required field"]}, "duration":"0.18ms", "more_info":"https://getstream.io/docs/api_error_responses" } with HTTP status code 400 so i tried editing the package code as seen in the attached picture i edited the body object userId property from var body = { id: id, activity_id: activity instanceof Object ? activity.id : activity, kind: kind, data: data || {}, target_feeds: this._convertTargetFeeds(targetFeeds), user_id: data.userId }; to: var body = { id: id, activity_id: activity instanceof Object ? activity.id : activity, kind: kind, data: data || {}, target_feeds: this._convertTargetFeeds(targetFeeds), user_id: data.userId }; and everything works fine after that Where does the screenshot come from? If it's from this SDK, could you share link to source code ? What is the version of SDK ? Also, finally user & id is given to add as 4th parameters.
gharchive/issue
2023-01-17T13:58:58
2025-04-01T04:55:08.008729
{ "authors": [ "ferhatelmas", "monzersmiledev" ], "repo": "GetStream/stream-js", "url": "https://github.com/GetStream/stream-js/issues/534", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
994055256
Create version.tag Not much to say about this one. Seems fine from a glance, but I would rather try to pull from some API on which Bedrock versions we support instead of saying "latest stable version". That is a really good idea Camotoy, but it would nee a way to be implemented (ofc), and that I have no idea about... Unless we can somehow just pull the version number from Mojang's API or something.
gharchive/pull-request
2021-09-12T05:17:28
2025-04-01T04:55:08.021940
{ "authors": [ "Camotoy", "Greaper88" ], "repo": "GeyserMC/GeyserDiscordBot", "url": "https://github.com/GeyserMC/GeyserDiscordBot/pull/178", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1071333332
Create 1.18 support tags This PR adds two tags: one with a short FAQ about 1.18 support, and one with a fix for the somewhat common Please connect through the official Geyser error. I'm hoping to add more 1.18 related FAQs in the future but for now I have compiled two common one message fixes. On continued thought, I think the 1.18 tag is something that should already be covered by the existing ViaVersion and the !!olderversions tag. On continued thought, I think the 1.18 tag is something that should already be covered by the existing ViaVersion and the !!olderversions tag. Does this make the 1.18 tag unnecessary? I would say so. I'm going to close this as the contents of both tags are obsolete at the moment. If you think there is an improvement to be had elsewhere, feel free to let us know here or make a new PR!
gharchive/pull-request
2021-12-05T00:01:12
2025-04-01T04:55:08.024318
{ "authors": [ "Camotoy", "Stonewall0210" ], "repo": "GeyserMC/GeyserDiscordBot", "url": "https://github.com/GeyserMC/GeyserDiscordBot/pull/204", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1730358873
🐛 [Bug] 랜덤 게임 페이지에 나가기 버튼이 없어요 Problem 랜덤 게임 페이지에 나가기 버튼이 없어요 Reproduction 말 그대롭니다ㅎ Screenshot Expected Behavior No response Log No response Browser No response 게임탈출절.대.안.돼 게임에서 나가기버튼은 없는 것이 맞습니다. :)!!!!!
gharchive/issue
2023-05-29T08:56:14
2025-04-01T04:55:08.029542
{ "authors": [ "anso33", "jis-kim", "nyeoni" ], "repo": "GhostPangPang/GhostPong", "url": "https://github.com/GhostPangPang/GhostPong/issues/538", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2606027252
🛑 Licence Manager - View list licences is down In bc06231, Licence Manager - View list licences (https://licence.gidsimulation.com/View/UserLicence) was down: HTTP code: 503 Response time: 71 ms Resolved: Licence Manager - View list licences is back up in cdc6ff5 after 16 minutes.
gharchive/issue
2024-10-22T17:11:18
2025-04-01T04:55:08.033104
{ "authors": [ "jginternational" ], "repo": "GiDHome/status-licence-manager", "url": "https://github.com/GiDHome/status-licence-manager/issues/163", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
791535748
This exists: fix it then you lazy bum fix it then you lazy bum
gharchive/issue
2021-01-21T22:20:43
2025-04-01T04:55:08.035855
{ "authors": [ "GiantLuigi4", "SonicJDF" ], "repo": "GiantLuigi4/dynamic-weapons", "url": "https://github.com/GiantLuigi4/dynamic-weapons/issues/4", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1779413259
Different FS2011 Just received a FS2011 from amazon (6/27) and the board revision is the same as your picture, Z27809 but the CPU different: GD32F150 C8T6 CEHH213 AJ2151 GigaDevice ARM After programming, no display, no sounds, buttons don't seem to do anything. Have not had time to recompile for the different processor yet. Pictures to follow later... I am minutes away of publish a release that fixes this. Hang tight! Fantastic work. Works like a champ. Thanks. I have just uploaded the official 1.2.2 release. Hope you enjoy it! I have this same CPU type on mine, adding a picture in case you want to add it to the install doc. 1.2.2 works on this CPU perfectly. Nice! Thanks for posting. That seems to be an M4011 tube. BTW, some of those are photosensitive, so you might want to expose your tube to sunlight and see if the radiation level goes up. If it does, wrap your tube in black plastic. From a legal point of view, I don't think that is a good idea. BTW, did you get a private email? So my first backup failed (my problem) but I got a second one and pulled the firmware for it. It would be nice to have a recovery file. Do you have a copy of it or do you need a copy (which I now have and tested)? Michael From: Kyle Duren @.> Sent: Sunday, July 2, 2023 2:19 PM To: Gissio/radpro @.> Cc: Wyrick, Michael J. - US @.>; Author @.> Subject: Re: [Gissio/radpro] Different FS2011 (Issue #2) EXTERNAL EMAIL - This email originated from outside of CACI. Do not click any links or attachments unless you recognize and trust the sender. Would it be beneficial to upload the orig backup firmware somewhere for others? — Reply to this email directly, view it on GitHubhttps://github.com/Gissio/radpro/issues/2#issuecomment-1616759610, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ACB3RLY5ZDVGOS5CUOOYKNDXOG3RTANCNFSM6AAAAAAZXOK6JY. You are receiving this because you authored the thread.Message ID: @.***> This electronic message contains information from CACI International Inc or subsidiary companies, which may be company sensitive, proprietary, privileged or otherwise protected from disclosure. The information is intended to be used solely by the recipient(s) named above. If you are not an intended recipient, be aware that any review, disclosure, copying, distribution or use of this transmission or its contents is prohibited. If you have received this transmission in error, please notify the sender immediately. I have just released Rad Pro 1.3.0 which adds support for the J305 tube. Rad Pro 2.0 Beta 11 is out! https://github.com/Gissio/radpro/releases
gharchive/issue
2023-06-28T17:40:24
2025-04-01T04:55:08.060368
{ "authors": [ "Gissio", "mjwaxios", "pixitha" ], "repo": "Gissio/radpro", "url": "https://github.com/Gissio/radpro/issues/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1142213707
Crashed when scanning a big size docker image. GitGuardian Shield Version I can reproduce this bug in the latest version Command executed ggshield scan docker local-registry/repo-name/docker-ubuntu Describe the bug We created a docker image whose size is 26GB and scanned secret by using this tool. However it returned error message as follows: `Saving docker image... Traceback (most recent call last): File "/private/tmp/venv/lib/python3.8/site-packages/ggshield/docker.py", line 52, in docker_save_to_tmp subprocess.run( File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/subprocess.py", line 495, in run stdout, stderr = process.communicate(input, timeout=timeout) File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/subprocess.py", line 1028, in communicate stdout, stderr = self._communicate(input, endtime, timeout) File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/subprocess.py", line 1869, in _communicate self._check_timeout(endtime, orig_timeout, stdout, stderr) File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/subprocess.py", line 1072, in _check_timeout raise TimeoutExpired( subprocess.TimeoutExpired: Command '['docker', 'save', 'local-registry/repo-name/docker-ubuntu', '-o', '/var/folders/vc/3g43_3rj0nz7gvpsyfnvdysw0000gn/T/tmpqz_ywf1iggshield/archive.tar']' timed out after 360 seconds During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/tmp/venv/bin/ggshield", line 8, in sys.exit(cli_wrapper()) File "/private/tmp/venv/lib/python3.8/site-packages/ggshield/cmd.py", line 229, in cli_wrapper return_code: int = cli.main(standalone_mode=False) File "/private/tmp/venv/lib/python3.8/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/private/tmp/venv/lib/python3.8/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/private/tmp/venv/lib/python3.8/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/private/tmp/venv/lib/python3.8/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/private/tmp/venv/lib/python3.8/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/private/tmp/venv/lib/python3.8/site-packages/click/decorators.py", line 26, in new_func return f(get_current_context(), *args, **kwargs) File "/private/tmp/venv/lib/python3.8/site-packages/ggshield/docker.py", line 142, in docker_name_cmd return handle_exception(error, config.verbose) File "/private/tmp/venv/lib/python3.8/site-packages/ggshield/utils.py", line 271, in handle_exception raise e File "/private/tmp/venv/lib/python3.8/site-packages/ggshield/docker.py", line 127, in docker_name_cmd docker_save_to_tmp(name, archive, docker_timeout) File "/private/tmp/venv/lib/python3.8/site-packages/ggshield/docker.py", line 70, in docker_save_to_tmp raise click.ClickException('Command "{}" timed out'.format(" ".join(command))) click.exceptions.ClickException: Command "docker save local-registry/repo-name/docker-ubuntu -o /var/folders/vc/3g43_3rj0nz7gvpsyfnvdysw0000gn/T/tmpqz_ywf1iggshield/archive.tar" timed out ` Expected behavior It should completely scan the image with no error occurring. Hi @JackTien. You can increase the timeout with the --docker-timeout option. For example running this command allows the scan to take up to an hour (3600 seconds): ggshield scan docker --docker-timeout 3600 local-registry/repo-name/docker-ubuntu Thanks for the reply. It works, but I still get the following error messages: 403:Quota limit reached. Error scanning. Results may be incomplete. The following chunk is affected: Ok. I’ll have a try for that. Tks.
gharchive/issue
2022-02-18T02:35:22
2025-04-01T04:55:08.073969
{ "authors": [ "JackTien", "agateau-gg" ], "repo": "GitGuardian/ggshield", "url": "https://github.com/GitGuardian/ggshield/issues/174", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2513973636
🛑 rapishare is down In 4a957cf, rapishare (rapishare.com) was down: HTTP code: 0 Response time: 0 ms Resolved: rapishare is back up in 3ef6dfb after 33 minutes.
gharchive/issue
2024-09-09T13:27:30
2025-04-01T04:55:08.118511
{ "authors": [ "GiuseppeFilingeri" ], "repo": "GiuseppeFilingeri/upgraded-symmetrical-waddle", "url": "https://github.com/GiuseppeFilingeri/upgraded-symmetrical-waddle/issues/100077", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1040100464
🛑 orkut is down In bf7de02, orkut (orkut.com.br) was down: HTTP code: 0 Response time: 0 ms Resolved: orkut is back up in 940a3e3.
gharchive/issue
2021-10-30T09:36:18
2025-04-01T04:55:08.120817
{ "authors": [ "GiuseppeFilingeri" ], "repo": "GiuseppeFilingeri/upgraded-symmetrical-waddle", "url": "https://github.com/GiuseppeFilingeri/upgraded-symmetrical-waddle/issues/10350", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2754607246
🛑 twoc is down In 0680803, twoc (twoc.co.uk) was down: HTTP code: 0 Response time: 0 ms Resolved: twoc is back up in 787b8ef after 18 minutes.
gharchive/issue
2024-12-22T11:15:56
2025-04-01T04:55:08.123306
{ "authors": [ "GiuseppeFilingeri" ], "repo": "GiuseppeFilingeri/upgraded-symmetrical-waddle", "url": "https://github.com/GiuseppeFilingeri/upgraded-symmetrical-waddle/issues/105985", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1053002888
🛑 orkut is down In 704ad4e, orkut (orkut.com.br) was down: HTTP code: 0 Response time: 0 ms Resolved: orkut is back up in 3a84970.
gharchive/issue
2021-11-14T18:06:48
2025-04-01T04:55:08.125806
{ "authors": [ "GiuseppeFilingeri" ], "repo": "GiuseppeFilingeri/upgraded-symmetrical-waddle", "url": "https://github.com/GiuseppeFilingeri/upgraded-symmetrical-waddle/issues/11247", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1078192375
🛑 orkut is down In c687484, orkut (orkut.com.br) was down: HTTP code: 0 Response time: 0 ms Resolved: orkut is back up in 21aa2ec.
gharchive/issue
2021-12-13T07:51:56
2025-04-01T04:55:08.128164
{ "authors": [ "GiuseppeFilingeri" ], "repo": "GiuseppeFilingeri/upgraded-symmetrical-waddle", "url": "https://github.com/GiuseppeFilingeri/upgraded-symmetrical-waddle/issues/12922", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1086313109
🛑 orkut is down In d60cac9, orkut (orkut.com.br) was down: HTTP code: 0 Response time: 0 ms Resolved: orkut is back up in 9858550.
gharchive/issue
2021-12-21T23:41:01
2025-04-01T04:55:08.130412
{ "authors": [ "GiuseppeFilingeri" ], "repo": "GiuseppeFilingeri/upgraded-symmetrical-waddle", "url": "https://github.com/GiuseppeFilingeri/upgraded-symmetrical-waddle/issues/13366", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1106649458
🛑 orkut is down In b7c7430, orkut (orkut.com.br) was down: HTTP code: 404 Response time: 244 ms Resolved: orkut is back up in aa3f2c1.
gharchive/issue
2022-01-18T09:09:37
2025-04-01T04:55:08.132912
{ "authors": [ "GiuseppeFilingeri" ], "repo": "GiuseppeFilingeri/upgraded-symmetrical-waddle", "url": "https://github.com/GiuseppeFilingeri/upgraded-symmetrical-waddle/issues/14853", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1121821552
🛑 orkut is down In c41f4b5, orkut (orkut.com.br) was down: HTTP code: 0 Response time: 0 ms Resolved: orkut is back up in f10066a.
gharchive/issue
2022-02-02T11:41:12
2025-04-01T04:55:08.135171
{ "authors": [ "GiuseppeFilingeri" ], "repo": "GiuseppeFilingeri/upgraded-symmetrical-waddle", "url": "https://github.com/GiuseppeFilingeri/upgraded-symmetrical-waddle/issues/16101", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1145013226
🛑 orkut is down In b271b49, orkut (orkut.com.br) was down: HTTP code: 0 Response time: 0 ms Resolved: orkut is back up in a6d50e5.
gharchive/issue
2022-02-20T13:00:08
2025-04-01T04:55:08.137655
{ "authors": [ "GiuseppeFilingeri" ], "repo": "GiuseppeFilingeri/upgraded-symmetrical-waddle", "url": "https://github.com/GiuseppeFilingeri/upgraded-symmetrical-waddle/issues/17621", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1249879288
🛑 ojolink is down In 21a7935, ojolink (ojolink.fr) was down: HTTP code: 0 Response time: 0 ms Resolved: Ojolink is back up in 29f8323.
gharchive/issue
2022-05-26T18:00:55
2025-04-01T04:55:08.139854
{ "authors": [ "GiuseppeFilingeri" ], "repo": "GiuseppeFilingeri/upgraded-symmetrical-waddle", "url": "https://github.com/GiuseppeFilingeri/upgraded-symmetrical-waddle/issues/23472", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1277987119
🛑 saunta is down In 483e688, saunta (saunta.com) was down: HTTP code: 500 Response time: 91 ms Resolved: saunta is back up in 70bbee8.
gharchive/issue
2022-06-21T07:05:29
2025-04-01T04:55:08.142338
{ "authors": [ "GiuseppeFilingeri" ], "repo": "GiuseppeFilingeri/upgraded-symmetrical-waddle", "url": "https://github.com/GiuseppeFilingeri/upgraded-symmetrical-waddle/issues/26769", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1285977829
🛑 orkut is down In 39f3d5d, orkut (orkut.com.br) was down: HTTP code: 0 Response time: 0 ms Resolved: orkut is back up in 3bd7098.
gharchive/issue
2022-06-27T15:30:03
2025-04-01T04:55:08.144637
{ "authors": [ "GiuseppeFilingeri" ], "repo": "GiuseppeFilingeri/upgraded-symmetrical-waddle", "url": "https://github.com/GiuseppeFilingeri/upgraded-symmetrical-waddle/issues/27794", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1307719901
🛑 hcr is down In ace3d46, hcr (hcr.co.uk) was down: HTTP code: 401 Response time: 833 ms Resolved: hcr is back up in 041818c.
gharchive/issue
2022-07-18T10:12:43
2025-04-01T04:55:08.146886
{ "authors": [ "GiuseppeFilingeri" ], "repo": "GiuseppeFilingeri/upgraded-symmetrical-waddle", "url": "https://github.com/GiuseppeFilingeri/upgraded-symmetrical-waddle/issues/30462", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
946585349
🛑 orkut is down In e8c3162, orkut (orkut.com.br) was down: HTTP code: 0 Response time: 0 ms Resolved: orkut is back up in 08d2469.
gharchive/issue
2021-07-16T20:43:48
2025-04-01T04:55:08.149379
{ "authors": [ "GiuseppeFilingeri" ], "repo": "GiuseppeFilingeri/upgraded-symmetrical-waddle", "url": "https://github.com/GiuseppeFilingeri/upgraded-symmetrical-waddle/issues/3194", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1338201748
🛑 penispedia is down In 9952120, penispedia (penispedia.de) was down: HTTP code: 0 Response time: 0 ms Resolved: penispedia is back up in 3873433.
gharchive/issue
2022-08-14T10:41:51
2025-04-01T04:55:08.151903
{ "authors": [ "GiuseppeFilingeri" ], "repo": "GiuseppeFilingeri/upgraded-symmetrical-waddle", "url": "https://github.com/GiuseppeFilingeri/upgraded-symmetrical-waddle/issues/32356", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1347742793
🛑 feest-start is down In cbbf19f, feest-start (feest-start.nl) was down: HTTP code: 0 Response time: 0 ms Resolved: feest-start is back up in 45decc0.
gharchive/issue
2022-08-23T10:56:29
2025-04-01T04:55:08.154370
{ "authors": [ "GiuseppeFilingeri" ], "repo": "GiuseppeFilingeri/upgraded-symmetrical-waddle", "url": "https://github.com/GiuseppeFilingeri/upgraded-symmetrical-waddle/issues/32731", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1356433006
🛑 sohu is down In 954b6c6, sohu (sohu.com) was down: HTTP code: 0 Response time: 0 ms Resolved: sohu is back up in 2000326.
gharchive/issue
2022-08-30T23:05:14
2025-04-01T04:55:08.156644
{ "authors": [ "GiuseppeFilingeri" ], "repo": "GiuseppeFilingeri/upgraded-symmetrical-waddle", "url": "https://github.com/GiuseppeFilingeri/upgraded-symmetrical-waddle/issues/33135", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
947000316
🛑 orkut is down In 8d46c09, orkut (orkut.com.br) was down: HTTP code: 0 Response time: 0 ms Resolved: orkut is back up in c8e82ef.
gharchive/issue
2021-07-18T10:14:35
2025-04-01T04:55:08.158930
{ "authors": [ "GiuseppeFilingeri" ], "repo": "GiuseppeFilingeri/upgraded-symmetrical-waddle", "url": "https://github.com/GiuseppeFilingeri/upgraded-symmetrical-waddle/issues/3328", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1361549132
🛑 metroflog is down In b069bdc, metroflog (metroflog.com) was down: HTTP code: 0 Response time: 0 ms Resolved: metroflog is back up in 97c2381.
gharchive/issue
2022-09-05T07:56:35
2025-04-01T04:55:08.161801
{ "authors": [ "GiuseppeFilingeri" ], "repo": "GiuseppeFilingeri/upgraded-symmetrical-waddle", "url": "https://github.com/GiuseppeFilingeri/upgraded-symmetrical-waddle/issues/33308", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1446232769
🛑 ojolink is down In c81a61e, ojolink (ojolink.fr) was down: HTTP code: 0 Response time: 0 ms Resolved: Ojolink is back up in 25e92b5.
gharchive/issue
2022-11-12T04:09:18
2025-04-01T04:55:08.164118
{ "authors": [ "GiuseppeFilingeri" ], "repo": "GiuseppeFilingeri/upgraded-symmetrical-waddle", "url": "https://github.com/GiuseppeFilingeri/upgraded-symmetrical-waddle/issues/39026", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1503310699
🛑 ojolink is down In 5015c2d, ojolink (ojolink.net) was down: HTTP code: 403 Response time: 372 ms Resolved: Ojolink is back up in 3f5378e.
gharchive/issue
2022-12-19T17:26:44
2025-04-01T04:55:08.166373
{ "authors": [ "GiuseppeFilingeri" ], "repo": "GiuseppeFilingeri/upgraded-symmetrical-waddle", "url": "https://github.com/GiuseppeFilingeri/upgraded-symmetrical-waddle/issues/45384", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1510446153
🛑 ojolink is down In 07ebf47, ojolink (ojolink.net) was down: HTTP code: 403 Response time: 394 ms Resolved: Ojolink is back up in 9c407a4.
gharchive/issue
2022-12-26T00:02:34
2025-04-01T04:55:08.168653
{ "authors": [ "GiuseppeFilingeri" ], "repo": "GiuseppeFilingeri/upgraded-symmetrical-waddle", "url": "https://github.com/GiuseppeFilingeri/upgraded-symmetrical-waddle/issues/46519", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1517960448
🛑 orkut is down In 41f400a, orkut (orkut.com.br) was down: HTTP code: 429 Response time: 797 ms Resolved: orkut is back up in 1e3d06a.
gharchive/issue
2023-01-03T21:52:49
2025-04-01T04:55:08.171361
{ "authors": [ "GiuseppeFilingeri" ], "repo": "GiuseppeFilingeri/upgraded-symmetrical-waddle", "url": "https://github.com/GiuseppeFilingeri/upgraded-symmetrical-waddle/issues/48003", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
917250030
🛑 orkut is down In fd86fcb, orkut (orkut.com.br) was down: HTTP code: 0 Response time: 0 ms Resolved: orkut is back up in 16144b2.
gharchive/issue
2021-06-10T11:46:13
2025-04-01T04:55:08.173863
{ "authors": [ "GiuseppeFilingeri" ], "repo": "GiuseppeFilingeri/upgraded-symmetrical-waddle", "url": "https://github.com/GiuseppeFilingeri/upgraded-symmetrical-waddle/issues/487", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1609626581
🛑 orkut is down In a4ded9b, orkut (orkut.com.br) was down: HTTP code: 429 Response time: 799 ms Resolved: orkut is back up in 3daabdb.
gharchive/issue
2023-03-04T05:55:59
2025-04-01T04:55:08.176156
{ "authors": [ "GiuseppeFilingeri" ], "repo": "GiuseppeFilingeri/upgraded-symmetrical-waddle", "url": "https://github.com/GiuseppeFilingeri/upgraded-symmetrical-waddle/issues/54296", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1618311142
🛑 orkut is down In cbcd749, orkut (orkut.com.br) was down: HTTP code: 429 Response time: 1059 ms Resolved: orkut is back up in b6ebf19.
gharchive/issue
2023-03-10T03:46:51
2025-04-01T04:55:08.178529
{ "authors": [ "GiuseppeFilingeri" ], "repo": "GiuseppeFilingeri/upgraded-symmetrical-waddle", "url": "https://github.com/GiuseppeFilingeri/upgraded-symmetrical-waddle/issues/54759", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1659727952
🛑 ojolink is down In 8d17a90, ojolink (ojolink.fr) was down: HTTP code: 0 Response time: 0 ms Resolved: Ojolink is back up in 9389f70.
gharchive/issue
2023-04-09T03:01:56
2025-04-01T04:55:08.181042
{ "authors": [ "GiuseppeFilingeri" ], "repo": "GiuseppeFilingeri/upgraded-symmetrical-waddle", "url": "https://github.com/GiuseppeFilingeri/upgraded-symmetrical-waddle/issues/56195", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1708916592
🛑 ojolink is down In ae6d598, ojolink (ojolink.fr) was down: HTTP code: 0 Response time: 0 ms Resolved: Ojolink is back up in 9414c31.
gharchive/issue
2023-05-14T11:51:39
2025-04-01T04:55:08.183323
{ "authors": [ "GiuseppeFilingeri" ], "repo": "GiuseppeFilingeri/upgraded-symmetrical-waddle", "url": "https://github.com/GiuseppeFilingeri/upgraded-symmetrical-waddle/issues/59299", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1781216611
🛑 simerini is down In 19064e4, simerini (simerini.com) was down: HTTP code: 0 Response time: 0 ms Resolved: simerini is back up in 6e44fca.
gharchive/issue
2023-06-29T17:08:49
2025-04-01T04:55:08.185808
{ "authors": [ "GiuseppeFilingeri" ], "repo": "GiuseppeFilingeri/upgraded-symmetrical-waddle", "url": "https://github.com/GiuseppeFilingeri/upgraded-symmetrical-waddle/issues/63413", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1786566518
🛑 simerini is down In 6559c36, simerini (simerini.com) was down: HTTP code: 0 Response time: 0 ms Resolved: simerini is back up in 8181c00.
gharchive/issue
2023-07-03T17:26:28
2025-04-01T04:55:08.188096
{ "authors": [ "GiuseppeFilingeri" ], "repo": "GiuseppeFilingeri/upgraded-symmetrical-waddle", "url": "https://github.com/GiuseppeFilingeri/upgraded-symmetrical-waddle/issues/63759", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }