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
2604663346
Token fixes I'm not too confident with rust or this code base yet so advice is welcome: I can see there are many ways to implement something like the "signing identity" here but I don't think I have a feel for best practices yet... Summary Support more types of OIDC tokens -- specifically support the "Sub" field used as the signing identity by some issuers. Make email optional when parsing JWT (e.g. GitHub actions does not use it) Add IdentityToken.identity field: this is the identity claim that we believe Fulcio uses for this issuer Fix the bundle signing so it uses the new identity field Add tests with two tokens (interactive and GHA) Note that signing with a "Sub" identity now works (the CSR will use the email OID for everything as before but apparently that works: sigstore-python does that too) in places like Github actions but there are no tests yet. My plan after this is to: Add the "ultimate issuer" claim into IdentityToken: this finally makes it visible who is really signing. See https://github.com/jku/sigstore-rs/tree/token-add-issuer-claim for this if interested add a test that runs on GH actions: manually fetch the token and test if signing works (see 9f50501df9b) a bit longer term, search for a https://github.com/di/id style project for rust or write one if that does not exist (I think this model worked great for sigstore-python) ... but these are currently not part of this PR. Fixes #413 I'm making this a draft again: I made a quick test to try how far the signing on github goes but fulcio does not seem to like the identity token -- I'll figure out if the issue is something in this PR or not before making this ready for review. Back to ready for review: the IdentityToken is fine, I just messed up GitHubs token-request-token handling in my test. Speaking of that, I can add add my test for signing-in-a-github-workflow in this PR too, I just figured it does not need to be here. Let me know if you have opinions Latest commit makes it clear that identity claim comes from the OIDC JWT. Let me know if you feel strongly about the solution here: I can make identity_claim a method in Claims as @tnytown suggested if there are strong opinions -- I didn't do it yet since I felt doing the validation at try_from() time is useful. FYI in case you'd rather see a more complete picture: https://github.com/jku/sigstore-rs/tree/token-add-issuer-claim contains the second part of this, exposing the "ultimate issue" in IdentityToken.
gharchive/pull-request
2024-10-22T08:22:10
2025-04-01T04:35:52.302737
{ "authors": [ "jku" ], "repo": "sigstore/sigstore-rs", "url": "https://github.com/sigstore/sigstore-rs/pull/412", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1677675951
Fix Changes in the readme. These changes will help newcomers to know how to contribute and center alignment of logo looks better. Also, @Sukriti-sood would you mind updating the PR title? (maybe add a little info about what this PR does) Some changes requested here. I would avoid HTML in a Markdown file that lives on GitHub. In the future, please open an issue to discuss prior to opening a pull request. My apologies, I will open issues first next time.
gharchive/pull-request
2023-04-21T02:33:06
2025-04-01T04:35:52.304533
{ "authors": [ "Neilblaze", "Sukriti-sood" ], "repo": "sigstore/sigstore-website", "url": "https://github.com/sigstore/sigstore-website/pull/270", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1678321204
intermittent failures in AWS e2e test due to "use of closed network connection" Description https://github.com/sigstore/sigstore/actions/runs/4759535155/jobs/8458906965 --- FAIL: TestAWS (4.63s) --- FAIL: TestAWS/TestTwoProviders (0.17s) e2e_test.go:179: Error Trace: /home/runner/work/sigstore/sigstore/pkg/signature/kms/aws/e2e_test.go:179 Error: Expected nil, but got: &fmt.wrapError{msg:"getting key metadata: operation error KMS: DescribeKey, https response error StatusCode: 200, RequestID: 6AWHNY22A0KP8U3MBCMD8FK5FQFIK7FOO9ZB4V5YGSW473W16TZW, deserialization failed, failed to decode response body, read tcp [::1]:56294->[::1]:4566: use of closed network connection", err:(*smithy.OperationError)(0xc0004957a0)} Test: TestAWS/TestTwoProviders FAIL seems related to https://github.com/aws/aws-sdk-go-v2/issues/1825
gharchive/issue
2023-04-21T10:58:33
2025-04-01T04:35:52.306382
{ "authors": [ "bobcallaway" ], "repo": "sigstore/sigstore", "url": "https://github.com/sigstore/sigstore/issues/1110", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
769950237
Loading "Gruntfile.js" tasks...ERROR I run into problems in "Building the plugin locally" steps 2 & 3. I've just cloned the repository and ran into this: npm install > node-sass@4.13.1 install /home/runcloud/webapps/kuu/kato/videojs-airplay-master/node_modules/node-sass > node scripts/install.js Downloading binary from https://github.com/sass/node-sass/releases/download/v4.13.1/linux-x64-57_binding.node Download complete .] - : Binary saved to /home/runcloud/webapps/kuu/kato/videojs-airplay-master/node_modules/node-sass/vendor/linux-x64-57/binding.node Caching binary to /home/runcloud/.npm/node-sass/4.13.1/linux-x64-57_binding.node > core-js@2.6.11 postinstall /home/runcloud/webapps/kuu/kato/videojs-airplay-master/node_modules/core-js > node -e "try{require('./postinstall')}catch(e){}" Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library! The project needs your help! Please consider supporting of core-js on Open Collective or Patreon: > https://opencollective.com/core-js > https://www.patreon.com/zloirock Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -) > node-sass@4.13.1 postinstall /home/runcloud/webapps/kuu/kato/videojs-airplay-master/node_modules/node-sass > node scripts/build.js Binary found at /home/runcloud/webapps/kuu/kato/videojs-airplay-master/node_modules/node-sass/vendor/linux-x64-57/binding.node Testing binary Binary is fine npm WARN prepublish-on-install As of npm@5, `prepublish` scripts are deprecated. npm WARN prepublish-on-install Use `prepare` for build steps and `prepublishOnly` for upload-only. npm WARN prepublish-on-install See the deprecation note in `npm help scripts` for more information. > @silvermine/videojs-airplay@1.0.1 prepublish /home/runcloud/webapps/kuu/kato/videojs-airplay-master > grunt build fatal: not a git repository (or any of the parent directories): .git Loading "Gruntfile.js" tasks...ERROR >> Error: Command failed: git describe --always --dirty --tags >> fatal: not a git repository (or any of the parent directories): .git Warning: Task "build" not found. Use --force to continue. Aborted due to warnings. npm ERR! code ELIFECYCLE npm ERR! errno 3 npm ERR! @silvermine/videojs-airplay@1.0.1 prepublish: `grunt build` npm ERR! Exit status 3 npm ERR! npm ERR! Failed at the @silvermine/videojs-airplay@1.0.1 prepublish script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! /home/runcloud/.npm/_logs/2020-12-17T11_24_34_961Z-debug.log grunt build module.js:550 throw err; ^ As for step 3. grunt build Error: Cannot find module 'findup-sync' at Function.Module._resolveFilename (module.js:548:15) at Function.Module._load (module.js:475:25) at Module.require (module.js:597:17) at require (internal/module.js:11:18) at Object.<anonymous> (/usr/lib/nodejs/grunt-cli/bin/grunt:8:14) at Module._compile (module.js:653:30) at Object.Module._extensions..js (module.js:664:10) at Module.load (module.js:566:32) at tryModuleLoad (module.js:506:12) at Function.Module._load (module.js:498:3) FYI: uname -a Linux kuu 4.15.0-99-generic #100-Ubuntu SMP Wed Apr 22 20:32:56 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux The log file: 2020-12-17T11_26_14_504Z-debug.log Thank you. Gave up on this and instead decided to just turn off Airplay. x-webkit-airplay="deny"
gharchive/issue
2020-12-17T12:14:08
2025-04-01T04:35:52.383819
{ "authors": [ "pienisieni" ], "repo": "silvermine/videojs-airplay", "url": "https://github.com/silvermine/videojs-airplay/issues/31", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
69909408
FIX for #4089, facilitating CURLOPT_* constants in RestfulService YML config. PR for #4089 @willmorgan and @silverstripe/core-team By the way, while I'm in here (and having had my own issues but unable to decipher what was going on which ultimately lead me to this optimization), I noticed that there is a lot of opportunity to improve error reporting here by using (cringe) ... exceptions. I'd be willing to capitulate to using user_error() or trigger_error() since that is currently the standard set in place (even though really we should be using Exceptions) but, if you look at this code as it is right now, the $curlError variable is just sitting there and not being used at all. In fact, my timeout error is a local error and therefore doesn't result in an actual HTTP code (since HTTP wasn't even possible yet due to a DNS error on my end, lower in the stack) so I had no insight into what was happening without manually weeding right back into the SS core (which I've been finding myself doing quite often, unfortunately since I'm pedantic about getting fairly precise/expected results). What do you guys think? On another note, I'll be updating my commit soon. I want to actually reply to the line comments here since I've had to rebase so the commits are out of date. Setup braces instead of all one line for if statement. https://github.com/patricknelson/silverstripe-framework/commit/d9b76296c9927a92aeb0e35f3979eb9028875766#diff-e0ab4000778eb49720f320171895f8d3R79 Using static keyword now instead of $this-> on static methods: https://github.com/patricknelson/silverstripe-framework/commit/d9b76296c9927a92aeb0e35f3979eb9028875766#diff-e0ab4000778eb49720f320171895f8d3R196 Using get_called_class() here instead of the hard-coded RestfulService class name. This should still work since the Config abstraction iterates through parents and extensions until it finds a match: https://github.com/patricknelson/silverstripe-framework/commit/d9b76296c9927a92aeb0e35f3979eb9028875766#diff-e0ab4000778eb49720f320171895f8d3R104 Also, new: Based on your suggestion to use get_called_class() here, realized that overriding ResfulService may also imply the need to potentially override ResfulService_Response (or both) and the response object wouldn't ever be used unless you had a way to ensure it created an instance of your object instead of the original, therefore, I abstracted the instantiation of the ResfulService_Response object to another method (in lieu of a real IoC container as far as I'm aware) which should allow you to ensure that the desired objects would be used without having to edit to much (or any) of the core code: https://github.com/patricknelson/silverstripe-framework/commit/d9b76296c9927a92aeb0e35f3979eb9028875766#diff-e0ab4000778eb49720f320171895f8d3R371 -- That also meant using the static keyword here as well (just below): https://github.com/patricknelson/silverstripe-framework/commit/d9b76296c9927a92aeb0e35f3979eb9028875766#diff-e0ab4000778eb49720f320171895f8d3R655 It's a shame this hasn't seen it through - @patricknelson are you able to rebase and we can look at getting this going? I understand that config_forclass doesn't have an update method (crappy) Man this got forgotten ... added to my "TODO" as well :dizzy_face: @patricknelson RestfulService is so deeply flawed that I don't think we should spend any time on it. It's getting pulled from core in 4 in favour of guzzle, so I'll close this to save you any more pain. Sorry Not a problem at all! This is a very good thing, I love the Guzzle library.
gharchive/pull-request
2015-04-21T17:44:43
2025-04-01T04:35:52.394620
{ "authors": [ "dhensby", "patricknelson" ], "repo": "silverstripe/silverstripe-framework", "url": "https://github.com/silverstripe/silverstripe-framework/pull/4090", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
150808428
Documented JS coding conventions See https://github.com/silverstripe/silverstripe-framework/pull/5108 and https://github.com/silverstripe/silverstripe-framework/pull/5372 Test errors are fixed in another PR https://github.com/silverstripe/silverstripe-framework/pull/5387
gharchive/pull-request
2016-04-25T09:56:29
2025-04-01T04:35:52.396505
{ "authors": [ "chillu", "tractorcow" ], "repo": "silverstripe/silverstripe-framework", "url": "https://github.com/silverstripe/silverstripe-framework/pull/5386", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
25211884
How can I display a popover on an item when user hovers over it? I would like to display a popover beside an item when user hovers over it. How do I do it? Hello, caseyjhol I am still having the trouble with showing the info of the hidden text in selectpicker, i want to see the hidden text in option ( becasause my text is very long) when i hover over it. Can you explain me how to do these? Thanks ! What does "$lis" refer to???
gharchive/issue
2014-01-08T02:12:38
2025-04-01T04:35:52.413672
{ "authors": [ "51001624", "TCOA", "mkschreder" ], "repo": "silviomoreto/bootstrap-select", "url": "https://github.com/silviomoreto/bootstrap-select/issues/441", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
338475822
[test] replace deprecated assertEquals by assertEqual This PR replaces deprecated TestCase.assertEqauls by assertEqual throughout silx. This avoids warnings when running the tests. LGTM
gharchive/pull-request
2018-07-05T08:32:09
2025-04-01T04:35:52.414736
{ "authors": [ "t20100", "vallsv" ], "repo": "silx-kit/silx", "url": "https://github.com/silx-kit/silx/pull/1996", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2161393830
Support SPECIES_128 Should help with #9, the performance is still kind of low though (half of what jsoniter shows) Thanks for the contribution! I'm a bit busy right now, working on a feature for the parser that I'll hopefully finish this month, so I can't promise when I'll be able to look at your PR, but I'll definitely do so. I believe that the most important thing is to make sure that this change doesn't affect the most common cases (256-bit and 512-bit registers). I've run the benchmarks on a machine with Neoverse-N1 CPU: Architecture: aarch64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 2 On-line CPU(s) list: 0,1 Vendor ID: ARM Model name: Neoverse-N1 Model: 1 Thread(s) per core: 1 Core(s) per socket: 2 Socket(s): 1 Stepping: r3p1 BogoMIPS: 243.75 Flags: fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid and the results are indeed unsatisfactory: Benchmark Mode Cnt Score Error Units ParseAndSelectBenchmark.countUniqueUsersWithDefaultProfile_fastjson thrpt 5 436.897 ± 1.512 ops/s ParseAndSelectBenchmark.countUniqueUsersWithDefaultProfile_jackson thrpt 5 380.908 ± 0.816 ops/s ParseAndSelectBenchmark.countUniqueUsersWithDefaultProfile_simdjson thrpt 5 197.846 ± 0.894 ops/s ParseAndSelectBenchmark.countUniqueUsersWithDefaultProfile_simdjsonPadded thrpt 5 199.902 ± 0.545 ops/s SchemaBasedParseAndSelectBenchmark.countUniqueUsersWithDefaultProfile_fastjson thrpt 5 626.115 ± 1.175 ops/s SchemaBasedParseAndSelectBenchmark.countUniqueUsersWithDefaultProfile_jackson thrpt 5 463.471 ± 0.881 ops/s SchemaBasedParseAndSelectBenchmark.countUniqueUsersWithDefaultProfile_jsoniter_scala thrpt 5 871.302 ± 4.688 ops/s SchemaBasedParseAndSelectBenchmark.countUniqueUsersWithDefaultProfile_simdjson thrpt 5 213.725 ± 0.452 ops/s SchemaBasedParseAndSelectBenchmark.countUniqueUsersWithDefaultProfile_simdjsonPadded thrpt 5 216.995 ± 0.329 ops/s I'd like to understand where the disparity between 256/512-bit and 128-bit vectors comes from (see results in README for Intel CPUs). Currently, I don't have space to investigate this. Would you like to do it, or would you like me to come back to it when I have time? I'd like to understand where the disparity between 256/512-bit and 128-bit vectors comes from The way I've implement that feature for 128bit is not the same as the arm64 implementation in original repo. They take a little bit different approach there, but I don't think we need that kind of details for that repo anyway. I think your code looks good. By the disparity between 256/512-bit and 128-bit vectors I meant the difference in performance. As you can see in README for the (SchemaBased)ParseAndSelectBenchmark simdjson-java is typically 3-4 times faster than other libraries. However, based on the results I shared in my previous comment, it appears that for 128-bit vectors, the performance doesn't even match that of other libraries. I'm curious about the root cause of this difference. Could it simply be due to narrower registers? Or perhaps there's something else we're missing? That's interesting. My MacBook with m1max gives me different result: Benchmark Mode Cnt Score Error Units SchemaBasedParseAndSelectBenchmark.countUniqueUsersWithDefaultProfile_fastjson thrpt 5 1874.904 ± 8.548 ops/s SchemaBasedParseAndSelectBenchmark.countUniqueUsersWithDefaultProfile_jackson thrpt 5 1044.073 ± 39.591 ops/s SchemaBasedParseAndSelectBenchmark.countUniqueUsersWithDefaultProfile_jsoniter_scala thrpt 5 2153.209 ± 22.102 ops/s SchemaBasedParseAndSelectBenchmark.countUniqueUsersWithDefaultProfile_simdjson thrpt 5 1120.909 ± 16.372 ops/s SchemaBasedParseAndSelectBenchmark.countUniqueUsersWithDefaultProfile_simdjsonPadded thrpt 5 1131.995 ± 42.193 ops/s It's still bad, but not even close that bad.
gharchive/pull-request
2024-02-29T14:26:45
2025-04-01T04:35:52.456537
{ "authors": [ "Squiry", "piotrrzysko" ], "repo": "simdjson/simdjson-java", "url": "https://github.com/simdjson/simdjson-java/pull/41", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
274757541
Update README.md #1 mojombo#1 mojombo/github-flavored-markdown#1 This text will be italic This will also be italic This text will be bold This will also be bold You can combine them
gharchive/pull-request
2017-11-17T05:42:01
2025-04-01T04:35:52.492209
{ "authors": [ "simmons76549" ], "repo": "simmons76549/fuzzy-octo-disco", "url": "https://github.com/simmons76549/fuzzy-octo-disco/pull/1", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
864123850
"Database already closed" error in unit test expect() Hey guys, I'm having a hard time to do some unit tests. If this is more suited for the discussions page, feel free to say so. We are currently using moor 3.4.0 and moor_generator 3.4.1. Basically, what I try to do is the following: Doing a unit test Create a new DAO object, using a in memory SQLite database Insert data into the DAO using an input method check, if everything runs without throwing an exception This is some sample code (I'll omit the DAO class itself. if needed, just tell me): test('Test insertFeedback of FeedbackDao on sane input', () async { FeedbackDao testDao = FeedbackDao(testDb); final testId = 'uuid'; final testUserName = 'Some Name'; final testFeedback = 1; final testTimestamp = DateTime.parse('1969-07-20T20:18:04'); final testFeedbackText = 'Some Feedback!'; var userFeedback = new UserFeedback( id: testId, userName: testUserName, feedback: testFeedback, timestamp: testTimestamp, feedbackText: testFeedbackText); expect(() async => await testDao.insertFeedback(userFeedback), returnsNormally); }); When I run this test, I'll run into a Bad state: This database has already been closed error in the debug console. Full output is: DatabaseImpl._ensureOpen package:sqlite3/…/impl/database.dart:295 DatabaseImpl.execute package:sqlite3/…/impl/database.dart:90 _VmDelegate._runWithArgs package:moor/…/ffi/vm_database.dart:160 _VmDelegate.runCustom package:moor/…/ffi/vm_database.dart:170 _ExecutorWithQueryDelegate.runCustom.<fn> package:moor/…/helpers/engines.dart:79 _ExecutorWithQueryDelegate._synchronized package:moor/…/helpers/engines.dart:25 _ExecutorWithQueryDelegate.runCustom package:moor/…/helpers/engines.dart:76 QueryEngine.customStatement.<fn> package:moor/…/api/query_engine.dart:301 QueryEngine.doWhenOpened.<fn> package:moor/…/api/query_engine.dart:98 ===== asynchronous gap =========================== dart:async _asyncErrorWrapperHelper InsertStatement.insertOnConflictUpdate package:moor/…/statements/insert.dart:89 FeedbackDao.insertFeedback package:somePrivatePackageName/…/user_feedback_curd/user_feedback_curd.dart:18 main.<fn>.<fn> test\database\user_feedback_curd_test.dart:33 _ReturnsNormally.typedMatches package:matcher/src/core_matchers.dart:153 FeatureMatcher.matches package:matcher/src/feature_matcher.dart:16 package:test_api expect main.<fn> test\database\user_feedback_curd_test.dart:33 main.<fn> test\database\user_feedback_curd_test.dart:17 2 ✖ Test insertFeedback of FeedbackDao on sane input Exited (1) It seems to be a problem with the except. When I switch the last line of the first code block to await testDao.insertFeedback(userFeedback);, everything runs perfectly. For the sake of it, I tried reading from the DAO in the same method later on and it works perfectly. I believe there is something elementary, what I'm missing. Any hint is much appreciated. Thanks, Matthias How do you close the database? In a tearDown block? Basically, I think what's happening here is Your test code completes (since expect is a synchronous function) Your tearDown handler is called, which closes the database insertFeedback is called after an asynchronous delay That schedule would explain the error you're seeing. In general, it's always a good practice to make sure that your test function doesn't leave some further async work behind. For asynchronous expectations, you can use expectLater for that: await expectLater(() async => await testDao.insertFeedback(userFeedback), returnsNormally); Thanks for the fast reply! Yes, you are right. I do it with tearDown: testDb = AppDatabase.inMemory(VmDatabase.memory()); }); tearDown(() async { await testDb.close(); });``` I had the strong believe, that tearDown waits. I've switched my `expect()` line to your `expectLater()`, but it emits the error as well: ```Bad state: This database has already been closed DatabaseImpl._ensureOpen package:sqlite3/…/impl/database.dart:295 DatabaseImpl.execute package:sqlite3/…/impl/database.dart:90 _VmDelegate._runWithArgs package:moor/…/ffi/vm_database.dart:160 _VmDelegate.runCustom package:moor/…/ffi/vm_database.dart:170 _ExecutorWithQueryDelegate.runCustom.<fn> package:moor/…/helpers/engines.dart:79 _ExecutorWithQueryDelegate._synchronized package:moor/…/helpers/engines.dart:25 _ExecutorWithQueryDelegate.runCustom package:moor/…/helpers/engines.dart:76 QueryEngine.customStatement.<fn> package:moor/…/api/query_engine.dart:301 QueryEngine.doWhenOpened.<fn> package:moor/…/api/query_engine.dart:98 ===== asynchronous gap =========================== dart:async _asyncErrorWrapperHelper test\database\user_feedback_curd_test.dart main.<fn>.<fn> test\database\user_feedback_curd_test.dart:1 _ReturnsNormally.typedMatches package:matcher/src/core_matchers.dart:153 FeatureMatcher.matches package:matcher/src/feature_matcher.dart:16 package:test_api expectLater main.<fn> test\database\user_feedback_curd_test.dart:33 main.<fn> test\database\user_feedback_curd_test.dart:17 2 ✖ Test insertFeedback of FeedbackDao on sane input Exited (1) I had the strong believe, that tearDown waits. You're right, it does. The problem is that expect does not, so parts of your test and tearDown would run concurrently. I was wrong about expectLater though, the problem is the returnsNormally matcher. As you can see here, it does not actually check for asynchronous errors. So it just sees that the async function returns a future and is happy with that. Meanwhile, the future keeps running and eventually hits the error. The completes matcher can be used to match a future that doesn't complete with an error, but it's a bit awkward to use with functions. I'd probably use it like this: await expectLater(Future(() async => await testDao.insertFeedback(userFeedback)), completes); IIRC, you don't even need expectLater in this case, since the test runner waits until all async matchers reported a result. You are my true hero of the week! Honestly, this is amazing and makes me very happy. Wouldn't have found it on my own. Everything works fine now, cross-tested it with: Future insertFeedback(UserFeedback feedback) => throw new FormatException(); iam workin with sqflite: ^2.2.8+4 i have erro in near "ON": syntax error E/flutter ( 9325): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: DatabaseException(near "ON": syntax error (code 1): , while compiling: INSERT OR REPLACE INTO paycode pleass hellp me!!!!
gharchive/issue
2021-04-21T17:43:25
2025-04-01T04:35:52.503508
{ "authors": [ "m-terlinde", "simolus3", "zakihou" ], "repo": "simolus3/drift", "url": "https://github.com/simolus3/drift/issues/1155", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
998896653
change task background to red With this pull request we are going to change 'Task.js' background to red. Changes rejected
gharchive/pull-request
2021-09-17T03:44:42
2025-04-01T04:35:52.507030
{ "authors": [ "simon-online" ], "repo": "simon-online/taskbox", "url": "https://github.com/simon-online/taskbox/pull/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
313588020
Element linking issue After deleting an element and spawning a new one the issue where an ID is reused happened. No repro steps yet. Please don't use "issue happened before" I cannot track issues like that, unless you have a link to an issue page which then you can link by typing # and the number of the issue. Explain the issue in detail. Closed #48 is the same issue Dunno if latest commit could've fixed it, but it fixed an issue where links are not deleted correctly. I havent had it happen since the update, going to close until further notice.
gharchive/issue
2018-04-12T06:04:02
2025-04-01T04:35:52.510210
{ "authors": [ "Luffyyy", "RexTheWho" ], "repo": "simon-wh/PAYDAY-2-BeardLib-Editor", "url": "https://github.com/simon-wh/PAYDAY-2-BeardLib-Editor/issues/116", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1072123292
Xpath query does not work for some path The package works for queries like //*[@id='frmStudentTimetable']/table/tbody/tr[4]/td/table/tbody/tr[2]/td[1]/font but does not work for these kinds of xpath /html/body/table[1]/tbody/tr[3]/td[2]' Also tried using different formats of data. Flutter version details: [✓] Flutter (Channel stable, 2.5.1, on macOS 12.0.1 21A559 darwin-arm, locale en-IN) [✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0) [✓] Xcode - develop for iOS and macOS [✓] Chrome - develop for the web [✓] Android Studio (version 2020.3) [✓] VS Code (version 1.62.3) [✓] Connected device (2 available) • No issues found! Because the root node is html, therefore, /html cannot be used for query. try /body/table[1]/tbody/tr[3]/td[2] instead Thanks, it worked. Closing the thread
gharchive/issue
2021-12-06T13:00:33
2025-04-01T04:35:52.514205
{ "authors": [ "akillika", "simonkimi" ], "repo": "simonkimi/xpath_selector", "url": "https://github.com/simonkimi/xpath_selector/issues/1", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
776101101
Update a whole bunch of links to datasette.io instead of datasette.readthedocs.io https://ripgrep.datasette.io/-/ripgrep?pattern=(datasette|sqlite-utils)\.readthedocs\.io https://github.com/Homebrew/homebrew-core/pull/67983
gharchive/issue
2020-12-29T21:47:31
2025-04-01T04:35:52.526631
{ "authors": [ "simonw" ], "repo": "simonw/datasette", "url": "https://github.com/simonw/datasette/issues/1161", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
275089535
?_json_columns=foo,bar query string argument Causes the specified columns in the output to be treated as JSON, and returned deserialized in the .json or .jsono response. This will be particularly powerful when combined with https://sqlite.org/json1.html If a column value is invalid JSON, let's return the invalid JSON as a regular string. This is also really interesting when combined with the spatialite AsGeoJSON function: http://www.gaia-gis.it/gaia-sins/spatialite-sql-4.2.0.html#p3misc This shouldn't be a comma-separated list, it should be an argument you can pass multiple times to better match #255 and #292 Maybe ?_json=foo&_json=bar Implemented in 76d11eb768e2f05f593c4d37a25280c0fcdf8fd6 Documented here: http://datasette.readthedocs.io/en/latest/json_api.html#special-json-arguments
gharchive/issue
2017-11-18T16:09:55
2025-04-01T04:35:52.529783
{ "authors": [ "simonw" ], "repo": "simonw/datasette", "url": "https://github.com/simonw/datasette/issues/121", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
245952070
chore: add yarn lock closes #46 this was apparently superseded by https://github.com/simplabs/ember-classy-computed/pull/44
gharchive/pull-request
2017-07-27T07:37:35
2025-04-01T04:35:52.553129
{ "authors": [ "Turbo87", "geekygrappler" ], "repo": "simplabs/ember-classy-computed", "url": "https://github.com/simplabs/ember-classy-computed/pull/47", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
123794274
3.0 - Final Phase, stage continued #3 WIP - DO NOT MERGE Could you please throw an exception for the truncate on sqlite. That's more suitable. @LuckyCyborg There is no support for truncate in all versions for SQLite. @tomvlk Nice one! :smirk: I will do it. @daveismyname and @tomvlk Okay, I will continue on another pull-request. Looks that now we have a DBAL in a good shape, then the objectives are completed. Dave, you are gentle to merge this pull-request? @LuckyCyborg If you have time for it you could prepare some structure for it. I need to work on something else until tonight. @tomvlk Okay, Tom! How about to move your DBAL Demos in our already existent module Demos? Or you want one specially for the them? Anyway, I am on opinion to go our Demos in Module(s), the leave the App's Controllers area free for Dave's ones... :smirk: @LuckyCyborg Great one, not only leaving the app controllers as clean as possible but also clean for installation. No messing in there. Maybe make a documentation module(s) to make an interactive demo and documentation for some parts of the framework. @tomvlk I will move them and introduce the Theming, but in several hours, in my current develop pull-request #302; because in 45 min begins our presentation about The State of The Nova Framework. :smirk: I for one, I believe that everything will be OKay, the Nova is in good shape now. :+1:
gharchive/pull-request
2015-12-24T11:35:36
2025-04-01T04:35:52.588352
{ "authors": [ "LuckyCyborg", "tomvlk" ], "repo": "simple-mvc-framework/framework", "url": "https://github.com/simple-mvc-framework/framework/pull/301", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1691931474
Panda3D OpenGL Panda3D uses OpenGL by default, but this could lead to potential issues (if OpenGL is missing) it might be worth it to set auxiliary displays for panda3D. Check this, this, and this for more information. Using Cerebro on a Mac, I got the following error: Known pipe types: CocoaGraphicsPipe (all display modules loaded.) :display:cocoadisplay(error): Could not find a usable pixel format. :ShowBase(warning): Unable to open 'offscreen' window. --------------------------------------------------------------------------- Exception Traceback (most recent call last) /var/folders/mb/mnhgjxwn2wxb7k5156lj9n90000169/T/ipykernel_41082/2455277826.py in <cell line: 1>() ----> 1 my_brain_viewer = cbv.Cerebro_brain_viewer(offscreen=True, background_color=(1,1,1,0),) 2 3 surface = 'pial' 4 surface_model = my_brain_viewer.load_template_GIFTI_cortical_surface_models(surface) 5 ~/codes/environments/venv_3.8.10/lib/python3.8/site-packages/cerebro/cerebro_brain_viewer.py in __init__(self, background_color, view, null_color, no_color, offscreen) 56 self.camera_config = self.view_to_camera_config(self.view) 57 ---> 58 self.viewer = renderer.Renderer_panda3d(background_color=background_color, offscreen=offscreen, **self.camera_config) 59 60 # Create a dictionary for created objects ~/codes/environments/venv_3.8.10/lib/python3.8/site-packages/cerebro/renderer.py in __init__(self, **kwargs) 90 91 # view angle can be provided to renderer ---> 92 self.window = Cerebro_window(**kwargs) 93 94 def add_mesh(self, vertices, triangles, colors): ~/codes/environments/venv_3.8.10/lib/python3.8/site-packages/cerebro/cerebro_window.py in __init__(self, background_color, camera_pos, camera_target, camera_fov, camera_rotation, rotation_speed, movement_speed, zoom_speed, window_size, offscreen) 36 # Handle offscreen rendering 37 windowType = 'offscreen' if offscreen else None ---> 38 super().__init__(self, windowType=windowType) 39 40 # Initial configurations ~/codes/environments/venv_3.8.10/lib/python3.8/site-packages/direct/showbase/ShowBase.py in __init__(self, fStartDirect, windowType) 339 if (self.config.GetBool('read-raw-mice', 0)): 340 props.setRawMice(1) --> 341 self.openDefaultWindow(startDirect = False, props=props) 342 343 # The default is trackball mode, which is more convenient for ~/codes/environments/venv_3.8.10/lib/python3.8/site-packages/direct/showbase/ShowBase.py in openDefaultWindow(self, *args, **kw) 1024 del kw['startDirect'] 1025 -> 1026 self.openMainWindow(*args, **kw) 1027 1028 if startDirect: ~/codes/environments/venv_3.8.10/lib/python3.8/site-packages/direct/showbase/ShowBase.py in openMainWindow(self, *args, **kw) 1059 1060 # Open a new window. -> 1061 self.openWindow(*args, **kw) 1062 if self.win is None: 1063 self.win = oldWin ~/codes/environments/venv_3.8.10/lib/python3.8/site-packages/direct/showbase/ShowBase.py in openWindow(self, props, fbprops, pipe, gsg, host, type, name, size, aspectRatio, makeCamera, keepCamera, scene, stereo, unexposedDraw, callbackWindowDict, requireWindow) 804 # Unless require-window is set to false, it is an 805 # error not to open a window. --> 806 raise Exception('Could not open window.') 807 else: 808 self.notify.info("Successfully opened window of type %s (%s)" % ( Exception: Could not open window. Resolved by this commit.
gharchive/issue
2023-05-02T07:39:21
2025-04-01T04:35:52.634664
{ "authors": [ "sina-mansour" ], "repo": "sina-mansour/Cerebro_Viewer", "url": "https://github.com/sina-mansour/Cerebro_Viewer/issues/17", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
48268676
add configurable keyboard shortcuts Add configurable keyboard shortcuts to launch esformatter without opening the command palette first. for anyone that pops by here due to google : CMD + , > Click your keymap file Paste / Add: 'atom-text-editor': 'ctrl-alt-f': 'esformatter'
gharchive/issue
2014-11-10T14:19:27
2025-04-01T04:35:52.667736
{ "authors": [ "malko", "romant" ], "repo": "sindresorhus/atom-esformatter", "url": "https://github.com/sindresorhus/atom-esformatter/issues/3", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
143237788
Is there a way to configure maxDepth of power-assert in ava? I'm using ava since some time, it works like a charm! Thanks. One issue I regularly encounter is that I'm having unit tests which compare arrays containing objects. When a test fails, the nested contents of these arrays is not displayed, making it very hard to compare (I have to manually insert console.logs to output actual and expected arrays). The power-assert library has options like maxDepth (1 by default), which I would like to configure with a higher value in order to see the nested contents of my arrays. Is there a way to pass configuration to power-assert via ava? If not, it would be great if support for this could be implemented. I would honestly prefer we handled most cases nicely by default. Adding options is last resort. Can you link to the power-assert options docs? @twada Any way we could handle this case nicely automatically? Sure, the options of power-assert-formatter are described here: https://github.com/power-assert-js/power-assert-formatter#var-formatter--createformatteroptions The constructor createFormatter(options) is used here in ava: https://github.com/sindresorhus/ava/blob/master/lib/enhance-assert.js#L43-L53 function formatter() { var powerAssertFormatter = require('power-assert-formatter'); var powerAssertRenderers = require('power-assert-renderers'); return powerAssertFormatter({ renderers: [ powerAssertRenderers.AssertionRenderer, powerAssertRenderers.SuccinctRenderer ] }); } So as a workaround I changed this to the following in my local installation of ava: function formatter() { var powerAssertFormatter = require('power-assert-formatter'); var powerAssertRenderers = require('power-assert-renderers'); return powerAssertFormatter({ maxDepth: 5, renderers: [ powerAssertRenderers.AssertionRenderer, powerAssertRenderers.SuccinctRenderer ] }); } (but that breaks with every update of my dependencies so it's not really practical) Personally I think the best default value for maxDepth would be a large value, it's better to output the whole data structure then to hide part of it. @josdejong Right, and you can dump everything if you set maxDepth: 0 However when you dump everything, you also find that some objects are really huge (e.g. DOM) and your terminal will be overwhelmed with such dumps. Therefore I decided to set default depth to shallow enough (yes, 1. But sometimes I also feel it's too shallow) I've found that formatter is used at ava/api.js, near enough to the options. However, Adding options is last resort. @sindresorhus Agreed. Any way we could handle this case nicely automatically? @sindresorhus Not yet. But it's worth trying. Thanks @twada , I didn't know about the maxDepth: 0. You will always need to some limitation to prevent too large outputs like maxDepth does. But there are also always cases where you need to see more then the configured limit. It would indeed be nicest not to introduce new options. Just thinking aloud, can we reuse the existing option --verbose to output objects without limit? Just thinking aloud, can we reuse the existing option --verbose to output objects without limit? Currently --verbose selects a more verbose reporter which shows all test titles. I'm not sure it should impact power-assert depth, that feels like another level of verbosity. What @novemberborn said. Yeah, this is an issue for me. I have a simple object that is two levels deep and I'm seeing Object{model:"rgb",value:#Array#} which doesn't help me at all. I'm :+1: for changing the default depth to 3. I'm :+1: on changing the default depth to 3, however would you wait for landing of #703 ? however would you wait for landing of #703 ? I don't think increasing to 3 would make things any worse. I believe the whole object get's serialized anyways. It is just the renderer that changes depth. Yea, we can do this regardless of #703. Okay, let's go ahead :wink: Thanks for picking this up! thanks everyone!!
gharchive/issue
2016-03-24T12:59:45
2025-04-01T04:35:52.679282
{ "authors": [ "Qix-", "jamestalmage", "josdejong", "novemberborn", "sindresorhus", "twada" ], "repo": "sindresorhus/ava", "url": "https://github.com/sindresorhus/ava/issues/681", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1297082927
Add Cosmos SDK [Insert URL to the list here] https://github.com/cosmos/awesome-cosmos [Explain what this list is about and why it should be included here] This list is about the Cosmos SDK which is a framework for building blockchains, similar to Substrate. It is mostly relevant for developers to help them find resources and start building in the Cosmos ecosystem. By submitting this pull request I confirm I've read and complied with the below requirements 🖖 Please read it multiple times. I spent a lot of time on these guidelines and most people miss a lot. Requirements for your pull request Don't waste my time. Do a good job, adhere to all the guidelines, and be responsive. You have to review at least 2 other open pull requests. Try to prioritize unreviewed PRs, but you can also add more comments to reviewed PRs. Go through the below list when reviewing. This requirement is meant to help make the Awesome project self-sustaining. Comment here which PRs you reviewed. You're expected to put a good effort into this and to be thorough. Look at previous PR reviews for inspiration. Just commenting “looks good” or simply marking the pull request as approved does not count! You have to actually point out mistakes or improvement suggestions. You have read and understood the instructions for creating a list. This pull request has a title in the format Add Name of List. ✅ Add Swift ✅ Add Software Architecture ❌ Update readme.md ❌ Add Awesome Swift ❌ Add swift ❌ add Swift ❌ Adding Swift ❌ Added Swift Your entry here should include a short description about the project/theme of the list. It should not describe the list itself. The first character should be uppercase and the description should end in a dot. It should be an objective description and not a tagline or marketing blurb. ✅ - [iOS](…) - Mobile operating system for Apple phones and tablets. ✅ - [Framer](…) - Prototyping interactive UI designs. ❌ - [iOS](…) - Resources and tools for iOS development. ❌ - [Framer](…) ❌ - [Framer](…) - prototyping interactive UI designs Your entry should be added at the bottom of the appropriate category. The title of your entry should be title-cased and the URL to your list should end in #readme. Example: - [Software Architecture](https://github.com/simskij/awesome-software-architecture#readme) - The discipline of designing and building software. The suggested Awesome list complies with the below requirements. Requirements for your Awesome list Has been around for at least 30 days.That means 30 days from either the first real commit or when it was open-sourced. Whatever is most recent. Don't open a Draft / WIP pull request while you work on the guidelines. A pull request should be 100% ready and should adhere to all the guidelines when you open it. Instead use #2242 for incubation visibility. Run awesome-lint on your list and fix the reported issues. If there are false-positives or things that cannot/shouldn't be fixed, please report it. The default branch should be named main, not master. Includes a succinct description of the project/theme at the top of the readme. (Example) ✅ Mobile operating system for Apple phones and tablets. ✅ Prototyping interactive UI designs. ❌ Resources and tools for iOS development. ❌ Awesome Framer packages and tools. It's the result of hard work and the best I could possibly produce. If you have not put in considerable effort into your list, your pull request will be immediately closed. The repo name of your list should be in lowercase slug format: awesome-name-of-list. ✅ awesome-swift ✅ awesome-web-typography ❌ awesome-Swift ❌ AwesomeWebTypography The heading title of your list should be in title case format: # Awesome Name of List. ✅ # Awesome Swift ✅ # Awesome Web Typography ❌ # awesome-swift ❌ # AwesomeSwift Non-generated Markdown file in a GitHub repo. The repo should have awesome-list & awesome as GitHub topics. I encourage you to add more relevant topics. Not a duplicate. Please search for existing submissions. Only has awesome items. Awesome lists are curations of the best, not everything. Does not contain items that are unmaintained, has archived repo, deprecated, or missing docs. If you really need to include such items, they should be in a separate Markdown file. Includes a project logo/illustration whenever possible. Either centered, fullwidth, or placed at the top-right of the readme. (Example) The image should link to the project website or any relevant website. The image should be high-DPI. Set it to maximum half the width of the original image. Entries have a description, unless the title is descriptive enough by itself. It rarely is though. Includes the Awesome badge. Should be placed on the right side of the readme heading. Can be placed centered if the list has a centered graphics header. Should link back to this list. Has a Table of Contents section. Should be named Contents, not Table of Contents. Should be the first section in the list. Should only have one level of nested lists, preferably none. Must not feature Contributing or Footnotes sections. Has an appropriate license. We strongly recommend the CC0 license, but any Creative Commons license will work. Tip: You can quickly add it to your repo by going to this URL: https://github.com/<user>/<repo>/community/license/new?branch=main&template=cc0-1.0 (replace <user> and <repo> accordingly). A code license like MIT, BSD, Apache, GPL, etc, is not acceptable. Neither are WTFPL and Unlicense. Place a file named license or LICENSE in the repo root with the license text. Do not add the license name, text, or a Licence section to the readme. GitHub already shows the license name and link to the full text at the top of the repo. To verify that you've read all the guidelines, please comment on your pull request with just the word unicorn. Has contribution guidelines. The file should be named contributing.md. Casing is up to you. It can optionally be linked from the readme in a dedicated section titled Contributing, positioned at the top or bottom of the main content. The section should not appear in the Table of Contents. All non-important but necessary content (like extra copyright notices, hyperlinks to sources, pointers to expansive content, etc) should be grouped in a Footnotes section at the bottom of the readme. The section should not be present in the Table of Contents. Has consistent formatting and proper spelling/grammar. The link and description are separated by a dash. Example: - [AVA](…) - JavaScript test runner. The description starts with an uppercase character and ends with a period. Consistent and correct naming. For example, Node.js, not NodeJS or node.js. Doesn't use hard-wrapping. Doesn't include a Travis badge.You can still use Travis for list linting, but the badge has no value in the readme. Doesn't include an Inspired by awesome-foo or Inspired by the Awesome project kinda link at the top of the readme. The Awesome badge is enough. Go to the top and read it again. Hi there! Thanks for the list, I didn't know about Cosmos Blockchain I saw that the list is using Apache-2.0 License. Would you consider switching to the Creative Commons Zero v1.0 Universal or MIT License instead? I also saw that you fixed all the lint issues! ✅ 😄 @radkomih thanks for the PR. I've implemented in comments from here. Could you change the link to cosmos/awesome-cosmos ? Hey @sindresorhus, do you think the list is ready to go? The only issue which I see - seems you don't review any PRs as for "You have to review at least 2 other open pull requests." https://github.com/sindresorhus/awesome/pulls?q=type%3Apr+reviewed-by%3Aradkomih This still needs to be done. Consistent and correct naming. For example, Node.js, not NodeJS or node.js. I see both Cosmos, Cosmos SDK, and cosmos. discord => Discord Consistent and correct naming. For example, Node.js, not NodeJS or node.js. I see both Cosmos, Cosmos SDK, and cosmos. Cosmos and Cosmos SDK mean different things in the ecosystem. I've updated the Discord typo 👍🏾 Nice I believe all feedback has been implemented now right? 🤔 Plsss fix to auto my phone I recommend submitting a new PR. But make sure all the guidelines are followed.
gharchive/pull-request
2022-07-07T09:20:39
2025-04-01T04:35:52.713539
{ "authors": [ "Bunos07", "Cplus360", "aleixmorgadas", "julienrbrt", "radkomih", "sindresorhus" ], "repo": "sindresorhus/awesome", "url": "https://github.com/sindresorhus/awesome/pull/2316", "license": "CC0-1.0", "license_type": "permissive", "license_source": "github-api" }
926113066
pageres swamping server with requests Fresh pageres-cli installed today, it hammers the server with repeat requests before ultimately stopping and successfully producing the screenshot. I noticed the issue on a production server when the generated screenshots were all errors with HTTP code 429 ("too many requests"). $ pageres http://www.mytestsite.com Server logs, see timestamps (goes much faster on production server) www.mytestsite.com "127.0.0.1" - - [21/Jun/2021:14:08:55 +0300] "GET / HTTP/1.1" 200 5736 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/88.0.4298.0 Safari/537.36" 0.045 "- : 0.044" www.mytestsite.com "127.0.0.1" - - [21/Jun/2021:14:08:55 +0300] "GET / HTTP/1.1" 304 502 "http://www.mytestsite.com/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/88.0.4298.0 Safari/537.36" 0.042 "- : 0.040" www.mytestsite.com "127.0.0.1" - - [21/Jun/2021:14:08:56 +0300] "GET / HTTP/1.1" 304 502 "http://www.mytestsite.com/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/88.0.4298.0 Safari/537.36" 0.046 "- : 0.048" www.mytestsite.com "127.0.0.1" - - [21/Jun/2021:14:08:56 +0300] "GET / HTTP/1.1" 304 502 "http://www.mytestsite.com/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/88.0.4298.0 Safari/537.36" 0.047 "- : 0.048" www.mytestsite.com "127.0.0.1" - - [21/Jun/2021:14:08:56 +0300] "GET / HTTP/1.1" 304 502 "http://www.mytestsite.com/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/88.0.4298.0 Safari/537.36" 0.148 "- : 0.148" www.mytestsite.com "127.0.0.1" - - [21/Jun/2021:14:08:56 +0300] "GET / HTTP/1.1" 304 502 "http://www.mytestsite.com/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/88.0.4298.0 Safari/537.36" 0.049 "- : 0.048" www.mytestsite.com "127.0.0.1" - - [21/Jun/2021:14:08:56 +0300] "GET / HTTP/1.1" 304 502 "http://www.mytestsite.com/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/88.0.4298.0 Safari/537.36" 0.046 "- : 0.048" www.mytestsite.com "127.0.0.1" - - [21/Jun/2021:14:08:56 +0300] "GET / HTTP/1.1" 304 502 "http://www.mytestsite.com/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/88.0.4298.0 Safari/537.36" 0.044 "- : 0.044" www.mytestsite.com "127.0.0.1" - - [21/Jun/2021:14:08:57 +0300] "GET / HTTP/1.1" 304 502 "http://www.mytestsite.com/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/88.0.4298.0 Safari/537.36" 0.045 "- : 0.044" www.mytestsite.com "127.0.0.1" - - [21/Jun/2021:14:08:57 +0300] "GET / HTTP/1.1" 304 502 "http://www.mytestsite.com/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/88.0.4298.0 Safari/537.36" 0.061 "- : 0.060" www.mytestsite.com "127.0.0.1" - - [21/Jun/2021:14:08:57 +0300] "GET / HTTP/1.1" 304 502 "http://www.mytestsite.com/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/88.0.4298.0 Safari/537.36" 0.055 "- : 0.056" www.mytestsite.com "127.0.0.1" - - [21/Jun/2021:14:08:57 +0300] "GET / HTTP/1.1" 304 502 "http://www.mytestsite.com/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/88.0.4298.0 Safari/537.36" 0.044 "- : 0.044" www.mytestsite.com "127.0.0.1" - - [21/Jun/2021:14:08:57 +0300] "GET / HTTP/1.1" 304 502 "http://www.mytestsite.com/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/88.0.4298.0 Safari/537.36" 0.064 "- : 0.064" www.mytestsite.com "127.0.0.1" - - [21/Jun/2021:14:08:57 +0300] "GET / HTTP/1.1" 304 502 "http://www.mytestsite.com/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/88.0.4298.0 Safari/537.36" 0.052 "- : 0.052" www.mytestsite.com "127.0.0.1" - - [21/Jun/2021:14:08:58 +0300] "GET / HTTP/1.1" 304 502 "http://www.mytestsite.com/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/88.0.4298.0 Safari/537.36" 0.052 "- : 0.052" www.mytestsite.com "127.0.0.1" - - [21/Jun/2021:14:08:58 +0300] "GET / HTTP/1.1" 304 502 "http://www.mytestsite.com/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/88.0.4298.0 Safari/537.36" 0.054 "- : 0.052" www.mytestsite.com "127.0.0.1" - - [21/Jun/2021:14:08:58 +0300] "GET / HTTP/1.1" 304 502 "http://www.mytestsite.com/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/88.0.4298.0 Safari/537.36" 0.052 "- : 0.052" www.mytestsite.com "127.0.0.1" - - [21/Jun/2021:14:08:58 +0300] "GET / HTTP/1.1" 304 502 "http://www.mytestsite.com/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/88.0.4298.0 Safari/537.36" 0.045 "- : 0.044" www.mytestsite.com "127.0.0.1" - - [21/Jun/2021:14:08:58 +0300] "GET / HTTP/1.1" 304 502 "http://www.mytestsite.com/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/88.0.4298.0 Safari/537.36" 0.043 "- : 0.044" www.mytestsite.com "127.0.0.1" - - [21/Jun/2021:14:08:58 +0300] "GET / HTTP/1.1" 304 502 "http://www.mytestsite.com/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/88.0.4298.0 Safari/537.36" 0.042 "- : 0.040" www.mytestsite.com "127.0.0.1" - - [21/Jun/2021:14:08:58 +0300] "GET / HTTP/1.1" 304 502 "http://www.mytestsite.com/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/88.0.4298.0 Safari/537.36" 0.051 "- : 0.048" www.mytestsite.com "127.0.0.1" - - [21/Jun/2021:14:08:58 +0300] "GET / HTTP/1.1" 304 502 "http://www.mytestsite.com/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/88.0.4298.0 Safari/537.36" 0.048 "- : 0.048" www.mytestsite.com "127.0.0.1" - - [21/Jun/2021:14:08:59 +0300] "GET / HTTP/1.1" 304 502 "http://www.mytestsite.com/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/88.0.4298.0 Safari/537.36" 0.039 "- : 0.040" www.mytestsite.com "127.0.0.1" - - [21/Jun/2021:14:08:59 +0300] "GET / HTTP/1.1" 304 502 "http://www.mytestsite.com/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/88.0.4298.0 Safari/537.36" 0.056 "- : 0.056" www.mytestsite.com "127.0.0.1" - - [21/Jun/2021:14:08:59 +0300] "GET / HTTP/1.1" 304 502 "http://www.mytestsite.com/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/88.0.4298.0 Safari/537.36" 0.055 "- : 0.052" www.mytestsite.com "127.0.0.1" - - [21/Jun/2021:14:08:59 +0300] "GET / HTTP/1.1" 304 502 "http://www.mytestsite.com/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/88.0.4298.0 Safari/537.36" 0.044 "- : 0.044" www.mytestsite.com "127.0.0.1" - - [21/Jun/2021:14:08:59 +0300] "GET / HTTP/1.1" 304 502 "http://www.mytestsite.com/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/88.0.4298.0 Safari/537.36" 0.042 "- : 0.044" www.mytestsite.com "127.0.0.1" - - [21/Jun/2021:14:08:59 +0300] "GET / HTTP/1.1" 304 502 "http://www.mytestsite.com/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/88.0.4298.0 Safari/537.36" 0.042 "- : 0.044" www.mytestsite.com "127.0.0.1" - - [21/Jun/2021:14:09:00 +0300] "GET / HTTP/1.1" 304 502 "http://www.mytestsite.com/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/88.0.4298.0 Safari/537.36" 0.063 "- : 0.064" [...] I just tried on a local web-server and I cannot reproduce this. It correctly does a single request. Pageres doesn't have any retry logic, so either there's a bug in Puppeteer or the server is misconfigured. Thanks for the reply. I witnessed that on two servers. Let me know if you're interested in a URL to check it out -- I'll just have to send it to you privately. On Wed, Jun 23, 2021 at 05:03:56AM -0700, Sindre Sorhus wrote: I just tried on a local web-server and I cannot reproduce this. It correctly does a single request. Pageres doesn't have any retry logic, so either there's a bug in Puppeteer or the server is misconfigured. -- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/sindresorhus/pageres/issues/416#issuecomment-866777325 Try the latest version: https://github.com/sindresorhus/pageres/releases/tag/v7.0.0 It may have resolved the issue.
gharchive/issue
2021-06-21T11:20:20
2025-04-01T04:35:52.810257
{ "authors": [ "J-F-M", "sindresorhus" ], "repo": "sindresorhus/pageres", "url": "https://github.com/sindresorhus/pageres/issues/416", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
330335838
Filter for files in pull requests It would be very helpful to be able to filter the files in a pull request based on extension and/or name. For example, we have a repo using graphql, but I know the only files I care about in the pull request are the other files (and in some cases vice versa) Refer to https://github.com/sindresorhus/refined-github/pull/1085#issuecomment-368478152 My apologies, I missed that issue. Too bad, all the existing solutions I tried so far are broken 😥 Time to really learn how to make Chrome extensions! No worries, it was hard to find. Time to really learn how to make Chrome extensions! Looking forward to seeing this extension! It's been asked a few times
gharchive/issue
2018-06-07T15:56:21
2025-04-01T04:35:52.812965
{ "authors": [ "M-Zuber", "bfred-it" ], "repo": "sindresorhus/refined-github", "url": "https://github.com/sindresorhus/refined-github/issues/1367", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
599175848
Bugs and Issues tabs are selected at the same time after the Back button You're on this issue (it works with any issue, not just bugs) Click the repository’s Code tab Go back in the browser (history.back()) Semi-related possible enhancement: the bugs tab should be selected when opening a "bug" issue like this one And here https://github.com/sindresorhus/refined-github/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc+label%3Abug
gharchive/issue
2020-04-13T22:34:31
2025-04-01T04:35:52.815089
{ "authors": [ "fregante", "yakov116" ], "repo": "sindresorhus/refined-github", "url": "https://github.com/sindresorhus/refined-github/issues/3001", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
644167182
Feature/support trailing slashes What: Adds supporting and validation for trailing slashes. Why: #37 was requested for this :) How: Mostly kept the functions for scopes and services separate. Changed the code of validation of services to behave as scopes validation does. Added some tests and included the trailing package creation for the patch. @joeldenning i think we could also remove all service/* package in delete. Is that something we should add?
gharchive/pull-request
2020-06-23T21:44:55
2025-04-01T04:35:52.825153
{ "authors": [ "BartJanvanAssen" ], "repo": "single-spa/import-map-deployer", "url": "https://github.com/single-spa/import-map-deployer/pull/60", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2034449450
Add light mode to the app Issue number #20 is now fixed. Now I have made the necessary changes to make the UI look good. Secondly, now I have used tailwind css instead of vanilla css which I have used earlier. Please check now. preview : https://github.com/singodiyashubham87/ScrapeIt/assets/126085856/e19a250d-dccf-4ddb-9aeb-9100f096adbb I am contributing under Kharagpur Winter Of Code. @ayann07 Fix the GitHub logo in light mode and also resolve merge conflicts to your PR.
gharchive/pull-request
2023-12-10T16:54:01
2025-04-01T04:35:52.837230
{ "authors": [ "ayann07", "singodiyashubham87" ], "repo": "singodiyashubham87/ScrapeIt", "url": "https://github.com/singodiyashubham87/ScrapeIt/pull/58", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1056572884
Add github actions to run tests Run github actions with php 7.3, 7.4, 8.0, 8.1, 8.2 Bump min php 7.3 to match phpunit test requirement Add sodium to composer suggestion Add package to avoid dependencies with known security vulnerabilities closes #117 The travis script seems way more complex. This is more basic and can be extended. A run looks like this: https://github.com/Rotzbua/openpgp-php/actions/runs/1473401145 @singpolyma Interested? If yes I will solve the merge conflicts otherwise I will close this PR.
gharchive/pull-request
2021-11-17T19:57:01
2025-04-01T04:35:52.839485
{ "authors": [ "Rotzbua" ], "repo": "singpolyma/openpgp-php", "url": "https://github.com/singpolyma/openpgp-php/pull/118", "license": "unlicense", "license_type": "permissive", "license_source": "bigquery" }
2549134305
What is the library about ? I landed on this repo from Manim Community Plugins page Issue Currently i have no idea how to use the library as there is no documentation and looking at source code i feel there aren't many algorithms in library too and i am not entirely sure on the objective , whether it is the data structures or a provision for classic algorithms. Background I am actually a beginner to manim , and im learning manim to practice algorithmic problems from leetcode , cses and etc. I wanted to preserve my knowledge by making quick animations to give myself quick reminders to my problems Solutions I'd like to connect and contribute to the library to ease the work of making algorithmic explanations. This library is currently in the internal development stage, trying some encapsulations to better allow Manim to display algorithms and data structures, such as linked lists/arrays/binary trees, etc. In fact, I didn't plan to make this project public in the short term until it reached a certain scale, but it seems that the Manim community's spider found it. If you have any requests or suggestions to this project, welcome to leave message.
gharchive/issue
2024-09-25T22:57:03
2025-04-01T04:35:52.853433
{ "authors": [ "Aryaman-chandra", "sinianluoye" ], "repo": "sinianluoye/manim-algorithm", "url": "https://github.com/sinianluoye/manim-algorithm/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1158095672
How to build speech_recognizer kmodel?! Hi guys I successfully implemented the speech_recognizer example. But I can not use my keywords in own acoustic model. I have a problem converting the tflite model to kmodel with the nncase. Can anyone help? I have encountered the same problem. The official tutorial is trained with pictures. I don't know how to train my own voice model either. Have you solved it? I have encountered the same problem. The official tutorial is trained with pictures. I don't know how to train my own voice model either. Have you solved it? Unfortunately no
gharchive/issue
2022-03-03T08:08:19
2025-04-01T04:35:52.886670
{ "authors": [ "hammerrrrrrrrrrrr", "mhsh68y" ], "repo": "sipeed/MaixPy_scripts", "url": "https://github.com/sipeed/MaixPy_scripts/issues/122", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1105970403
Error Response Reporting Need to report non-2XX statuses to the user Resolved by #16
gharchive/issue
2022-01-17T15:06:35
2025-04-01T04:35:52.889645
{ "authors": [ "dillonredding" ], "repo": "siren-js/api-browser", "url": "https://github.com/siren-js/api-browser/issues/11", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
266150951
Need help with attaching doc field value to message Hi! My watcher is the follows: { "_index": "watcher", "_type": "sentinl-watcher", "_id": "5wlapre3nus-1c4h3d0sy02-qdrorz4cvpj", "_version": 110, "found": true, "_source": { "title": "test_topics", "disable": false, "report": false, "trigger": { "schedule": { "later": "every 5 mins" } }, "input": { "search": { "request": { "index": "metrics-*", "body": { "_source": [ "kafka.topic" ], "size": 0, "query": { "bool": { "filter": [ { "range": { "@timestamp": { "gte": "now-7d" } } } ] } }, "aggs": { "my_agg1": { "terms": { "field": "kafka.topic" }, "aggs": { "1": { "range": { "field": "@timestamp", "ranges": [ { "from": "now-5m", "to": "now" } ] } } } } } } } } }, "condition": { "script": { "script": "var match=false; payload.aggregations.my_agg1.buckets.forEach(function(e) {e.1.buckets.forEach(function(e1){ if (e1.doc_count<50) {match=true}});});match" } }, "transform": { "script": { "script": "payload.empty_topics=[];payload.aggregations.my_agg1.buckets.forEach(function(e){e.1.buckets.forEach(function(e1){if (e1.doc_count<50){payload.empty_topics.push({topic:e.key});}});});" } }, "actions": { "undefined": { "throttle_period": "0h0m1s", "console": { "message": "Test4 message:{{#payload.empty_topics}}Topic: {{topic}} has <50 records since last 5 minutes!{{/payload.empty_topics}}" } } } } } The search results are: { "took": 2090, "timed_out": false, "num_reduce_phases": 3, "_shards": { "total": 1160, "successful": 1160, "failed": 0 }, "hits": { "total": 146510242, "max_score": 0, "hits": [] }, "aggregations": { "my_agg1": { "doc_count_error_upper_bound": 0, "sum_other_doc_count": 0, "buckets": [ { "1": { "buckets": [ { "key": "2017-10-17T13:28:23.862Z-2017-10-17T13:33:23.862Z", "from": 1508246903862, "from_as_string": "2017-10-17T13:28:23.862Z", "to": 1508247203862, "to_as_string": "2017-10-17T13:33:23.862Z", "doc_count": 39217 } ] }, "key": "proxmox", "doc_count": 68392561 }, { "1": { "buckets": [ { "key": "2017-10-17T13:28:23.862Z-2017-10-17T13:33:23.862Z", "from": 1508246903862, "from_as_string": "2017-10-17T13:28:23.862Z", "to": 1508247203862, "to_as_string": "2017-10-17T13:33:23.862Z", "doc_count": 29141 } ] }, "key": "collectd", "doc_count": 58436787 }, { "1": { "buckets": [ { "key": "2017-10-17T13:28:23.862Z-2017-10-17T13:33:23.862Z", "from": 1508246903862, "from_as_string": "2017-10-17T13:28:23.862Z", "to": 1508247203862, "to_as_string": "2017-10-17T13:33:23.862Z", "doc_count": 7890 } ] }, "key": "vmware", "doc_count": 15559605 }, { "1": { "buckets": [ { "key": "2017-10-17T13:28:23.862Z-2017-10-17T13:33:23.862Z", "from": 1508246903862, "from_as_string": "2017-10-17T13:28:23.862Z", "to": 1508247203862, "to_as_string": "2017-10-17T13:33:23.862Z", "doc_count": 2293 } ] }, "key": "telegraf", "doc_count": 4040653 }, { "1": { "buckets": [ { "key": "2017-10-17T13:28:23.862Z-2017-10-17T13:33:23.862Z", "from": 1508246903862, "from_as_string": "2017-10-17T13:28:23.862Z", "to": 1508247203862, "to_as_string": "2017-10-17T13:33:23.862Z", "doc_count": 36 <--------- value } ] }, "key": "telegraf2", <----------- key "doc_count": 80636 } ] } } } Now I need to make the alarm, when the inner bucket doc_count (see the value with arrow above) is less than 50. It seems everything is works as expected, but I have troubles with adding the key value from the parent aggregation level to the action console message: I've got only: "message": "Test4 message:" with no payload.empty_topics.topic value which added in my transform section. The expected text is the following (based on example data above): Test4: Topic: telegraf2 has <50 records since last 5 minutes! How to fix this? Thanks in advance. When the alarm was created, there is no custom param payload.empty_topics.topic was added to the payload. A few questions: 1)How to add them properly? 2) how to separate alarms by key value and show this key in message body if more than one topic has <50 doc_count? Hi @aquaman2 The logic is correct, but you have a few syntax issues equally distributed :) Check this fiddle out and see the notes below: http://jsfiddle.net/e50L6acg/embedded/result/ Action Template The iteration was wrong - the object is {{#empty_topics}} instead of {{#payload.empty_topics}} Test4 message:{{#empty_topics}}Topic: {{topic}} has less than 50 records since last 5 minutes!{{/empty_topics}} Condition You need to target e[1] instead of e.1. which is invalid var match=false; payload.aggregations.my_agg1.buckets.forEach(function(e) {e[1].buckets.forEach(function(e1){ if (e1.doc_count<50) {match=true}});});match; Transform You need to target e[1] instead of e.1. which is invalid payload.empty_topics=[];payload.aggregations.my_agg1.buckets.forEach(function(e){e[1].buckets.forEach(function(e1){if (e1.doc_count<50){payload.empty_topics.push({topic:e.key});}});});``` Here's an updated version with multiple matching conditions: http://jsfiddle.net/e50L6acg/1/embedded/result/ You'll have to adjust newline style based on your delivery method. I hope this helps! Hi @https://github.com/lmangani! Many thanks for you detailed explanations! Now it seems more clear for me! :) But how about multiple alarms by each key with the key value in the action message? Could you advice? No problem! Check the second fiddle, i already changed it to report 2 different matches from the payload. Hi lmangani! I've made several tests. First, in the jsfiddle the body mustache template works fine with {{#empty_topics}}, instead of sentinl: it needs full path like {{#payload.empty_topics}}. But for me still unclear is it possible to make N separate alarms from one watcher, when N key in search result match the condition? And if yes, how I can achieve this?
gharchive/issue
2017-10-17T14:37:46
2025-04-01T04:35:52.901460
{ "authors": [ "aquaman2", "lmangani" ], "repo": "sirensolutions/sentinl", "url": "https://github.com/sirensolutions/sentinl/issues/232", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2472648851
Display - Number of existing/build ships when you check the design in the overview show Number of existing/build ships It should also show damage. Thanks!
gharchive/issue
2024-08-19T07:25:37
2025-04-01T04:35:52.912906
{ "authors": [ "ccmaster001", "sirgwain" ], "repo": "sirgwain/craig-stars", "url": "https://github.com/sirgwain/craig-stars/issues/365", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2391896304
Undocumented; Admin Panel 'toast' & 'Bookmark assets' what is it for? ? Toasts are one time notifications that can show up after migrating to a new version. Assets are files like HTML snapshots, only available in the plus Docker image.
gharchive/issue
2024-07-05T06:11:20
2025-04-01T04:35:52.927120
{ "authors": [ "Drallas", "sissbruecker" ], "repo": "sissbruecker/linkding", "url": "https://github.com/sissbruecker/linkding/issues/774", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1356701880
사용자 펀딩 결제 모듈 Why? 사용자 펀딩을 위한 프로젝트 별 What? 프로젝트별 펀딩 모듈 분리해 보이기 Flow [ ] 외부 결제시스템 비교 [ ] API [ ] 보안 요구사항 점검 [ ] 보안 테스트 @siyoungoh 동시접속자 트래픽 관련 문제는 #2 여기서 논의하시죠~ 넵 description 수정해두었습니다!
gharchive/issue
2022-08-31T03:20:30
2025-04-01T04:35:52.956383
{ "authors": [ "siyoungoh" ], "repo": "siyoungoh/sample-repo", "url": "https://github.com/siyoungoh/sample-repo/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1394013688
Bitbucket:438 ノートの移動ができない そんな話を聞いた。 Software: Pe Version: 0.77.0.340-75a795df76be9481c864cad68de224aa7bac7ed6 BuildType: RELEASE Process: 64 Platform: 64 OS: Microsoft Windows NT 6.2.9200.0 CLR: v4.0.30319 BitBucket から移植 項目 内容 元課題 #438 起票日時 2016-04-14T23:19:35Z 起票者 sk_0520 DPIに関連してるっぽい。 再現環境がないから変に修正はできんなぁ。 BitBucket から移植 項目 内容 元コメント #438 コメント コメント日時 2016-05-04T16:39:14Z コメントユーザー sk_0520 がんばるるるる~ BitBucket から移植 項目 内容 元コメント #438 コメント コメント日時 2016-05-07T11:20:04Z コメントユーザー sk_0520 resolved #438 → 《cset 0fedad90fe8f》 BitBucket から移植 項目 内容 元コメント #438 コメント コメント日時 2016-05-07T11:45:44Z コメントユーザー sk_0520 Removing component: PeMain-Note (automated comment) BitBucket から移植 項目 内容 元コメント #438 コメント コメント日時 2020-02-24T21:18:23Z コメントユーザー sk_0520
gharchive/issue
2022-10-03T02:01:43
2025-04-01T04:35:52.980357
{ "authors": [ "sk-0520" ], "repo": "sk-0520/Pe", "url": "https://github.com/sk-0520/Pe/issues/438", "license": "WTFPL", "license_type": "permissive", "license_source": "github-api" }
484928462
chore: nodehello2 to 0.0.10 chore: Promote nodehello2 to version 0.0.10 [APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: To fully approve this pull request, please assign additional approvers. We suggest the following additional approvers: If they are not already assigned, you can assign the PR to them by writing /assign in a comment when ready. The full list of commands accepted by this bot can be found here. The pull request process is described here Needs approval from an approver in each of these files: OWNERS Approvers can indicate their approval by writing /approve in a comment Approvers can cancel approval by writing /approve cancel in a comment
gharchive/pull-request
2019-08-25T12:57:38
2025-04-01T04:35:53.009953
{ "authors": [ "skamalj" ], "repo": "skamalj/environment-lordroan-staging", "url": "https://github.com/skamalj/environment-lordroan-staging/pull/17", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
890147998
Properly skip compiling this file when TFM is .NET 5 or newer. People using .NET 6 and ns2.0 will be bitten by this when the attribute is already built into the BCL. The variable NET5_0_OR_GREATER isn't defined anywhere. What is ns2.0? I've published the version 1.0.1 of the package that potentially fixes your issue. The variable NET5_0_OR_GREATER isn't defined anywhere. What is ns2.0? ns2.0 is netstandard2.0 for short since I would like to use this in my source generators and Roslyn requires all source generators (which the build system uses internally) to target netstandard2.0. @AraHaan can you confirm if the latest version works for you? I'm closing this request since I've haven't heard back from you for 6 days. If it's a mistake, please reopen this request.
gharchive/pull-request
2021-05-12T14:26:38
2025-04-01T04:35:53.012852
{ "authors": [ "AraHaan", "skarllot" ], "repo": "skarllot/SkipLocalsInitAttribute.Sources", "url": "https://github.com/skarllot/SkipLocalsInitAttribute.Sources/pull/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
187843681
fix: Add TypeScript definitions. This aims to resolve the TypeScript portion of #754, by introducing a first-stab at definitions. Testing is tricky, but possible. The DefinitelyTyped repo has some nice infrastructure setup to test .d.ts files against example .ts files, e.g. react-global-tests.ts react-global.d.ts Something along these lines would make sense, but I don't have time at the moment to work on this.
gharchive/pull-request
2016-11-07T22:09:49
2025-04-01T04:35:53.014967
{ "authors": [ "bradleyayers" ], "repo": "skatejs/skatejs", "url": "https://github.com/skatejs/skatejs/pull/906", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
186937785
Save match-data around call to accept-process-output Unfortunately accept-process-output messes with the match-data. Figuring out why oset, when advised by closql, which transparently stores objects in an EmacSQL SQLite database and which I use in epkg, did change match-data was quite a journey, and when I had figured out that somehow oset is responsible I was already half way through it... ;-) Anyway, I would like to fix this as close to the source as possible and this is here. Please also create a new tag so that I can depend on a version which has this kludge. Interesting issue. Thinking about it, I can see exactly why this could happen. Every accept-process-output call should probably be guarded similarly since it's a limited form of cooperative multi-threading. Whatever arbitrary code that runs while waiting could mess with global state, the scope for match data isn't well-defined. Though it seems straightforward dynamically-scoped variables can be a bit awkward, too. Another good reason to use lexical-binding. Check out this little demo (evaluating each top-level form manually). ;;; -*- lexical-binding: t; -*- (defvar foo-var :default) ;; Create two pty processes (progn (setf foo-a (start-process "latch" nil nil)) (setf foo-b (start-process "latch" nil nil)) (set-process-filter foo-a (lambda (_ _) (setf foo-var :filter) (process-send-string foo-b "\n")))) (progn (let ((log (list foo-var))) (let ((foo-var :around)) (process-send-string foo-a "\n") (push foo-var log) (accept-process-output foo-b) (push foo-var log)) (push foo-var log) (nreverse log))) ;; => (:default :around :filter :default) ;; Cleanup (delete-process foo-a) (delete-process foo-b) Thanks a lot! To let for me to wrap my head around this now. Come for a bugfix - get something to think about ;-)
gharchive/pull-request
2016-11-02T22:31:22
2025-04-01T04:35:53.038587
{ "authors": [ "skeeto", "tarsius" ], "repo": "skeeto/emacsql", "url": "https://github.com/skeeto/emacsql/pull/22", "license": "unlicense", "license_type": "permissive", "license_source": "bigquery" }
922382571
Can I know the frame size where joints are extracted from? I want to get relative size and position of bounding boxes . Can I know the frame size where joints are extracted from? I want to get relative size and position of bounding boxes . @Haetsal-Lee what do you mean by the frame size exactly? We use VIBE to get the respective data from a curated set of classes. @Haetsal-Lee what do you mean by the frame size exactly? We use VIBE to get the respective data from a curated set of classes. I mean the frame size of video. I want to know width and height of each frame. In json files of Skeletics dataset you shared, there is a "bboxes" field. And there are stored as absolute coordinate. (Not by relative coordinates). And I want to get relative coordinate of bboxes. This is why I want to know the frame sizes you used. @Haetsal-Lee, the frame size for the videos is variable. @Haetsal-Lee, the frame size for the videos is variable. Yes yes I know that sizes are variable. And also when you download a video from Yotube, depending an option you choose sizes become different. @Haetsal-Lee We didn't specify the video size parameters and just downloaded the video uploaded to Youtube in its original dimensions.
gharchive/issue
2021-06-16T09:39:47
2025-04-01T04:35:53.041975
{ "authors": [ "Anirudh257", "Haetsal-Lee" ], "repo": "skelemoa/quovadis", "url": "https://github.com/skelemoa/quovadis/issues/8", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1938557999
Tech Debt (Total Project) Describe the feature in detail (code, mocks, or screenshots encouraged) #2115 Only fixes docs. Total project lint Will update with more information. What type of pull request would this be? Other Provide relevant links or additional information. No response │2D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\components\ConicGradient\ConicGradient.svelte │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\components\AppRail\AppRailTile.svelte │ 17:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 27:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\components\AppShell\AppShell.svelte │3 14:12 warning '$$Events' is defined but never used @typescript-eslint/no-unused-vars │ 17:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 27:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\components\AppShell\AppShell.svelte │ 14:12 warning '$$Events' is defined but never used @typescript-eslint/no-unused-vars │4D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\components\ConicGradient\ConicGradient.svelte │ 27:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\components\AppShell\AppShell.svelte │ 14:12 warning '$$Events' is defined but never used @typescript-eslint/no-unused-vars │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\components\ConicGradient\ConicGradient.svelte │5 36:27 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\components\AppShell\AppShell.svelte │ 14:12 warning '$$Events' is defined but never used @typescript-eslint/no-unused-vars │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\components\ConicGradient\ConicGradient.svelte │ 36:27 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │6 46:32 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-anylte │ 14:12 warning '$$Events' is defined but never used @typescript-eslint/no-unused-vars │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\components\ConicGradient\ConicGradient.svelte │ 36:27 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 46:32 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-anylte │7 50:19 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\components\ConicGradient\ConicGradient.svelte │ 36:27 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 46:32 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-anylte │ 50:19 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │8 56:10 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 36:27 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 46:32 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-anylte │ 50:19 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 56:10 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │9 61:24 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-anylte │ 46:32 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-anylte │ 50:19 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 56:10 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 61:24 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-anylte [10 lines collapsed]po\skeletonfork\packages\skeleton\src\lib\components\InputChip\InputChip.svelte │ 50:19 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 56:10 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 61:24 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-anylte │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\components\InputChip\InputChip.svelte │ 1 44:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 56:10 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 61:24 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-anylte │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\components\InputChip\InputChip.svelte │ 44:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 2 64:35 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 61:24 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-anylte │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\components\InputChip\InputChip.svelte │ 44:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 64:35 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 3:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\components\ListBox\ListBoxItem.svelteial.svelte │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\components\InputChip\InputChip.svelte │ 44:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 64:35 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\components\ListBox\ListBoxItem.svelteial.svelte │ 4 15:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 44:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 64:35 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\components\ListBox\ListBoxItem.svelteial.svelte │ 15:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 5 19:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 64:35 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\components\ListBox\ListBoxItem.svelteial.svelte │ 15:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 19:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 6 65:33 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\components\ListBox\ListBoxItem.svelteial.svelte │ 15:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 19:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 65:33 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 7:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\components\ProgressRadial\ProgressRadial.svelte │ 15:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 19:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 65:33 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\components\ProgressRadial\ProgressRadial.svelte │ 8 45:32 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 19:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 65:33 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\components\ProgressRadial\ProgressRadial.svelte │ 45:32 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 9:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\components\Radio\RadioItem.svelte │ 65:33 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\components\ProgressRadial\ProgressRadial.svelte │ 45:32 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\components\Radio\RadioItem.svelte │20 12:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\components\ProgressRadial\ProgressRadial.svelte │ 45:32 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\components\Radio\RadioItem.svelte │ 12:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 1 19:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 45:32 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\components\Radio\RadioItem.svelte │ 12:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 19:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 2:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\components\RangeSlider\RangeSlider.svelte │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\components\Radio\RadioItem.svelte │ 12:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 19:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\components\RangeSlider\RangeSlider.svelte │ 3 47:17 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 12:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 19:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\components\RangeSlider\RangeSlider.svelte │ 47:17 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 4:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\components\Tab\Tab.svelte │ 19:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\components\RangeSlider\RangeSlider.svelte │ 47:17 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\components\Tab\Tab.svelte │ 5 17:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\components\RangeSlider\RangeSlider.svelte │ 47:17 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\components\Tab\Tab.svelte │ 17:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 6 27:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 47:17 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\components\Tab\Tab.svelte │ 17:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 27:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 7:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\components\Table\utils.ts │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\components\Tab\Tab.svelte │ 17:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 27:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\components\Table\utils.ts │ 8 23:43 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 17:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 27:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\components\Table\utils.ts │ 23:43 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 9 23:67 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 27:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\components\Table\utils.ts │ 23:43 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 23:67 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │30 25:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\components\Table\utils.ts │ 23:43 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 23:67 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 25:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 1 32:43 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 23:43 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 23:67 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 25:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 32:43 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 2 32:51 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 23:67 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 25:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 32:43 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 32:51 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 3 37:43 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 25:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 32:43 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 32:51 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 37:43 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 4 37:67 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 32:43 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 32:51 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 37:43 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 37:67 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 5:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\utilities\CodeBlock\stores.ts │ 32:51 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 37:43 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 37:67 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\utilities\CodeBlock\stores.ts │ 6 3:41 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-anyny │ 37:43 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 37:67 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\utilities\CodeBlock\stores.ts │ 3:41 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-anyny │ 7:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\utilities\Drawer\types.ts │ 37:67 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\utilities\CodeBlock\stores.ts │ 3:41 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-anyny │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\utilities\Drawer\types.ts │ 8 10:9 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-anyy │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\utilities\CodeBlock\stores.ts │ 3:41 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-anyny │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\utilities\Drawer\types.ts │ 10:9 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-anyy │ 9:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\utilities\Modal\Modal.svelte │ 3:41 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-anyny │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\utilities\Drawer\types.ts │ 10:9 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-anyy │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\utilities\Modal\Modal.svelte │40 110:19 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\utilities\Drawer\types.ts │ 10:9 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-anyy │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\utilities\Modal\Modal.svelte │ 110:19 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 1:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\utilities\Modal\types.ts │ 10:9 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-anyy │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\utilities\Modal\Modal.svelte │ 110:19 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\utilities\Modal\types.ts │ 2 7:7 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\utilities\Modal\Modal.svelte │ 110:19 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\utilities\Modal\types.ts │ 7:7 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 3 26:10 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-anyy │ 110:19 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\utilities\Modal\types.ts │ 7:7 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 26:10 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-anyy │ 4 32:17 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-anyy │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\utilities\Modal\types.ts │ 7:7 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 26:10 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-anyy │ 32:17 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-anyy │ 5 44:9 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-anyy │ 7:7 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 26:10 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-anyy │ 32:17 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-anyy │ 44:9 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-anyy │ 6:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\utilities\Popup\popup.ts │ 26:10 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-anyy │ 32:17 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-anyy │ 44:9 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-anyy │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\utilities\Popup\popup.ts │ 7 5:35 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 32:17 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-anyy │ 44:9 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-anyy │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\utilities\Popup\popup.ts │ 5:35 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 8 67:49 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 44:9 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-anyy │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\utilities\Popup\popup.ts │ 5:35 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 67:49 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 9 139:32 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\utilities\Popup\popup.ts │ 5:35 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 67:49 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 139:32 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │50:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\utilities\Popup\types.ts │ 5:35 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 67:49 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 139:32 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\utilities\Popup\types.ts │ 1 11:35 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 67:49 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 139:32 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\utilities\Popup\types.ts │ 11:35 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 2 13:25 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 139:32 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\utilities\Popup\types.ts │ 11:35 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 13:25 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 3 15:24 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ D:\Code\SkeletonRepo\skeletonfork\packages\skeleton\src\lib\utilities\Popup\types.ts │ 11:35 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 13:25 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 15:24 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 17:47 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 20:24 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 22:33 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 24:24 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any │ 26:26 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any See also: https://github.com/skeletonlabs/skeleton/pull/2164 Give Skeleton v3 is going to contain a rewrite to support Svelte 5. We'll likely tackle this naturally as we go. Given this, we can go ahead and sunset a dedicated ticket for this. This should be handled feature to feature in v3.
gharchive/issue
2023-10-11T19:19:46
2025-04-01T04:35:53.105938
{ "authors": [ "endigo9740", "jwatts777" ], "repo": "skeletonlabs/skeleton", "url": "https://github.com/skeletonlabs/skeleton/issues/2137", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
870173904
v3.0.0 New Features [x] Plugin system [x] Support stage channel [x] Multiple filters [x] Age-restricted filter [x] Playing previous songs [x] New documentation page DisTube [x] #playCustomPlaylist(): able to fetch songs sequentially [x] #previous(): play previous song [x] #jump(): play previous songs (if argument is a negative number) [x] #search(): Support searching for playlist [x] #playVoiceChannel(): play song in a voice channel [x] #setFilter(): supports multiple filter [x] Remove #isPlaying, #isPaused method Events [x] Refactoring events [x] Add searchNoResult, searchDone events [x] Add deleteQueue event: Emit before a Queue is deleted [x] Add connect and disconnect event: Emit when the bot connects or disconnects to a voice channel [x] Add finishSong event: Emit when DisTube finished a song [x] Remove playList event DisTubeOptions [x] Validate options [x] #ytdlOptions number: ytdl-core options [x] #searchCooldown number: Built-in search cooldown in milliseconds [x] #emptyCooldown number: Built-in search leave on empty in milliseconds [x] #searchSongs: Use number in favor of boolean (<=1 for instant playing, >1 for searching then play.) Song [x] #uploader object: Uploader info [x] #source string: Song's source [x] #member Discord.GuildMember : Requested user [x] #playlist Playlist: Playlist added the Song [x] Remove deprecations Playlist [x] #member Discord.GuildMember: User requested [x] Remove deprecations Queue [x] Add methods for cleaner code [x] #paused in favor of #pause [x] #pause(): Pause the playing queue. [x] #previousSongs Song[]: Previous songs of the queue [x] #textChannel Discord.TextChannel: The text channel called play commands [x] #voiceChannel Discord.VoiceChannel: The voice channel playing in [x] #id Discord.Snowflake: The queue id (Guild id) [x] Remove Queue#initMessage SearchResult [x] Remove deprecations [x] #type string: "video" or "playlist" Bug Fixes [x] Emit playSong event only if the Song is playable (Closes #39) Code Refactoring [x] Refactoring DisTube events [x] Remove deprecations [x] Remove static youtube-dl binaries Chores [x] Clean code [x] Update documentation [x] Update typings [x] Improve error handlers Deprecations [x] Song#title in favor of Song#name [x] Song#link in favor of Song#url [x] Song#plays in favor of Song#views [x] SearchResult#title in favor of SearchResult#name [x] SearchResult#link in favor of SearchResult#url [x] Playlist#title in favor of Playlist# [x] Playlist#items in favor of Playlist#songs [x] Playlist#total_items in favor of Playlist#songs.length [x] Remove Playlist#id, Playlist#author Related issues, discussions [x] Close #7 [x] Close #18 [x] Close #19 [x] Close #20 [x] Close #30 [x] Close #34 [x] Close #39 [x] Close #42 [x] Close #78 I'm on 3.0.0-beta.35 and everything is running great so far. Thanks for your efforts! I have only one thing to note: The distube.play currently requires a Message parameter, which makes it impossible to use with a slash command. Is this already on your radar? I have only one thing to note: The distube.play currently requires a Message parameter, which makes it impossible to use with a slash command. Is this already on your radar? Use <DisTube>#playVoiceChannel instead https://distube.js.org/#/docs/DisTube/beta/class/DisTube?scrollTo=playVoiceChannel Thank you, that works for my play command. But still I can't use it for the search command, which should always do a search because of this line. I can't provide a message in the case of a slash command. Would it be possible to check if textChannel and member are set and still perform a full search then? Thank you, that works for my play command. But I can't use this for my search command, which should always do a search and not play the first result. I guess it's because of this line. I can't provide a message in the case of a slash command. Would it be possible to check if textChannel and member are set and still perform a full search then? You can use #search and handle the results yourself. It should be better since you can reply with user's interaction. Built-in search is not designed for that. any plans to push this out to the npm site? mb, used to people using @dev instead of @beta Can u make the play function also support interaction? so that it can play by running slash command Can u make the play function also support interaction? so that it can play by running slash command Use <DisTube>#playVoiceChannel instead
gharchive/pull-request
2021-04-28T17:15:50
2025-04-01T04:35:53.157973
{ "authors": [ "D3SOX", "Itz-Hyperz", "LOLBRUHNICE", "skick1234" ], "repo": "skick1234/DisTube", "url": "https://github.com/skick1234/DisTube/pull/81", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2161214390
Tree-Sitter 0.21.0 support? Can you please support the latest tree-sitter too hey @lianghx-319 we created a fork https://github.com/baz-scm/tree-sitter-traversal with the needed change. We are willing to maintain it and published it to crates.io under the name baz-tree-sitter-traversal. The imports stay the same, so it is an easy switch 🙂
gharchive/issue
2024-02-29T13:05:15
2025-04-01T04:35:53.175160
{ "authors": [ "gruebel", "lianghx-319" ], "repo": "skmendez/tree-sitter-traversal", "url": "https://github.com/skmendez/tree-sitter-traversal/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
988963104
Use "forward" tokenizer for FlexSearch indexing From https://github.com/skohub-io/skohub-vocabs/pull/152#issuecomment-913483180: (However, I noticed that results will only show up if a string matches thre beginning of a word, e.g. searching for "spiel" won't give me "Lernspiel" back. That might be a limitation of FlexSearch or – if FlexSearch can handle this – we should create another issue to address this shortcoming.) I think this might be possible. We might have to change the tokenizer: https://github.com/nextapps-de/flexsearch/tree/0.6.32#tokenizer Actually, I think the "forward" tokenizer must be the one we already use and we should switch to the "reverse" tokenizer. Updating the issue title accordingly. @sroertgen @literarymachine If you can point me to the place where the tokenizer is configured, I would try to make a pull request. @acka47 I will have a look. Though I think we need the "full" tokenizer (https://github.com/nextapps-de/flexsearch/tree/0.6.32#tokenizer) Resolved with #180 . However, this renders SkoHub Vocabs search unusuable for bigger vocabs. See https://test.skohub.io/acka47/testing-skohub-vocabs/heads/master/lod.nal.usda.gov/nalt/14209.en.html which has nearly 28k concepts and currently supports two languages. The index has >80MB and the search doesn't work seemlessly. At best, people should be able to configure the tokenizer by themselves in a conf file... What do you think, @sroertgen ? Definitley. Do we want to handle this in this issue or do we want to open a generic conf-file issue? Do we want to handle this in this issue or do we want to open a generic conf-file issue? I opened #185 for this. Meanwhile and additionally we can make the tokenizer configurable. @acka47 if you have a look at #185 and are ok with the approach, we can do this quickly I guess I just merged #194 Unfortunately, I can not test it as it looks like builds are currently not working on test.skohub.io (although already built static files are served without problems): Don't see this 503 here : https://github.com/skohub-io/skohub-vocabs/settings/hooks/316821715?tab=deliveries Maybe github removes failed deliveries from that list after some time? But yeah, the webhook triggering and deploying of dev could not have worked in the first place:. The script, which the webhook calls lacked a cd $repo where it would fetch and deploy everything. Fixed that. Also, monit has had a race condition as the timeout of 300 seconds is too low (maybe that worked before, but not atm it - just takes longer to start skohub-vocabs). Increased the timeout to 900. Should work now, please have a look @acka47 . Don't see this 503 here : https://github.com/skohub-io/skohub-vocabs/settings/hooks/316821715?tab=deliveries Maybe github removes failed deliveries from that list after some time? I use this repo for testing: https://github.com/acka47/testing-skohub-vocabs By now I could once again trigger a build but it doesn't seem to finish: https://test.skohub.io/build/?id=e0772272-c6f9-430e-b21a-e0e2f3bbad2e (Note that quite a big vocab with a 15MB ttl file is included in the rpeo which might cause a problem.) Ah, ok, you use your repo so I cannot see the 503. Look again at https://test.skohub.io/build/?id=e0772272-c6f9-430e-b21a-e0e2f3bbad2e#53, seems to finish, just takes more than an hour. Is this correct? Using your vocab on my test server, the build also crashes with a JavaScript heap out of memory-error. However, this renders SkoHub Vocabs search unusuable for bigger vocabs. See https://test.skohub.io/acka47/testing-skohub-vocabs/heads/master/lod.nal.usda.gov/nalt/14209.en.html which has nearly 28k concepts and currently supports two languages. The index has >80MB and the search doesn't work seemlessly. Taking a stroll in Köpenick with @literarymachine by the end of May, he pointed out that we could offer the index file as a zipped file that is unzipped in the browser. This fix would decrease the file/traffic size significantly. @sroertgen, if you have some time, it would be great if you implemented it. The compressed index now is around 5.4MB which is great. However, the problem obviously (and not surprisingly) wasn't the download size but something else. Search still doesn't work well because of immense loading times and now visual feedback when typing. Nonetheless, it is an improvement, so +1. (We can finally close this then and focus on configurability and/or oin improving performance for bigger vocabs.
gharchive/issue
2021-09-06T09:19:59
2025-04-01T04:35:53.188558
{ "authors": [ "acka47", "dr0i", "sroertgen" ], "repo": "skohub-io/skohub-vocabs", "url": "https://github.com/skohub-io/skohub-vocabs/issues/153", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
88413583
associative array issue Hi, I am facing the email error while i am sending a request to subscribe function (Validation error: {"email":"Please enter a struct/associative array"}) Is the issue fixed? Awaiting for your response at the earliest. Thank you I have no problems at my end. Can you tell me how to reproduce it? I am passing the variables to mailchimp subscribe function something like this: $merge_vars = array( 'MERGE1'=>guestName, 'MERGE10'=>date('m/d/Y'), 'MERGE27'=>date("m/d/Y",strtotime(reservationDate)) ); $this->mailchimp->lists->subscribe($this->listId,$_POST['email'],$merge_vars,"html",false,true ); This was working fine some days back, but now recently it is started giving me the error. I am also tried something like below but that also does not seems to be working: $this->mailchimp->lists->subscribe($this->listId, ['email' => $_POST['email']],$merge_vars,"html",false,true ); Awaiting for your reply. Hi again. The problem must be in the mailchimp/mailchimp package which is a dependency for this package. This package is not dealing with the api calls, but only instantiates an instance of the mailchimp class. Great thanks!! Hi Sir Skovmand, I use your skovmand/mailchimp on my laravel 5 it was a great stuff, however I got a error from this code block catch(\Mailchimp_Error $e){ // do something return 'Mailchimp error occur'; } what does it mean? Thanks
gharchive/issue
2015-06-15T12:39:05
2025-04-01T04:35:53.195052
{ "authors": [ "chuchi", "rajankarthiks", "skovmand" ], "repo": "skovmand/mailchimp-laravel", "url": "https://github.com/skovmand/mailchimp-laravel/issues/8", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
600440869
skuidCustom Custom javascript library with several helpful functions for working with SKUID and Salesforce. @levinium This is a really impressive submission! It's going to take us a little bit of time to review properly. Thank you for sending this in. I've made a few code updates that fix a few potential issues with querying certain model setups with the model loader. Not sure how to go about updating the pull request with those changes. There is one thing I haven't set up yet and that's querying models with child objects. Will have to spend some time figuring that out. @levinium Just merged a PR to master which allows for use of ES7 features, e.g. const. If you can merge the latest master into your branch, that should get your builds passing and we can get this merged! @levinium If you can change "5" to "7" on this line in this file (https://github.com/skuid/skuid-labs/blob/master/.eslintrc.json#L12), on your branch, that should get your builds passing, and we should be good to go. @levinium If you can change "5" to "7" on this line in this file (https://github.com/skuid/skuid-labs/blob/master/.eslintrc.json#L12), on your branch, that should get your builds passing, and we should be good to go. updated .eslintrc.json in my branch
gharchive/pull-request
2020-04-15T16:45:37
2025-04-01T04:35:53.225050
{ "authors": [ "itmightbecody", "levinium", "zachelrath" ], "repo": "skuid/skuid-labs", "url": "https://github.com/skuid/skuid-labs/pull/54", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1014815258
KMP algorithm for pattern searching Is your feature request related to a problem? Please describe. KMP algorithm is used for pattern searching . we used pattern searching in our daily life for any file search in our Desktop sytem, we used in google search also example of pattern search Describe the solution you'd like I implemented KMP algorithm in C++ language with example how its actually work Plz assign me this issue to contribute me sir, please assign this issue to me
gharchive/issue
2021-10-04T07:11:50
2025-04-01T04:35:53.227419
{ "authors": [ "Dr-blue-cyber", "Saloni6111" ], "repo": "skully-coder/hacktoberfest-competitiveprogramming", "url": "https://github.com/skully-coder/hacktoberfest-competitiveprogramming/issues/161", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1084318660
[gui] Log window inconveniences Using log window becomes inconvenient when it needs to be opened and closed multiple times because: each time new log window is created; previously opened log windows need to be closed manually to avoid having many log windows that are all brought to foreground when new log window is created; log window gets blocked by main window when the former is sent to background, i.e. need to minimize main window or adjust it's size and/or position to be able to access existing log window. There would be no such inconveniences if only one log window, that would be brought to foreground when called, could be created. Fixed in PR #1649 by @jpstotz
gharchive/issue
2021-12-20T03:29:24
2025-04-01T04:35:53.296648
{ "authors": [ "CmP-lt", "skylot" ], "repo": "skylot/jadx", "url": "https://github.com/skylot/jadx/issues/1311", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
67237246
Duplicate A records returned I'm continuing to play with multi-port kubernetes services in SkyDNS, and it ALMOST works as I expect. For this example, I have a service called multiport.th1 which I want an A record for (1.1.1.1) and which hosts 2 ports (http and https). # etcdctl set /skydns/local/kubernetes/th1/multiport/http '{"host":"1.1.1.1", "port":80}' {"host":"1.1.1.1", "port":80} # etcdctl set /skydns/local/kubernetes/th1/multiport/https '{"host":"1.1.1.1", "port":443}' {"host":"1.1.1.1", "port":443} # dig @10.0.0.10 +noall +answer +additional multiport.th1.kubernetes.local A multiport.th1.kubernetes.local. 3600 IN A 1.1.1.1 multiport.th1.kubernetes.local. 3600 IN A 1.1.1.1 # dig @10.0.0.10 +noall +answer +additional multiport.th1.kubernetes.local SRV multiport.th1.kubernetes.local. 3600 IN SRV 10 50 443 https.multiport.th1.kubernetes.local. multiport.th1.kubernetes.local. 3600 IN SRV 10 50 80 http.multiport.th1.kubernetes.local. https.multiport.th1.kubernetes.local. 3600 IN A 1.1.1.1 http.multiport.th1.kubernetes.local. 3600 IN A 1.1.1.1 The troubling issue here is that 2 A records are returned. Yes, those multiple ports should be suppressed. Note that I believe that properly written client will just grok this. Might be an issue with DNSSEC though, i.e. it should only sign one and I think SkyDNS will just sign the both of them. Note: if you are fine with using IP addresses (as opposed to #144 where you wanted to have a name as the host) we don't need to StripTarget-hack (although StripTarget still seems to be a good way of controlling things) All along, all I really care about is getting the right result - whether that uses IPs or hostnames doesn't really matter to me. stripTarget still lets me fine-tune the DNS responses, which is nice. On Thu, Apr 9, 2015 at 1:46 AM, Miek Gieben notifications@github.com wrote: Note: if you are fine with using IP addresses (as opposed to #144 https://github.com/skynetservices/skydns/issues/144 where you wanted to have a name as the host) we don't need to StripTarget-hack (although StripTarget still seems to be a good way of controlling things) — Reply to this email directly or view it on GitHub https://github.com/skynetservices/skydns/issues/149#issuecomment-91153765 . wait, with "The troubling issue here is that 2 A records are returned." you mean the https and http ones? I though you were mentioning the duplicate ones... The duplicate ones. # dig @10.0.0.10 +noall +answer +additional multiport.th1.kubernetes.local A multiport.th1.kubernetes.local. 3600 IN A 1.1.1.1 multiport.th1.kubernetes.local. 3600 IN A 1.1.1.1 I just don't see any way to claim this is correct. It might be VALID but it's weird.
gharchive/issue
2015-04-08T22:50:35
2025-04-01T04:35:53.315149
{ "authors": [ "miekg", "thockin" ], "repo": "skynetservices/skydns", "url": "https://github.com/skynetservices/skydns/issues/149", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
953004724
entt_traits::construct causes UB for 64-bit types Hi! Release 3.8.0 is broken for 64-bit ID types (and probably 32-bit ones too). entt_traits::version_type is std::uint32_t but entt_traits::construct shifts it left by 32: https://github.com/skypjack/entt/blob/89aece7c28124b00f457aaf31829e0ef04fe6256/src/entt/entity/entity.hpp#L128-L130 As MSVC notes this is UB: entity.hpp(129): warning C4293: '<<': shift count negative or too big, undefined behavior. Trivial code like the following triggers assertion failures: enum class entity_t : std::uint64_t {}; struct my_component {}; int main() { auto registry = entt::basic_registry<entity_t>{}; const auto id = registry.create(); registry.emplace<my_component>(id); } // Assertion failed: entt != tombstone && entt != null, file <...>\entt\entity\sparse_set.hpp, line 518 // ^ this is false Presumably entt_traits::construct should first cast version to entt_traits::entity_type and then shift it. Also there could be other places in the codebase with similar issues. The only reason this works with 32-bit types is because entt_traits::version_type(std::uint16_t) is usually unsigned short and the shift operator first promotes it to int. If I'm not mistaken this also causes undefined behavior if the resulting value is larger than INT_MAX (e.g. version_mask << entity_shift is 0xfff << 20u which overflows a 32-bit int). Oddly enough both MSVC and Clang allow this in constant expressions. On a related note, the tests don't seem to cover 64-bit IDs. I tried to compile the tests with ENTT_ID_TYPE=std::uint64_t and that failed because the described UB was triggered in constant expressions. It might be a good idea to add a CMake option to test with ENTT_ID_TYPE=std::uint64_t and/or add some tests for 64-bit IDs. Thank you for your work on this library! Ouch. Good catch. Thanks for reporting! I think you're right. It's time to also run the 64b version in the CI. Also there could be other places in the codebase with similar issues. Hopefully not. I centralized the entity bit manipulation exactly to avoid subtle bugs due to copy-paste errors upon changes. In any case, the CI will tell us if this is the case. Branch v3.8.x contains all the changes required to get around your issue and an updated workflow to tests 64b identifiers on the CI. I'm literally ready to cut a minor release with a bunch of QoL improvements and this fix. Could you confirm that your issue is solved before proceeding? It would be really appreciated!! 🙂 Thanks. Tested with branch 3.8.x and 64-bit IDs. Everything seems to be working correctly now :) Thanks for the quick fix! Oh, well, thank you for reporting this and for convincing me to set up the CI for 64b identifiers too! 🙂 For your interest, I'll cut a minor release (v3.8.1) soon, most likely today or tomorrow.
gharchive/issue
2021-07-26T15:07:17
2025-04-01T04:35:53.330318
{ "authors": [ "glebov-andrey", "skypjack" ], "repo": "skypjack/entt", "url": "https://github.com/skypjack/entt/issues/745", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1678775630
Lit rewrite I saw some work being done on the lit branch again so I decided to whip up this draft before the same work gets done twice. So far I've ported every component to lit. There are however some challenges which I'm not yet sure how to overcome: Parent dependent Styling Lit uses ShadowDOMs for each component which is causing issues with nested components that used to rely on the parents class for styling. E.g if you define the light-theme for discord-messages you can see that the name doesn't have the correct color: Similar issues plague the other components as well e.g replies don't render correctly as well. Although some of these components can probably be fixed by adjusting the css directly. Icons We used to style the icons in some components to match the size we needed. TemplateResults which I've used so far based on the previous components can't be styled. We can create function driven components but lit doesn't support spreading. So I see two solutions: A: use open-wc's lit-helpers or B: We define the function to take the various arguments we need to style the component. Notes Most of the visible issues one can see in the demo pretty much derive from the two issues mentioned above. If anyone has some good ideas/directions on how to tackle them I'd be willing to apply them. Also I haven't implemented any of the various commits that have happened since the creation of this branch including changes done on the main branch. There's a lot of cleanup that still needs to be done as well so please keep that in mind :) I rebased this branch on the base feat/rewrite-to-lit and added some other changes as well So I think I covered the issue with icons in my first reply? That just leaves the issue with parent-dependent styling. There are a few different types I think looking at the old code. Scenario 1: .discord-message .discord-mention In this scenario, the styling for discord-mention isn't really dependent on its parent. The reason .discord-message is there, is to ensure that the styling is scoped to only discord-mention that exists within a discord-message. So in this case this can just be changed to a single :host, as discord-mention is always a child of discord-message Scenario 2: .discord-light-theme .discord-reaction In this scenario, we want to know if the light theme is active or not and if it is applying some style overrides. This scenario is already covered in the rewritten discord-message component and doesn't change much. I think that about covers it? If I'm forgetting a scenario let me know. Quite frankly I think I am forgetting one and it's one I asked help about in the Discord server way back but I never did anything with the info I got... sadly I cannot find it anymore either if so. Lastly, regarding the CI, yeah I know it fails on the React bundle. All that stuff I still need to figure out how to do. Once all the components are working on the demo page I want to do still do the following in no particular order: Migrate the demo to storybook stories Write some unit tests for the core src. Nothing all too fancy, primarily to cover different prop combinations that should render different results Delete the old-src directory, of course. Figure out a proper setup of how to publish packages, this includes the React bindings (https://lit.dev/docs/frameworks/react/) Okay I've fixed most issues that I was mentioning now there's a couple more for which I don't know the answer to (or just want to ask about): DiscordSpoilers css assumes a lot of times that DiscordMessage is it's parent. Should we just allow this element to only work if DiscordMessage is it's parent? DiscordMessage styles the a and the styling gets lost in child components due to the shadow doms. How should we deal with that? My suggestion would be to export a "LinkStyling" that each component can then add to their own styling. But there probably are better solutions. DiscordMessage applies styles extra styling to various sub elements e.g strong. This styling also get's lost. I've been able to fix this like this although the issue with that solution is that it doesn't work for "normal" code elements. Maybe what I suggested in 2. would work here as well? DiscordMessage used to have this styling which didn't work correctly. I moved it to DiscordMessages but due to the shadow dom the styling can't be applied correctly. I don't know how to fix this. The badge icon in replies is ever so slightly larger new: old: I genuinely don't know why. The css seems to be exactly the same. That about covers everything I've picked up on, I think. I'll focus on implementing all the various changes that happened to the components in the main branch next. DiscordSpoilers css assumes a lot of times that DiscordMessage is it's parent. Should we just allow this element to only work if DiscordMessage is it's parent? Yes 2. DiscordMessage styles the a and the styling gets lost in child components due to the shadow doms. How should we deal with that? My suggestion would be to export a "LinkStyling" that each component can then add to their own styling. But there probably are better solutions. See below at 3 3. DiscordMessage applies extra styling to various sub elements e.g strong. This styling also get's lost. I've been able to fix this like this although the issue with that solution is that it doesn't work for "normal" code elements. Maybe what I suggested in 2. would work here as well? I would rather suggest we force the usage of discord-inline-code and regular code elements don't get styled the same, so I'd say the current behaviour is desired. Actually, on that note we should also do discord-link and not style regular a tags. Good thing is is a major version so we can break it to hell and back hehe. For the rest I'm going to check out the PR again 5. The badge icon in replies is ever so slightly larger new: old: I genuinely don't know why. The css seems to be exactly the same. I just checked this through the dev tools and both with the new and the old it reports at 15x15 pixels. Switching between tabs also seems identical. A few things I notice when switching between tabs of the "No framework" example on codesandbox (use "open in new window" in codesandbox for a full view) and running yarn start in this branch: The timestamp was closer to the username before The orange of a mention doesn't show Compact mode paddings/margins seem to be wrong Screenshots for 1 and 2 New: Old: Screenshot for 3 New: Old: edit: One thing I forgot to mention was that the built in styling in the embed example doesn't work as well. I assume we need to import the styles to make these things work? I'm not sure how to do that though. Regarding this, I assume you're referring to the very weird styling here: That is indeed peculiar. I'm also not sure how to fix it. Styles are quite all over the place there in the devtools inspector. In general though I can say that we should use :host much more as opposed to wrapping the component in a single div for a class name, that has caused various issues such as 6db928b25de380d4cb82c8066b0f727bebcb5031 and ab993b06c145eee40a895445c01d7a32a13c8c17 Okay I'm pretty certain I've addressed all the issues that you mentioned. I also went ahead and added a DiscordPre Element and generified DiscordCode so it supports multiline code blocks as well light theming and embed support. One caveat: Elements that are styled differently in an embed (e.g. DiscordCode) don't get the embed styling automatically. The only way to achieve that would be to iterate through all of the elements parents until it finds one that is an embed component, or lightThemed. I decided not to do that though so the user has to define those properties themselves. One could add them later though. Also should we rename DiscordCustomEmoji to DiscordEmoji I feel like it'd make more sense given our current naming convention. Something weird is happening with ephemeral replies. I can't quite find out what and why: Also in non ephemeral with compact mode the text doesn't center out correctly with the username: @TheBv I forced your branch changes onto feat/rewrite-to-lit because it was a merge conflict hellish clusterfuck to do it properly so your PR will show up as merged but ofc in reality it's not yet done, so we'll have to continue on a new PR when you got time. I have also created https://github.com/skyra-project/discord-components/pull/367 as placeholder PR for tracking what will go into the main branch.
gharchive/pull-request
2023-04-21T16:15:41
2025-04-01T04:35:53.359424
{ "authors": [ "TheBv", "favna" ], "repo": "skyra-project/discord-components", "url": "https://github.com/skyra-project/discord-components/pull/337", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1099353685
GET /api/files/sales/{saleGuid}/commissionLog GET /api/files/sales/{saleGuid}/commissionLog open
gharchive/pull-request
2022-01-11T16:07:54
2025-04-01T04:35:53.361303
{ "authors": [ "ErinPicou" ], "repo": "skyslope/bulk-export-api", "url": "https://github.com/skyslope/bulk-export-api/pull/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1400277042
cache last theme choice, it can show next time SHARED_PREFENCES -- https://pub.dev/packages/shared_preferences HIVE -- https://pub.dev/packages/hive used SHARED_PREFENCES -- https://pub.dev/packages/shared_preferences
gharchive/issue
2022-10-06T20:42:55
2025-04-01T04:35:53.365080
{ "authors": [ "skyturkish" ], "repo": "skyturkish/second_hand", "url": "https://github.com/skyturkish/second_hand/issues/50", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1872823191
🛑 Music Converter is down In 0160582, Music Converter (https://convert.rexsky-blog.com/) was down: HTTP code: 0 Response time: 0 ms Resolved: Music Converter is back up in 5e8e5c5 after 45 minutes.
gharchive/issue
2023-08-30T03:30:00
2025-04-01T04:35:53.367573
{ "authors": [ "skywalkerRex" ], "repo": "skywalkerRex/RexSky-Blog-Uptime", "url": "https://github.com/skywalkerRex/RexSky-Blog-Uptime/issues/138", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1102389025
Add nsrdb geodata package This PR adds support for NSRBD data in geodata subcommand. Current issues It would be nice to have a tutorial on using this package to map weather onto objects. Code changes [x] Add gldcore/geodata/geodata_weather.py. Documentation changes [x] Use gridlabd geodata help weather for online docs on the package. Test and Validation Notes [x] Unit test include in package (see gldcore/geodata/autotest/test_datasets.glm Two errors: Vague error about not having an API key / registration Automatic creation of folder .nsrdb/ is not included matrix -> array does not work aivanovalocal@PC99458 geodata % python3 geodata_weather.py ERROR [nsrdb_weather]: unable to get data (too many indices for array: array is 1-dimensional, but 2 were indexed) E ====================================================================== ERROR: test_weather (__main__.TestWeather) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/local/share/gridlabd/nsrdb_weather.py", line 236, in getyears data = getyear(year,lat,lon) File "/usr/local/share/gridlabd/nsrdb_weather.py", line 328, in getyear data["datetime"] = list(map(lambda x: datetime.datetime(x[0,0],x[0,1],x[0,2],x[0,3],0,0),numpy.array([data.Year,data.Month,data.Day,data.Hour]).transpose())) File "/usr/local/share/gridlabd/nsrdb_weather.py", line 328, in <lambda> data["datetime"] = list(map(lambda x: datetime.datetime(x[0,0],x[0,1],x[0,2],x[0,3],0,0),numpy.array([data.Year,data.Month,data.Day,data.Hour]).transpose())) IndexError: too many indices for array: array is 1-dimensional, but 2 were indexed During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/aivanovalocal/gridlabd/Nov2021/gldcore/geodata/geodata_weather.py", line 133, in test_weather result = apply(test,options=dict(geohash_resolution=6,key_index="name",starttime=starttime,stoptime=stoptime)) File "/Users/aivanovalocal/gridlabd/Nov2021/gldcore/geodata/geodata_weather.py", line 113, in apply weather = nsrdb_weather.getyears(years,lat,lon) File "/usr/local/share/gridlabd/nsrdb_weather.py", line 265, in getyears error(f"unable to get data ({err})",2) File "/usr/local/share/gridlabd/nsrdb_weather.py", line 168, in error exit(code) File "/usr/local/Cellar/python@3.9/3.9.6/Frameworks/Python.framework/Versions/3.9/lib/python3.9/_sitebuiltins.py", line 26, in __call__ raise SystemExit(code) SystemExit: 2 ---------------------------------------------------------------------- Ran 1 test in 0.028s FAILED (errors=1) @aivanova5, I think I've fixed all three problems now. Try again. Noting, CXX module/powerflow/powerflow_la-node.lo /private/var/folders/c1/_3xmsmd52jv1_08x4kcb6z_m0000gq/T/build-env-mcvv8pv3/lib/python3.9/site-packages/setuptools/dist.py:507: UserWarning: The version specified ('4.2.30-220120-develop_add_nsrdb_geodata_package\n') is an invalid version, this may not work as expected with newer versions of setuptools, pip, and PyPI. Please see PEP 440 for more details. warnings.warn( /private/var/folders/c1/_3xmsmd52jv1_08x4kcb6z_m0000gq/T/build-env-mcvv8pv3/lib/python3.9/site-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: 4.2.30-220120-develop-add-nsrdb-geodata-package- is an invalid version and will not be supported in a future release warnings.warn( CXX module/powerflow/powerflow_la-overhead_line_conductor.lo CXX module/powerflow/powerflow_la-overhead_line.lo CXX module/powerflow/powerflow_la-pole.lo CXX module/powerflow/powerflow_la-pole_configuration.lo /private/var/folders/c1/_3xmsmd52jv1_08x4kcb6z_m0000gq/T/build-env-mcvv8pv3/lib/python3.9/site-packages/setuptools/dist.py:507: UserWarning: The version specified ('4.2.30-220120-develop_add_nsrdb_geodata_package\n') is an invalid version, this may not work as expected with newer versions of setuptools, pip, and PyPI. Please see PEP 440 for more details. warnings.warn(
gharchive/pull-request
2022-01-13T21:16:14
2025-04-01T04:35:53.372267
{ "authors": [ "aivanova5", "dchassin" ], "repo": "slacgismo/gridlabd", "url": "https://github.com/slacgismo/gridlabd/pull/1085", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
265836459
Getting User Handle Is there currently any way to get the user handle? (e.g. @noj is my handle) I can't seem to get it from the StartResponse struct or UserProfile struct within that. The User details are on slf https://docs.rs/slack_api/0.18.0/slack_api/rtm/struct.StartResponse.html#structfield.slf Yeah I noticed the User struct is there under slfand users fields. I am using that but the name field in the User struct seems to just give me the user's email name not their Slack handle. For instance, if a user with the Slack handle @TestUser has the email testman123@gmail.com the User struct will give me testman123 as the name where I want TestUser (the slack handle). Hmmm... I'm currently using name to get exactly what you're after. I thought slack had changed their policies to make it harder to get emails also. Will have a look but could you paste something here maybe that isn't working Interesting, I'm in class right now but I'll send more info in a bit. Maybe it's some settings in my Slack workplace? I'm getting a bunch of email data so that's interesting. i changed my on_connect to fn on_connect(&mut self, cli: &slack::RtmClient){ panic!("{:?}", cli.start_response().slf); } and I get this (i started out the id, it was some random chars but maybe should be secret thread 'main' panicked at 'Some(User { color: None, deleted: None, has_2fa: None, id: Some("U********"), is_admin: None, is_owner: None, is_primary_owner: None, is_restricted: None, is_ultra_restricted: None, name: Some("sir_botalot"), profile: None, two_factor_type: None })', src\main.rs:447:8 as you can see my bot's name, sir_botalot is under name i tried changing my display name in my profile. name didn't change" but the field displayname which is not listed on the api docs on slack.com did change. That results in my use case picking the wrong name 👎 as it used name https://api.slack.com/changelog/2017-09-the-one-about-usernames this seems relevant tried changing my change to <@name> and it works now :) Hmm... this is so strange. So when I do that API test that you mention above I can see everything is there but for instance here is some output by printing the entire StartResponse struct. User { color: Some("3c989f"), deleted: Some(false), has_2fa: None, id: Some("U********"), is_admin: Some(false), is_owner: Some(false), is_primary_owner: Some(false), is_restricted: Some(false), is_ultra_restricted: Some(false), name: Some("y4zt*********"), profile: Some(UserProfile { email: Some("y4zt*********@gmail.com"), fields: None, first_name: None, image_1024: Some("https://avatars.slack-edge.com/2017-09-17/241882714192_e423eb0a78002bacf086_1024.jpg"), image_192: Some("https://avatars.slack-edge.com/2017-09-17/241882714192_e423eb0a78002bacf086_192.jpg"), image_24: Some("https://avatars.slack-edge.com/2017-09-17/241882714192_e423eb0a78002bacf086_24.jpg"), image_32: Some("https://avatars.slack-edge.com/2017-09-17/241882714192_e423eb0a78002bacf086_32.jpg"), image_48: Some("https://avatars.slack-edge.com/2017-09-17/241882714192_e423eb0a78002bacf086_48.jpg"), image_512: Some("https://avatars.slack-edge.com/2017-09-17/241882714192_e423eb0a78002bacf086_512.jpg"), image_72: Some("https://avatars.slack-edge.com/2017-09-17/241882714192_e423eb0a78002bacf086_72.jpg"), image_original: Some("https://avatars.slack-edge.com/2017-09-17/241882714192_e423eb0a78002bacf086_original.jpg"), last_name: None, phone: None, skype: None }), two_factor_type: None } Notice that the first_name and last_name fields are None, but I can clearly see his name in slack. He doesn't have a display_name set but I see that there is a display_name field in the API test (the one you linked) though it's not populated and that's correct. But the first_name and last_name fields ought to be. When you say change to <@name> and it works now :) What does that actually mean? Like in the Slack client you changed your name? Because I have noticed that when I create an account the API returns a lot of None values until I actually edit my profile and click "Save", do you know why that is? I would like to get a hold of the display name and full name if possible. Does your response contain the display_name and display_name_normalized fields under the profile field as noted in the article? looks to me that isn't included in self's version of the data. You can lookup more data from the full list of users, this version hasn't got a field for display_name yet though. Again if you read the article what's the use case for needing display_names? If you wish to mention someone in a slack message use <@id> where is is U******* as above, if you want to know who was mentioned in messages the blog says you can do that too I tried changing my displayname back, the message where i used <@id> to ref myself auto updated it's displayname, the one where i used the raw text did not. Guess that's why they want to separate the two Ahh I see. I can work with that. I was basically just building a quick project to get familiar with Rust. It is a slackbot that handles karma. Like a bunch of other projects username++ gives you 1 point of whatever. So I wanted to make it robust and try to infer which user should get karma based on the first_name, last_name, display_name fields. But it sounds like I'll just need to focus on mentions only. We can probably close this issue then. I'll work around the display_name thing. Thanks so much for your help! no problem! closing for now then 👍
gharchive/issue
2017-10-16T16:40:32
2025-04-01T04:35:53.385345
{ "authors": [ "dten", "joncatanio" ], "repo": "slack-rs/slack-rs", "url": "https://github.com/slack-rs/slack-rs/issues/94", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1211254741
V2 Readme updates: deprecation notice Summary Removed broken/no-longer-relevant badges, added the info about migrating to v3 and updated name of v3 of the SDK on pypi. Also removed references to filing issues on github for support with v2. WDYT @seratch ? If you approve, I think we should publish this commit to https://pypi.org/project/slackclient/. Once that is done, that would resolve #1197. If you want to use our Events API, please check the Slack Events API adapter for Python. This part can be removed. I will delete the line before publishing a new version to PyPI The version 2.9.4 is out https://pypi.org/project/slackclient/ Thanks for merging and publishing Kaz! <3
gharchive/pull-request
2022-04-21T16:11:10
2025-04-01T04:35:53.390060
{ "authors": [ "filmaj", "seratch" ], "repo": "slackapi/python-slack-sdk", "url": "https://github.com/slackapi/python-slack-sdk/pull/1198", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1146469118
feat: impl Sheet like behavior Summary fixes: https://github.com/slackhq/PanModal/issues/168 Requirements (place an x in each [ ]) [x] I've read and understood the Contributing Guidelines and have done my best effort to follow them. [x] I've read and agree to the Code of Conduct. [ ] I've written tests to cover the new code and functionality included in this PR. Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.You have signed the CLA already but the status is still pending? Let us recheck it.
gharchive/pull-request
2022-02-22T05:22:00
2025-04-01T04:35:53.394031
{ "authors": [ "CLAassistant", "toshi0383" ], "repo": "slackhq/PanModal", "url": "https://github.com/slackhq/PanModal/pull/169", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
527636276
drop_local_broadcast and drop_multicast not effective Using Wireshark i can see broadcast & multicast traffic on the network no matter which state these flags are set to. I tried checking nebula's code, and could not find where drop_local_broadcast and drop_multicast are actually used, so i am having a hard time debugging this. Can someone explain to me how these flags are supposed to work, and where i can find the implementation? Config is pulled in here https://github.com/slackhq/nebula/blob/master/main.go#L265-L266 Enforced here https://github.com/slackhq/nebula/blob/master/inside.go#L17-L25 If there are any bugs they would like be https://github.com/slackhq/nebula/blob/master/inside.go#L194 https://github.com/slackhq/nebula/blob/master/interface.go#L78 Hmm, that looks sane. I must be doing something odd with my setup then...
gharchive/issue
2019-11-24T01:52:45
2025-04-01T04:35:53.397454
{ "authors": [ "coderobe", "nbrownus" ], "repo": "slackhq/nebula", "url": "https://github.com/slackhq/nebula/issues/45", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2087262137
Call not routing through, just shows "RING" then "ONHOOK" shortly after I've gotten lenny-0.12 currently installed and running as a service. I have the recommended USRobotics USR5637 USB 56k modem, and it comes up properly. I have my Lenny box connected to an IP Office 500v2 on current 11.1 software, and have tried the phone port on a Combo card (for digital phones, analog phones, and analog trunks) as well as a Phone8 card (for up to 8 analog phones). When I call to the analog extension I have set up for this (with default settings) that is connected to the USB modem, it shows the status on the Lenny service change from "ONHOOK" to "RING" for a second or less, then goes back to "ONHOOK" and never shows as "RING" again or proceeds any further unless I stop and start the service. I get the same results from running Lenny as an application instead of a service. I have to stop Lenny (either via CRTL-C when running as app, or "sudo systemctl stop lenny" and then start again) before I get any more activity from the line at all, otherwise it acts like the line isn't even ringing. Additionally, I would recommend allowing for an option in the configuration to configure how many rings before the device picks up (i.e. 1 ring, immedate, 4 rings, etc...). Any help would be greatly appreciated. If you need any logging, please let me know. I am also going to copy/paste this to the "Report a defect" via the webui, just in case. Did you find a solution for this? I have the same issue The USR5637 ships with an older firmware which does not support voice. The solution is to update the firmware: https://groups.io/g/callattendant/topic/usr5637_refuses_to_go_into/80708342 https://www.usr.com/en-support/product/?prod=5637 Thank you, I will try this when I get a chance. Currently I ended up installing a Asterisk VM with the Lenny module on that, but I would like to have more of the customization that the RPi module gives. I will try to update and test again in the next day or two, and will let you know my results. Thank you for the information again. Took a little longer, as I had originally wiped the SD card with Lenny installed and had to do it all over again (ended up having to install javascript-obvuscator via npm) but I got it working, and just like you said the Firmware update ended up fixing the issue (sadly, the firmware website is no longer available, but the Wayback Machine helped with that). I would recommend to the creator of Lenny to possibly list the additional steps needed for getting this working properly on the website as well as possibly on here: Install LibUSB and LibUDev (already listed here but not on website): sudo apt install libudev-dev libusb-dev Easy install of javascript-obfuscator: npm install --save-dev javascript-obfuscator Upgrade of USR5637 modem to voice-supported firmware: Wayback Machine direct link to USB Flasher: [USRFlash](1.2.23.EXE(https://web.archive.org/web/20221005134543/https://support.usr.com/support/5637/5637-files/USRFlash 1.2.23.EXE) Wayback Machine link to Support site from October 5 2022: Support Link Hope this helps anyone having issues, and thanks for the head's up on the firmware!
gharchive/issue
2024-01-18T00:47:43
2025-04-01T04:35:53.406954
{ "authors": [ "CiAntRawknis", "phalkon13" ], "repo": "sladesys/LennyTroll", "url": "https://github.com/sladesys/LennyTroll/issues/6", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1525701275
Add option to use connection string to add new DB connection Would be great to have an option to use a connection string to add a database connection (at least for PostgreSQL). can i work on this @paraswaykole . Yes! You can. can you add it for all database types currently supported, MySQL, PostgreSQL and MongoDB? @paraswaykole should implement it like that. Yes! That works.
gharchive/issue
2023-01-09T14:28:25
2025-04-01T04:35:53.410128
{ "authors": [ "codezuma", "paraswaykole", "perryraskin" ], "repo": "slashbaseide/slashbase", "url": "https://github.com/slashbaseide/slashbase/issues/53", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
479870822
Conform to validation failure format The uniqueness middleware produces validation failure errors in a different format than other validations. This was uncaught as the concurrency test cases didn't have any assertions. 4a4a1172590e009a3f644dc94a70cbe3472223e4 demonstrates the failure. It interestingly only shows a single failure which I suspect is because the actual validations prevented the other test's duplicate registration attempt. @slashdotdash, any interest in merging this?
gharchive/pull-request
2019-08-12T22:02:39
2025-04-01T04:35:53.411556
{ "authors": [ "tt" ], "repo": "slashdotdash/conduit", "url": "https://github.com/slashdotdash/conduit/pull/19", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2178677
HEX: float parser should round to nearest-or-even, require 'p' exponent IN: scratchpad HEX: 1.0000,0000,0000,0,0 .h ! should not parse (but does) 1.0p0 IN: scratchpad HEX: 1.0000,0000,0000,0,8p0 .h ! should (but doesn't) round down 1.0000000000001p0 ! Make sure these still work IN: scratchpad HEX: 1.0000,0000,0000,0,8,0000,0000,0000,0000,0001p0 .h ! should (and does) round up 1.0000000000001p0 IN: scratchpad HEX: 1.0000,0000,0000,0,81p0 .h ! should (and does) round up 1.0000000000001p0 IN: scratchpad HEX: 1.0000,0000,0000,1,8 .h ! should (and does) round up 1.0000000000002p0 The bad rounding behavior is a bug in the bignum implementation: IN: scratchpad 0x1,0000,0000,0000,08 >float .h 1.0p56 IN: scratchpad 0x1,0000,0000,0000,08 >bignum >float .h 1.0000000000001p56
gharchive/issue
2011-11-08T20:03:24
2025-04-01T04:35:53.415401
{ "authors": [ "jckarter" ], "repo": "slavapestov/factor", "url": "https://github.com/slavapestov/factor/issues/372", "license": "bsd-2-clause", "license_type": "permissive", "license_source": "bigquery" }
1573422097
🛑 VPN USA is down In 971396b, VPN USA ($VPN_USA) was down: HTTP code: 0 Response time: 0 ms Resolved: VPN USA is back up in 9f8b70c.
gharchive/issue
2023-02-06T23:01:49
2025-04-01T04:35:53.417476
{ "authors": [ "slavid" ], "repo": "slavid/uptime", "url": "https://github.com/slavid/uptime/issues/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
273012722
Just Testing Please review and delete. Close test pull request.
gharchive/pull-request
2017-11-10T17:57:42
2025-04-01T04:35:53.418175
{ "authors": [ "Mehran-S", "rons30" ], "repo": "slcorp/RTView-MySQL-DB", "url": "https://github.com/slcorp/RTView-MySQL-DB/pull/3", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
860502774
Feature request: Session Idle Sensor Currently there's the LastActive Sensor which directly reports the value returned by GetLastInputInfo However, as a user, I actually don't care about the timestamp at all. What I want instead is a boolean that tells me if the session is idle. Of course this could also be done in HA, however unless excluded from the recorder, using the LastActive sensor like that will quickly fill up the logbook with data that isn't particularly useful Therefore, I'd propose extending this sensor or adding a new one which takes something like TimeSpan IdleTime and provides a boolean that becomes true if the last input is older than Now - IdleTime. If someone wants different states of idle (possibly away, away, very away, probably gone forever??), they could simply add more instances of this sensor with different names and different IdleTime values I second this. The LastActive sensor is too spammy, no one cares when, it's just importat if now it's active or idle. The when can be seen through home assistant on last change time. {% if (as_timestamp(states.sensor.lastactivenotebook.state).type != NoneType) %} {{ ((as_timestamp(states.sensor.lastactivenotebook.state) - (as_timestamp(now())))|int|abs > 300 ) }} {% else %} {{ false }} {% endif %} That's how I solved the problem for my automation. I couldn't use states.sensor.lastactivenotebook.state for NOT turning off automatically lights, because when the notebook was turned off, automation was killed (error about NoneType, since the sensor was not available anymore, states.sensor.lastactivenotebook.state could not have now() subctracted anymore, since one was a nonetype and the other was a timestamp). Thanks for creating an issue! I like the idea of setting a timeout value yourself and then returning a boolean. Basically, I am using this sensor for NOT turning the light OFF when my girlfriend is actively using her laptop for online courses. When she is not in front of her PC she usually close it, so the sensor turn "unavailable". I solved it via a template: `alias: Spegni luce cucina senza movimento trigger: device_id: 611d0841b2f84a1eb7668675313ed277 domain: binary_sensor entity_id: binary_sensor.lumi_lumi_sensor_motion_aq2_38e3e501_occupancy for: hours: 0 minutes: 15 seconds: 0 platform: device type: not_occupied condition: condition: or conditions: condition: template value_template: >- {% if (as_timestamp(states.sensor.lastactivenotebook.state).type != NoneType) %} {{ ((as_timestamp(states.sensor.lastactivenotebook.state) - (as_timestamp(now())))|int|abs > 300 ) }} {% else %} {{ true }} {% endif %} condition: state entity_id: sensor.lastactivenotebook state: unavailable action: entity_id: light.tutte_luci_salone service: light.turn_off mode: single ` I think that the "condition" or is now redundant, I tried it before, I strongly think that the second part of it can be deleted away
gharchive/issue
2021-04-17T19:55:42
2025-04-01T04:35:53.431867
{ "authors": [ "Hypfer", "nerdosity", "sleevezipper" ], "repo": "sleevezipper/hass-workstation-service", "url": "https://github.com/sleevezipper/hass-workstation-service/issues/67", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1465096746
cozytouch hello, what is the server adresse to connect at cozytouch atlantic ? Hi @mdtdamien, use the following host: ha110-1.overkiz.com Also make sure that the cozytouch login handler is selected. Best regards Thank you for your return. I have try with https://ha110-1.overkiz.com and ha110-1.overkiz.com and in debug, i have : Failed to initialize device. The url must be specified without „https“: ha110-1.overkiz.com The message you are seeing comes from the state node. Probably due to incomplete device configuration. Do you see any devices in the drop down list of the state node AFTER deploying the gateway node with the correct host and credentials? hi there , I'm trying it with Thermor (cozytouch), is that the same server address ? it is not working for me. is that possible to print more debug options ? thanks Hi, I'm facing the same issue, no devices are listed in the drop down list. Host : ha110-1.overkiz.com Login handler : Cozytouch Device list is showing : Internal gateway error I think I found the issue, the dependencies you are using -> overkiz-api for the CozytouchLoginHandler is using a wrong clientId. https://github.com/bbriatte/overkiz-api/blob/master/src/cozytouch-login-handler.ts Using postman I'm only able to get the getAccessToken working using this -> Basic Q3RfMUpWeVRtSUxYOEllZkE3YVVOQmpGblpVYToyRWNORHpfZHkzNDJVSnFvMlo3cFNKTnZVdjBh Any update? same issue here...
gharchive/issue
2022-11-26T09:11:40
2025-04-01T04:35:53.437752
{ "authors": [ "RealZack", "bonjour81", "homefefeld", "mdtdamien", "slep88" ], "repo": "slep88/node-red-contrib-overkiz", "url": "https://github.com/slep88/node-red-contrib-overkiz/issues/7", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
321347648
book: Add chapter about FlaggedStorage This will need rebasing once #395 is merged. This change is  Fixed. I will fix the history once the other PR is merged. book/src/12_tracked.md, line 49 at r3 (raw file): // Note that we could use separate bitsets here, we only use one to simplify the example data.populate_inserted(&mut self.modify_reader_id.as_mut().unwrap(), &mut self.dirty); I think you forgot to change this line to populate_modified Comments from Reviewable There, now. Will push all these in a single PR.
gharchive/pull-request
2018-05-08T21:08:27
2025-04-01T04:35:53.489536
{ "authors": [ "GraemeWilde", "Rhuagh" ], "repo": "slide-rs/specs", "url": "https://github.com/slide-rs/specs/pull/397", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
541074917
Fix inconsistency in generator between new and edit templates #76 Thank you @liamwhite! Let me see if I can't get the build passing before we merge, I think it's a Travis issue.
gharchive/pull-request
2019-12-20T16:18:49
2025-04-01T04:35:53.506386
{ "authors": [ "doomspork", "liamwhite" ], "repo": "slime-lang/phoenix_slime", "url": "https://github.com/slime-lang/phoenix_slime/pull/77", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
759654253
Invalid URI characters in password or username are not reencoded https://github.com/slimphp/Slim-Psr7/blob/5dbd98f5a0194db8aeee4da3441e56a1d816360b/src/Factory/UriFactory.php#L69 createFromGlobals takes the PHP_AUTH_USER,PHP_AUTH_PWD as-is without rencoding them. ]This causes to Uri::__tostring to ouput an invalid RFC3986 string Uri->withUserInfo rencodeds the given values and should be used instead of passing them directly to the constructor. If PHP_AUTH_PWD contains a ?, $, # (ie: 'abc?def') This causes Uri->tostring() to generate URLs that can't be parsed by parse_url because they are not encoded. Constructor has a different mecanism than using withUserInfo @lletourn good catch, you're more than welcome to raise a PR so we can fix it! Is the 3.X branch still maintained? The bug is there too so I'd need to have 2 PRs one for 4.x and one for 3.x Thanks @lletourn the 3.x branch is in security mode only at the moment. It's a real pain to do releases but I might do an exception for this as I'm sure you're not the only one affected.
gharchive/issue
2020-12-08T17:54:08
2025-04-01T04:35:53.511733
{ "authors": [ "l0gicgate", "lletourn" ], "repo": "slimphp/Slim-Psr7", "url": "https://github.com/slimphp/Slim-Psr7/issues/181", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
117116235
Changed inline output of NotAllowed to use protected functions This way the class can be extended and messages customized by overriding the method. Also reintroduced 'default:', line 66, in the switch test as otherwise $output could be undefined when reaching line 74. Discussed in issue #1588 👍 Apologies - a copy and paste gone wrong. It is used for the output in line 49 so plain text output also can be customized. Another thing, @pokmot comments that default is needed so that $output is not undefined BUT as $contentType is determied by an array_intersect $contentType will always have one of $this->knownContentTypes or "text/html" anyway. I'm not against default on switch statements of course but I consider it unnecessary when the possible values are all controlled $this->knownContentTypes is a protected property and may be overridden. In that case, there may be instances where $output is left undefined unless there is a default. As I am not planning to change $this->knownContentTypes I am happy to remove the default, but I thought it better to plan for someone who forgets/doesn't understand and therefore preventing the framework producing a notice. I think if someone was to change knownContentTypes to something not in the switch, it should fail badly, easier for the developer to debug than something magical happening without them knowing why. Muy thoughts exactly
gharchive/pull-request
2015-11-16T12:49:15
2025-04-01T04:35:53.515204
{ "authors": [ "akrabat", "juliangut", "pokmot", "silentworks" ], "repo": "slimphp/Slim", "url": "https://github.com/slimphp/Slim/pull/1595", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
136974651
Support +json & +xml accept headers when creating error responses Support structured suffix body parsers (+json/+xml) for error handling. This means that if the request has an Accept header of "application/hal+xml" and an error condition occurs, then the response will have an content type of "application/xml" rather than "text/html" as it is today. This is the flip side to #1781 ping @silentworks, @codeguy @akrabat :+1: Cool @akrabat https://github.com/akrabat/Slim/commit/4f4c65d91a25bfec459f3ac73a2707522ea5a3f1 DRY? Maybe we should use trait? It's intentional. If we create a trait, others will use it and this code is not suitable for that. If you want to deal the the Accept header for non-error handling, you should use Will Durrand's Negotiation package. which is the main slim framework file?..
gharchive/pull-request
2016-02-27T22:08:18
2025-04-01T04:35:53.518704
{ "authors": [ "Big-Shark", "akrabat", "nagaraj1245" ], "repo": "slimphp/Slim", "url": "https://github.com/slimphp/Slim/pull/1782", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
270983976
Add a Code of Conduct See #2324 Coverage remained the same at 93.223% when pulling ef76b287137537946fd78b653fdae35d3c0f937e on akrabat:code-of-conduct into dfcd63234d9610c8bfc3c26c8813659212a8c55e on slimphp:3.x. Coverage remained the same at 93.223% when pulling 7add815422a5d21201affdbc75478ac6ad3846be on akrabat:code-of-conduct into dfcd63234d9610c8bfc3c26c8813659212a8c55e on slimphp:3.x. Coverage remained the same at 97.071% when pulling b44700c0ac313db920a291f3ddcbcefcb2907ca8 on akrabat:code-of-conduct into 71af0cf22a5650decc415db7146d291438ecd4e6 on slimphp:3.x. 👍 LGTM @akrabat
gharchive/pull-request
2017-11-03T13:49:16
2025-04-01T04:35:53.522772
{ "authors": [ "akrabat", "coveralls", "geggleto" ], "repo": "slimphp/Slim", "url": "https://github.com/slimphp/Slim/pull/2326", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1303916661
How is the error budget calculated? Hi there, thanks for the work on this project. It helps a lot on transfering knowledge on SLO topic to the very complex prometheus queries! I'm wondering how the error budget is calculated and I can't find any documentation on the project page or the queries. Does the service have to run for 30 days and then the number of requests is taken, which I need in some form to show the current consumption of the budget? I'm wondering because I can't really figure out the numbers displayed in the dashboard (see image). But it could also be because I am currently only testing the project in a test project, which has only been running for a few hours. Hi @jkblume It's been a while since you started testing sloth, do you remain to have the same doubts as the day you created the issue? Do your numbers have more sense now after running sloth for a while? Numbers Explanation: Current burning budget for 892%: The service it's running with a 91.38% SLI having a target of 99 (1% error is a 100% error budget). Remaining error budget (month) 99.6%: Since the 1st of the current month how much error budget is remaining. Remaining error budget (30d window) NaN: since now, 30 days how much error budget is remaining (if just set there is not enough data). Best, Hi @slok , Proabably digging some old grave here, but I just stumbled across this and would like to know if you can help with my understanding on your statement: Remaining error budget (30d window) NaN: since now, 30 days how much error budget is remaining (if just set there is not enough data). What I undetstand with this is - if in case there is any discontinuity of data or, no data is available at any time - the metric will say NaN. Or, there could be a case where the sloth is just setup and the at least last 30 days data is not available - we would see NaN. The reason why I am asking this is I am not very much able to interpret this in my dashboard that shows negative remaining budget percentage as well as some NaNs. Thanks a bunch for this awesome project. susenj
gharchive/issue
2022-07-13T20:36:53
2025-04-01T04:35:53.643010
{ "authors": [ "jkblume", "slok", "susenj" ], "repo": "slok/sloth", "url": "https://github.com/slok/sloth/issues/348", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
534767419
Search na mobile je velky Toto by sme mali nejako na mobile vyriesit. Seach input navrhujem na malej obrazovke dat full width (v ramci gridu) a Hľadať tlacidlo dat pod to tiez vo full width. Jednotlive karty by som na malych obrazovkach taktiez natiahol na full width aby boli pod seba a nie vedla seba. Ja by som to navrhol spravit ako gov.uk. "Hľadať" zmeniť za ikonu lupy na malej obrazovke. Moja chyba, toto sa malo zavrieť, až keď sa na navody.digital použije nová verzia balíka, ktorá bude obsahovať #122. Čiže to ešte môžte otvoriť, kto máte práva a chuť, lebo to zatiaľ nemáme nasadené.
gharchive/issue
2019-12-09T08:24:20
2025-04-01T04:35:53.652577
{ "authors": [ "jsuchal", "rakyi", "tajovic" ], "repo": "slovensko-digital/navody-frontend", "url": "https://github.com/slovensko-digital/navody-frontend/issues/115", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
570074081
fix for missing objective error for LGBMRegressor https://github.com/slundberg/shap/issues/1042 For some reason I can't reproduce this issue locally. The objective is populated on the model. Thanks for digging into this @imatiach-msft ! Feel free to merge this or the other PR whenever you can verify it fixes it :) @slundberg I was able to reproduce the issue when using the non-sklearn API from lightgbm. There might be other cases where this happens as well (maybe save/reload model?). I added more test coverage for the non-sklearn API. The current fix does seem to resolve the issue for non-sklearn API so I think it can be merged. Hello! Is there a chance of reviving this Pull Request and merging with Shap? It'd be great to solve this bug, I just ran into this issue on my current project. Any update on this @slundberg @imatiach-msft? This is a pretty SHAP-breaking bug for me.
gharchive/pull-request
2020-02-24T19:16:49
2025-04-01T04:35:53.677272
{ "authors": [ "DawidDabkowski", "imatiach-msft", "j-adamczyk", "slundberg" ], "repo": "slundberg/shap", "url": "https://github.com/slundberg/shap/pull/1063", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
44167071
Update bootstrap-datetimepicker.zh-CN.js Changed today's Chinese expression: from "今日"(more formal) to "今天"(more common). { days: ["星期天", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六", "星期天"], daysShort: ["周日", "周一", "周二", "周三", "周四", "周五", "周六", "周日"], daysMin: ["日", "一", "二", "三", "四", "五", "六", "日"], months: ["01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12" ], monthsShort:["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一", "十二"], meridiem: ["上午", "下午"], suffix: ["st", "nd", "rd", "th"], today: getTimeNow()} } I just use chinese like this .... { days: ["星期天", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六", "星期天"], daysShort: ["周日", "周一", "周二", "周三", "周四", "周五", "周六", "周日"], daysMin: ["日", "一", "二", "三", "四", "五", "六", "日"], months: ["01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12" ], monthsShort:["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一", "十二"], meridiem: ["上午", "下午"], suffix: ["st", "nd", "rd", "th"], today: getTimeNow()} } //Some function need to call Date.prototype.Format = function (fmt) { //author: meizz var o = { "M+": this.getMonth() + 1, //月份 "d+": this.getDate(), //日 "h+": this.getHours(), //小时 "m+": this.getMinutes(), //分 "s+": this.getSeconds(), //秒 "q+": Math.floor((this.getMonth() + 3) / 3), //季度 "S": this.getMilliseconds() //毫秒 }; if (/(y+)/.test(fmt)) fmt = fmt.replace(RegExp.$1, (this.getFullYear() + "").substr(4 - RegExp.$1.length)); for (var k in o) if (new RegExp("(" + k + ")").test(fmt)) fmt = fmt.replace(RegExp.$1, (RegExp.$1.length == 1) ? (o[k]) : (("00" + o[k]).substr(("" + o[k]).length))); return fmt; } function getTimeNow(){ var time=new Date().Format("yyyy-MM-dd hh:mm"); return time; }
gharchive/pull-request
2014-09-27T10:14:09
2025-04-01T04:35:53.733575
{ "authors": [ "igame2000", "occultskyrong" ], "repo": "smalot/bootstrap-datetimepicker", "url": "https://github.com/smalot/bootstrap-datetimepicker/pull/340", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
457922717
Progress status not updating Download progress is updating initially, but after UI re-called. OnProgressUpdate() is called, but progress bar not updating. @Override public void onProgress(int id, long totalBytes, long downloadedBytes, int progress) { viewHolder.circularProgressbar.setProgress(progress); Log.d("MobileDownload",String.valueOf(progress)); } });
gharchive/issue
2019-06-19T10:06:45
2025-04-01T04:35:53.748585
{ "authors": [ "anandinmaddy" ], "repo": "smanikandan14/ThinDownloadManager", "url": "https://github.com/smanikandan14/ThinDownloadManager/issues/131", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2734927020
🛑 Website is down In 9464e66, Website (https://sman3palu.sch.id) was down: HTTP code: 530 Response time: 109 ms Resolved: Website is back up in 5e2ccf8 after 49 minutes.
gharchive/issue
2024-12-12T05:54:34
2025-04-01T04:35:53.751179
{ "authors": [ "hansputera" ], "repo": "smantriplw/uptime-services", "url": "https://github.com/smantriplw/uptime-services/issues/1417", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
936485698
Custom Dot Cursor [React Version] Reference hello, I'm Shivani Gupta I can create this cursor. Can you please assign this issue to me. Thank you @Shivani13121007 assigned for 3 days.
gharchive/issue
2021-07-04T15:46:00
2025-04-01T04:35:53.752655
{ "authors": [ "Shivani13121007", "deeqakkk", "smaranjitghose" ], "repo": "smaranjitghose/awesome-portfolio-websites", "url": "https://github.com/smaranjitghose/awesome-portfolio-websites/issues/871", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1900093712
🛑 Dashboard is down In e81f40d, Dashboard (https://app.smart-moov.io) was down: HTTP code: 502 Response time: 909 ms Resolved: Dashboard is back up in 2056bff after 8 minutes.
gharchive/issue
2023-09-18T03:20:06
2025-04-01T04:35:53.758134
{ "authors": [ "guillaume-gagnaire" ], "repo": "smart-moov/upptime", "url": "https://github.com/smart-moov/upptime/issues/386", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1832510178
Android抓取Battery時,數值不會變化 以電池溫度為例,剛接上時會有數值(比如25度),但之後就不會再變化了。除非再重新抓取一次,就會看到一開始的數值已經變成30度了,但再放著仍然溫度數值會保持不變。Iphone的話就會看到溫度一直升高的變化。麻煩大大幫忙看看 [I 230802 14:10:05 common:61] Connected devices: ['19281FDEE000ZY(Pixel 6 Pro)'] 192.168.26.12 - - [02/Aug/2023 14:10:06] "GET /device/ids?platform=Android&_=1690956597683 HTTP/1.1" 200 - [W 230802 14:10:10 common:81] no pid found 192.168.26.12 - - [02/Aug/2023 14:10:10] "GET /package/pids?platform=Android&device=19281FDEE000ZY(Pixel%206%20Pro)&pkgname=com.nexon.dwm&_=1690956597684 HTTP/1.1" 200 - [I 230802 14:10:17 common:183] Clean up useless files ... [I 230802 14:10:17 common:189] Clean up useless files success 192.168.26.12 - - [02/Aug/2023 14:10:17] "POST /apm/initialize HTTP/1.1" 200 - 192.168.26.12 - - [02/Aug/2023 14:10:17] "GET /apm/set/network?platform=Android&pkgname=com.nexon.dwm&device=19281FDEE000ZY(Pixel%206%20Pro)&wifi_switch=true&type=pre&process=&_=1690956597685 HTTP/1.1" 200 - [E 230802 14:10:18 fps:74] get activity name failed, Please provide SurfaceFlinger --list information to the author [I 230802 14:10:18 fps:75] dumpsys SurfaceFlinger --list info: 192.168.26.12 - - [02/Aug/2023 14:10:19] "GET /apm/network?model=normal&platform=Android&pkgname=com.nexon.dwm&device=19281FDEE000ZY(Pixel%206%20Pro)&wifi_switch=true&process=&_=1690956597688 HTTP/1.1" 200 - 192.168.26.12 - - [02/Aug/2023 14:10:19] "GET /apm/cpu?model=normal&platform=Android&pkgname=com.nexon.dwm&device=19281FDEE000ZY(Pixel%206%20Pro)&process=&_=1690956597686 HTTP/1.1" 200 - 192.168.26.12 - - [02/Aug/2023 14:10:20] "GET /socket.io/?EIO=3&transport=polling&t=1690956607153-4776&sid=0f834451317849d59b1a131c8dd41463 HTTP/1.1" 200 - 192.168.26.12 - - [02/Aug/2023 14:10:20] "GET /socket.io/?EIO=3&transport=polling&t=1690956606723-6&sid=0c091cd2b44d4486853a0e7ca4680c05 HTTP/1.1" 200 - 192.168.26.12 - - [02/Aug/2023 14:10:20] "GET /apm/fps?model=normal&platform=Android&pkgname=com.nexon.dwm&device=19281FDEE000ZY(Pixel%206%20Pro)&surv=true&_=1690956597689 HTTP/1.1" 200 - [E 230802 14:10:20 apis:237] get memory data failed Traceback (most recent call last): File "E:\MyWorkFolder\DWM\Profiling\SoloX\SoloX_evn01\lib\site-packages\solox\view\apis.py", line 234, in getMEM totalPass, nativePass, dalvikPass = mem.getProcessMem() File "E:\MyWorkFolder\DWM\Profiling\SoloX\SoloX_evn01\lib\site-packages\solox\public\apm.py", line 142, in getProcessMem totalPass, nativePass, dalvikPass = self.getAndroidMem() if self.platform == Platform.Android else self.getiOSMem() File "E:\MyWorkFolder\DWM\Profiling\SoloX\SoloX_evn01\lib\site-packages\solox\public\apm.py", line 127, in getAndroidMem totalPass = round(float(float(m_total.group(1))) / 1024, 2) AttributeError: 'NoneType' object has no attribute 'group' 192.168.26.12 - - [02/Aug/2023 14:10:20] "GET /apm/mem?model=normal&platform=Android&pkgname=com.nexon.dwm&device=19281FDEE000ZY(Pixel%206%20Pro)&process=&_=1690956597687 HTTP/1.1" 200 - 192.168.26.12 - - [02/Aug/2023 14:10:20] "GET /apm/battery?platform=Android&device=19281FDEE000ZY(Pixel%206%20Pro)&_=1690956597690 HTTP/1.1" 200 - [E 230802 14:10:21 fps:74] get activity name failed, Please provide SurfaceFlinger --list information to the author [I 230802 14:10:21 fps:75] dumpsys SurfaceFlinger --list info: 192.168.26.12 - - [02/Aug/2023 14:10:21] "GET /socket.io/?EIO=3&transport=polling&t=1690956620202-4777&sid=0f834451317849d59b1a131c8dd41463 HTTP/1.1" 200 - 192.168.26.12 - - [02/Aug/2023 14:10:21] "GET /socket.io/?EIO=3&transport=polling&t=1690956620205-7&sid=0c091cd2b44d4486853a0e7ca4680c05 HTTP/1.1" 200 - 192.168.26.12 - - [02/Aug/2023 14:10:21] "GET /apm/network?model=normal&platform=Android&pkgname=com.nexon.dwm&device=19281FDEE000ZY(Pixel%206%20Pro)&wifi_switch=true&process=&_=1690956597691 HTTP/1.1" 200 - 192.168.26.12 - - [02/Aug/2023 14:10:22] "GET /apm/cpu?model=normal&platform=Android&pkgname=com.nexon.dwm&device=19281FDEE000ZY(Pixel%206%20Pro)&process=&_=1690956597692 HTTP/1.1" 200 - 192.168.26.12 - - [02/Aug/2023 14:10:22] "GET /apm/battery?platform=Android&device=19281FDEE000ZY(Pixel%206%20Pro)&_=1690956597695 HTTP/1.1" 200 - 192.168.26.12 - - [02/Aug/2023 14:10:22] "GET /apm/fps?model=normal&platform=Android&pkgname=com.nexon.dwm&device=19281FDEE000ZY(Pixel%206%20Pro)&surv=true&_=1690956597693 HTTP/1.1" 200 - 192.168.26.12 - - [02/Aug/2023 14:10:23] "GET /socket.io/?EIO=3&transport=polling&t=1690956621208-4778&sid=0f834451317849d59b1a131c8dd41463 HTTP/1.1" 200 - 192.168.26.12 - - [02/Aug/2023 14:10:23] "GET /socket.io/?EIO=3&transport=polling&t=1690956621210-8&sid=0c091cd2b44d4486853a0e7ca4680c05 HTTP/1.1" 200 - 192.168.26.12 - - [02/Aug/2023 14:10:23] "POST /socket.io/?EIO=3&transport=polling&t=1690956623032-9&sid=0c091cd2b44d4486853a0e7ca4680c05 HTTP/1.1" 200 - [E 230802 14:10:23 apis:237] get memory data failed Traceback (most recent call last): File "E:\MyWorkFolder\DWM\Profiling\SoloX\SoloX_evn01\lib\site-packages\solox\view\apis.py", line 234, in getMEM totalPass, nativePass, dalvikPass = mem.getProcessMem() File "E:\MyWorkFolder\DWM\Profiling\SoloX\SoloX_evn01\lib\site-packages\solox\public\apm.py", line 142, in getProcessMem totalPass, nativePass, dalvikPass = self.getAndroidMem() if self.platform == Platform.Android else self.getiOSMem() File "E:\MyWorkFolder\DWM\Profiling\SoloX\SoloX_evn01\lib\site-packages\solox\public\apm.py", line 127, in getAndroidMem totalPass = round(float(float(m_total.group(1))) / 1024, 2) AttributeError: 'NoneType' object has no attribute 'group' 192.168.26.12 - - [02/Aug/2023 14:10:23] "GET /apm/mem?model=normal&platform=Android&pkgname=com.nexon.dwm&device=19281FDEE000ZY(Pixel%206%20Pro)&process=&_=1690956597694 HTTP/1.1" 200 - 192.168.26.12 - - [02/Aug/2023 14:10:23] "GET /socket.io/?EIO=3&transport=polling&t=1690956623235-10&sid=0c091cd2b44d4486853a0e7ca4680c05 HTTP/1.1" 200 - [E 230802 14:10:23 fps:74] get activity name failed, Please provide SurfaceFlinger --list information to the author [I 230802 14:10:23 fps:75] dumpsys SurfaceFlinger --list info: 192.168.26.12 - - [02/Aug/2023 14:10:23] "GET /apm/network?model=normal&platform=Android&pkgname=com.nexon.dwm&device=19281FDEE000ZY(Pixel%206%20Pro)&wifi_switch=true&process=&_=1690956597696 HTTP/1.1" 200 - 192.168.26.12 - - [02/Aug/2023 14:10:24] "GET /socket.io/?EIO=3&transport=polling&t=1690956623229-4779&sid=0f834451317849d59b1a131c8dd41463 HTTP/1.1" 200 - 192.168.26.12 - - [02/Aug/2023 14:10:24] "GET /socket.io/?EIO=3&transport=polling&t=1690956623374-11&sid=0c091cd2b44d4486853a0e7ca4680c05 HTTP/1.1" 200 - 192.168.26.12 - - [02/Aug/2023 14:10:24] "GET /apm/battery?platform=Android&device=19281FDEE000ZY(Pixel%206%20Pro)&_=1690956597698 HTTP/1.1" 200 - 192.168.26.12 - - [02/Aug/2023 14:10:24] "GET /apm/cpu?model=normal&platform=Android&pkgname=com.nexon.dwm&device=19281FDEE000ZY(Pixel%206%20Pro)&process=&_=1690956597697 HTTP/1.1" 200 - 192.168.26.12 - - [02/Aug/2023 14:10:25] "GET /apm/fps?model=normal&platform=Android&pkgname=com.nexon.dwm&device=19281FDEE000ZY(Pixel%206%20Pro)&surv=true&_=1690956597699 HTTP/1.1" 200 - 192.168.26.12 - - [02/Aug/2023 14:10:25] "GET /apm/network?model=normal&platform=Android&pkgname=com.nexon.dwm&device=19281FDEE000ZY(Pixel%206%20Pro)&wifi_switch=true&process=&_=1690956597701 HTTP/1.1" 200 - 192.168.26.12 - - [02/Aug/2023 14:10:26] "GET /apm/battery?platform=Android&device=19281FDEE000ZY(Pixel%206%20Pro)&_=1690956597702 HTTP/1.1" 200 - [E 230802 14:10:26 fps:74] get activity name failed, Please provide SurfaceFlinger --list information to the author [I 230802 14:10:26 fps:75] dumpsys SurfaceFlinger --list info: [E 230802 14:10:26 apis:237] get memory data failed 这些错误日志和你说的问题无关,是因为你没有选择对应的app进程,或者app进程死掉了。电池温度的问题我看看。 謝謝大佬
gharchive/issue
2023-08-02T06:17:51
2025-04-01T04:35:53.763283
{ "authors": [ "rafa0128", "yanghansyuan" ], "repo": "smart-test-ti/SoloX", "url": "https://github.com/smart-test-ti/SoloX/issues/192", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
139844014
Fix not validating values in EXPECT_NOTIFICATION with 1 occurence table.pack() don`t packs the only one argument in the number-indexed array and returns only that one argument. So, 1st elements of args returns nil. Assignig of args itself solves issue of getting right argument. Related to: APPLINK-17030 Cloned from: https://github.com/CustomSDL/sdl_atf/pull/86 @malirod please review. Need to check more cases of behavior.
gharchive/pull-request
2016-03-10T10:13:44
2025-04-01T04:35:53.776881
{ "authors": [ "AMikhniev" ], "repo": "smartdevicelink/sdl_atf", "url": "https://github.com/smartdevicelink/sdl_atf/pull/2", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
877449355
Migrate from JCenter to MavenCentral, following Jcenter sunset I was wondering if you are planning to migrate from JCenter. Cheers. i have problem android new gradle version 4.2.0 . slider library not work i have problem android new gradle version 4.2.0 . slider library not work Just don't delete Jcenter, i'm working with gradle 4.2.1
gharchive/issue
2021-05-06T12:34:45
2025-04-01T04:35:53.783768
{ "authors": [ "Rakib898907", "RizhoX", "ccparram" ], "repo": "smarteist/Android-Image-Slider", "url": "https://github.com/smarteist/Android-Image-Slider/issues/203", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1735341190
Failed to start Apply the …ngs specified in cloud-config. #28 Getting some errors during the "Waiting for control plane to be initialized..." phase: kubectl logs vm-quickstart-cp-dc74x-qrvvf [ 12.822875] cloud-init[1039]: Cloud-init v. 22.3.4-0ubuntu1~22.04.1 running 'modules:config' at Thu, 01 Jun 2023 02:40:30 +0000. Up 12.67 seconds. [ 12.900775] cloud-init[1039]: 2023-06-01 02:40:30,914 - util.py[WARNING]: Running module locale (<module 'cloudinit.config.cc_locale' from '/usr/lib/python3/dist-packages/cloudinit/config/cc_locale.py'>) failed [ 12.939189] cloud-init[1039]: 2023-06-01 02:40:30,952 - cc_set_passwords.py[WARNING]: Ignoring config 'ssh_pwauth: None'. SSH service 'ssh' is not installed. [FAILED] Failed to start Apply the …ngs specified in cloud-config. See 'systemctl status cloud-config.service' for details. Starting Execute cloud user/final scripts... [ 57.034344] cloud-init[1055]: CGROUPS_BLKIO: missing [ 57.035390] cloud-init[1055]: [WARNING SystemVerification]: missing optional cgroups: blkio [ 57.037697] cloud-init[1055]: [WARNING SystemVerification]: failed to parse kernel config: unable to load kernel module: "configs", output: "", err: exec: "modprobe": executable file not found in $PATH [ 101.474076] cloud-init[1055]: [kubelet-check] Initial timeout of 40s passed. [ 322.483336] cloud-init[1055]: Unfortunately, an error has occurred: [ 322.497123] cloud-init[1055]: timed out waiting for the condition [ 322.501165] cloud-init[1055]: This error is likely caused by: [ 322.501887] cloud-init[1055]: - The kubelet is not running [ 322.509514] cloud-init[1055]: - The kubelet is unhealthy due to a misconfiguration of the node in some way (required cgroups disabled) Please give me some advice how to solve this problem, TKS What is the username and password of the virtual machine quickstart-cp-gtcgg ? I try to log in to the virtual machine through the console to troubleshoot this problem, but I don't know the username and password. The main reason is that the image cannot be pulled
gharchive/issue
2023-06-01T02:54:50
2025-04-01T04:35:53.820739
{ "authors": [ "shengslin" ], "repo": "smartxworks/virtink", "url": "https://github.com/smartxworks/virtink/issues/93", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2029141981
Adds .default so create function could be found Adds .default to code to continue using Common JS Just in case anyone else comes here after seeing an error of Uncaught TypeError: Cannot read properties of undefined (reading 'create') coming from line 9 of HttpSender.js after upgrading their version of this SDK, you might need to update whatever bundler you're using in your project to handle the cjs file extension. Axios switched their file extension somewhere between 0.26.1 and 1.62. We were handling js, mjs, ts, but not cjs. Once updating our webpack config to handle this, everything worked great!
gharchive/pull-request
2023-12-06T18:23:34
2025-04-01T04:35:53.823077
{ "authors": [ "dave-smartystreets", "greg5green" ], "repo": "smarty/smartystreets-javascript-sdk", "url": "https://github.com/smarty/smartystreets-javascript-sdk/pull/78", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
51923261
SASS Namespacing All mixins and variable names in SASS are global. (source). Therefore, all variable names and mixins need to be namespaced to the plugin. For example, you will get sass compilation errors if you include bourbon.io and the owl theme files since they define conflicting transition and transform mixins. Also, the keyframes defined in owl.animation.scss should be namespaced so they don't override other fadeOut animations. @jonmilner This looks like an issue that's in your wheelhouse.
gharchive/issue
2014-12-14T16:10:22
2025-04-01T04:35:53.833880
{ "authors": [ "joeyjoejoejr", "justinanastos" ], "repo": "smashingboxes/OwlCarousel2", "url": "https://github.com/smashingboxes/OwlCarousel2/issues/647", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2067135264
🛑 Fabula-Fantastica - SWTOR is down In b7ed3db, Fabula-Fantastica - SWTOR (https://swtor.fabula-fantastica.online) was down: HTTP code: 0 Response time: 0 ms Resolved: Fabula-Fantastica - SWTOR is back up in cc886fc after 6 minutes.
gharchive/issue
2024-01-05T10:54:16
2025-04-01T04:35:53.839999
{ "authors": [ "smb" ], "repo": "smb/mon-ip", "url": "https://github.com/smb/mon-ip/issues/122", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1369504112
[BUG] Living Room Lights not Triggering Describe the bug Living room lights not triggering with Motion Fixed on Node-Red
gharchive/issue
2022-09-12T08:46:04
2025-04-01T04:35:53.843546
{ "authors": [ "smcnab1" ], "repo": "smcnab1/op-question-mark", "url": "https://github.com/smcnab1/op-question-mark/issues/105", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
351716603
remove Neo I'm ok having Neo in MetaMorpheus (or interacting with MM the way MM interacts with FlashLFQ) but I don't want to have a bunch of code in the repo that's not used and is untested. And it's probably pretty out of date anyway? This should get Zach's approval, but it looks fine to me. well I view it as just temporary, whenever you want to put your updated code in you're welcome to
gharchive/pull-request
2018-08-17T19:45:17
2025-04-01T04:35:53.859902
{ "authors": [ "acesnik", "rmillikin" ], "repo": "smith-chem-wisc/MetaMorpheus", "url": "https://github.com/smith-chem-wisc/MetaMorpheus/pull/1351", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
457950521
ssr and redux I have this code route.js const Hello: any = loadable( () => import(/* webpackChunkName: "components_Hello" */ './components/Hello/Hello'), { fallback: Loading, } ); export const routes = [ { path: '/Hello', component: Hello, init: Hello.init, exact: true, } ]; render.js initData(url:string) { const matchedRoutes = matchRoutes(routes, url); const promises = []; for (const item of matchedRoutes) { if (item.route.init) { const promise = new Promise((resolve, reject) => { item.route.init(serverStore).then(resolve).catch(resolve); }); promises.push(promise); } } return Promise.all(promises); } but I can not get init Hello, I am sorry we don't have enough information to help you. Please submit a new issue with a repro example.
gharchive/issue
2019-06-19T11:10:52
2025-04-01T04:35:53.883902
{ "authors": [ "neoziro", "q451906590" ], "repo": "smooth-code/loadable-components", "url": "https://github.com/smooth-code/loadable-components/issues/368", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
380178397
fix ref for load lib Summary Load a lib with a ref not working actually Test plan Look en example code in examples/client-side/src/index.js See #144
gharchive/pull-request
2018-11-13T11:22:38
2025-04-01T04:35:53.885514
{ "authors": [ "neoziro", "philibea" ], "repo": "smooth-code/loadable-components", "url": "https://github.com/smooth-code/loadable-components/pull/143", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2604646912
Unable to open file at D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages/D:\ComfyUI_windows_portable\ComfyUI\models\Hallo\face_analysis\models\face_landmarker_v2_with_blendshapes.task, errno=22 Need to check the error message on the console 需要看控制台的报错信息 Need to check the error message on the console 需要看控制台的报错信息 check your mediapipe version ,in D:\ComfyUI_windows_portable\python_embeded open CMD,and fill in : python -m pip show mediapipe check your mediapipe >=0.10.11 or check your comfyUI/models/Hallo/face_analysis/models contain below models: check your mediapipe version ,in D:\ComfyUI_windows_portable\python_embeded open CMD,and fill in : python -m pip show mediapipe check your mediapipe >=0.10.11 or check your comfyUI/models/Hallo/face_analysis/models contain below models: 是因为文件夹名字hallo区分大小写吗 当然区分大小写,首次运行会新建文件夹 Of course, it is case-sensitive. A new folder will be created when running for the first time. 还是不行 我是第一次运行前就把东西下好了的 有影响吗 你的路径有点奇怪啊,怎么会有2个D盘在里面 D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages/D:\ComfyUI_windows_portable\ComfyUI\models\Hallo\face_analysis\models\face_landmarker_v2_with_blendshapes.tas 按理是要打开D:\ComfyUI_windows_portable\ComfyUI\models\Hallo\face_analysis\models\face_landmarker_v2_with_blendshapes.task,你这个前面怎么会有条路径 你的路径有点奇怪啊,怎么会有2个D盘在里面 D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages/D:\ComfyUI_windows_portable\ComfyUI\models\Hallo\face_analysis\models\face_landmarker_v2_with_blendshapes.tas 按理是要打开D:\ComfyUI_windows_portable\ComfyUI\models\Hallo\face_analysis\models\face_landmarker_v2_with_blendshapes.task,你这个前面怎么会有条路径 感觉是某个插件做了路径的全局变量,我改一下其中一个变量,迟点你更新试试 好的 谢谢哥 你试试刚更新的,我把task改成了相对路径 Try the newly updated one. I changed the task to a relative path. 哥 我试了 还是一样的问题 我更新了节点,结果报错 RuntimeError: Unable to open file at E:\ComfyUI_240819\models\Hallo\face_analysis\models\face_landmarker_v2_with_blendshapes.task 路径里少了一段ComfyUI 我的模型路径是E:\ComfyUI_240819\ComfyUI\models 我更新了节点,结果报错 RuntimeError: Unable to open file at E:\ComfyUI_240819\models\Hallo\face_analysis\models\face_landmarker_v2_with_blendshapes.task 路径里少了一段ComfyUI 我的模型路径是E:\ComfyUI_240819\ComfyUI\models 把相对路径注释掉用你原来的路径,就不会报错了。 task_model_path=os.path.join(weigths_face_analysis_path,"face_landmarker_v2_with_blendshapes.task") 看来还得改回去,不然别人用了会报错。
gharchive/issue
2024-10-22T08:16:09
2025-04-01T04:35:53.900347
{ "authors": [ "guahunyo", "keno-log", "smthemex" ], "repo": "smthemex/ComfyUI_Hallo2", "url": "https://github.com/smthemex/ComfyUI_Hallo2/issues/10", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1914552299
Year 엔티티 추가 [ ] Year 엔티티 추가 create table accounts_year ( id bigint auto_increment primary key, year varchar(4) not null, major_i int not null, major_s int not null, culture int not null, culture_cnt int not null, `all` int not null );
gharchive/issue
2023-09-27T01:57:10
2025-04-01T04:35:53.902746
{ "authors": [ "hyunmin0317" ], "repo": "smu-nity/API", "url": "https://github.com/smu-nity/API/issues/37", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
173592179
Be able to render an SVG element with actual text contents Be able to handle the element so that SVG text can be rendered. Currently, an error is raised. Example: var vnode = h('svg', {}, [ h('g', {}, [ h('text', { style: {transform: 'translate(0px, 40px)'} }, [ "Text is showing up" ]) ]) ]) var root = document.querySelector('body') patch(root, vnode) No test? Thank you for the bugfix @monfera :smile: What about checking for the text property in the for-loop where addNS is called? Would that solve the issue as well? Also, please add tests :+1: @paldepind Checking whether the children have data or not before calling addNS also works. Here is the fix https://github.com/snabbdom/snabbdom/pull/208 Unless I am missing something, svg is broken for me.
gharchive/pull-request
2016-08-27T11:40:19
2025-04-01T04:35:53.909108
{ "authors": [ "amirouche", "jbucaran", "monfera", "paldepind" ], "repo": "snabbdom/snabbdom", "url": "https://github.com/snabbdom/snabbdom/pull/154", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1876718421
snakemake parse a wrong int like parameter. Snakemake version 7.32.2 Describe the bug when run snakemake using --config s_id="2023023902_2", snakemake got "20230239022"。 Logs Minimal example a Snakefile is: s_id = config['s_id'] print(s_id) run it using: snakemake --cores --config s_id="2023023902_2" the terminal output is "20230239022". (To me) It's not a bug, it's a feature! See https://peps.python.org/pep-0515/ If you want to keep the "_ " (and get a type str instead of an integer) you can run the pipeline using: --config s_id="'2023023902_2'" (To me) It's not a bug, it's a feature! See https://peps.python.org/pep-0515/ If you want to keep the "_ " (and get a type str instead of an integer) you can run the pipeline using: --config s_id="'2023023902_2'" This is my fault. I haven't mastered this Python feature, thank you for pointing it out.
gharchive/issue
2023-09-01T04:49:30
2025-04-01T04:35:53.954761
{ "authors": [ "conanyangqun", "pecholleyn" ], "repo": "snakemake/snakemake", "url": "https://github.com/snakemake/snakemake/issues/2431", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
117853066
snc_redis must be configured I'm getting the following exception: InvalidConfigurationException: The child node "clients" at path "snc_redis" must be configured. I use Symfony 2.3 SncRedisBundle 1.1.x-dev In config.yml I have clients: default: type: predis alias: default dsn: redis://localhost logging: %kernel.debug% And I've followed the docs for installation... Any idea what would cause this ? I had this issue. Turns out I had the snc_redis path configured under parameters, like this: parameters: ... <other definitions> snc_redis: clients: default: ... What I needed was snc_redis to be its own top-level path: parameters: ... <other definitions> snc_redis: clients: default: ... In your given example, I don't see snc_redis at all. Do you have clients defined underneath snc_redis? #263
gharchive/issue
2015-11-19T16:37:21
2025-04-01T04:35:54.013365
{ "authors": [ "JHGitty", "echosa", "isbkch" ], "repo": "snc/SncRedisBundle", "url": "https://github.com/snc/SncRedisBundle/issues/219", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
135449727
Properly extract password from auth credentials (fixes #218) Allows urls like postgres://h:password@host.com:1234 to work. I also attempted to rewrite using parse_url & parse_str as suggested in #218, however due to the implementation of socket location parsing, which parse_url doesn't support, this would lead to too much boilerplate code, making it simpler to just add an easy fix. Thanks, please merge this! Why would you ever want so specify a user? Redis does not support this? It is the URL format provided by all of Heroku's Redis providers, so this potentially affects a lot of people. There is also pretty much no downside to adding it. Well, currently passwords can contain : (there is currently no test that handles this). With this change this won't work anymore. The good thing is that 2.0 is not BC, so it would not be a problem. @snc Good reason! So we should close this PR - we need to support :. I would prefer a way to make it configurable then, as it is still a legitimate use case. Absolutely, both should be supported. Do you still have your parse_url code around? I force pushed over it I'm afraid, so no. The way to have : in passwords is to use %3A really. So I would say this is mergeable as is. Well, strictly speaking, only the first : is considered as splitting user and pass I think, so it should be changed to explode(':', $this->password, 2); to make sure further : stay in the password. See https://github.com/snc/SncRedisBundle/commit/c5b91aba0947bccb66722e52a9048cf6ca514891 for additional fixes. I hope you're ok with this @snc, I wrote it down in UPDATE.md at least :)
gharchive/pull-request
2016-02-22T15:22:13
2025-04-01T04:35:54.018799
{ "authors": [ "JHGitty", "NielsJanssen", "Seldaek", "snc" ], "repo": "snc/SncRedisBundle", "url": "https://github.com/snc/SncRedisBundle/pull/248", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2688276192
Add type prop to SimpleGrid Fixes #428 / Add type prop to SimpleGrid Hi @namakshenas Can you please add a changelog entry and this example from the Mantine docs? https://mantine.dev/core/simple-grid/#container-queries Hi @AnnMarieW, Done. Thank you. Also, were you still planning on adding the Grid container queries? https://mantine.dev/core/grid/#container-queries Yes, ASAP.
gharchive/pull-request
2024-11-24T19:32:15
2025-04-01T04:35:54.027025
{ "authors": [ "namakshenas" ], "repo": "snehilvj/dash-mantine-components", "url": "https://github.com/snehilvj/dash-mantine-components/pull/433", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }