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
2360500442
blockheadedly, givenness This pull request was generated by the 'mq' tool [test] flake rate: 0.1 logical conflict every: 1000 sleep for: 600s close stale after: 24 hours [pullrequest] requests per hour: 20 deps=[b,g] /trunk merge
gharchive/pull-request
2024-06-18T18:57:37
2025-04-01T06:40:46.539295
{ "authors": [ "EliSchleifer" ], "repo": "trunk-io/mergequeue", "url": "https://github.com/trunk-io/mergequeue/pull/79250", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2374287410
ergastic, acrophonically This pull request was generated by the 'mq' tool [test] flake rate: 0.1 logical conflict every: 1000 sleep for: 600s close stale after: 24 hours [pullrequest] requests per hour: 20 deps=[a,e] /trunk merge
gharchive/pull-request
2024-06-26T04:58:00
2025-04-01T06:40:46.541101
{ "authors": [ "EliSchleifer" ], "repo": "trunk-io/mergequeue", "url": "https://github.com/trunk-io/mergequeue/pull/86315", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2378328176
aurivorous, calombigas This pull request was generated by the 'mq' tool [test] flake rate: 0.1 logical conflict every: 1000 sleep for: 600s close stale after: 24 hours [pullrequest] requests per hour: 20 deps=[a,c] /trunk merge
gharchive/pull-request
2024-06-27T14:29:16
2025-04-01T06:40:46.542754
{ "authors": [ "EliSchleifer" ], "repo": "trunk-io/mergequeue", "url": "https://github.com/trunk-io/mergequeue/pull/87642", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2381336349
biacuminate, erythroblastosis This pull request was generated by the 'mq' tool [test] flake rate: 0.1 logical conflict every: 1000 sleep for: 600s close stale after: 24 hours [pullrequest] requests per hour: 20 deps=[b,e] /trunk merge
gharchive/pull-request
2024-06-29T00:08:04
2025-04-01T06:40:46.544629
{ "authors": [ "EliSchleifer" ], "repo": "trunk-io/mergequeue", "url": "https://github.com/trunk-io/mergequeue/pull/88935", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2381629323
admedial, enthronising This pull request was generated by the 'mq' tool [test] flake rate: 0.1 logical conflict every: 1000 sleep for: 600s close stale after: 24 hours [pullrequest] requests per hour: 20 deps=[a,e] /trunk merge
gharchive/pull-request
2024-06-29T09:55:16
2025-04-01T06:40:46.546264
{ "authors": [ "EliSchleifer" ], "repo": "trunk-io/mergequeue", "url": "https://github.com/trunk-io/mergequeue/pull/89318", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2383931989
fleysome, aversive This pull request was generated by the 'mq' tool [test] flake rate: 0.1 logical conflict every: 1000 sleep for: 600s close stale after: 24 hours [pullrequest] requests per hour: 20 deps=[a,f] /trunk merge
gharchive/pull-request
2024-07-01T13:56:04
2025-04-01T06:40:46.547876
{ "authors": [ "EliSchleifer" ], "repo": "trunk-io/mergequeue", "url": "https://github.com/trunk-io/mergequeue/pull/91376", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2386832733
distrail, flailed This pull request was generated by the 'mq' tool [test] flake rate: 0.1 logical conflict every: 1000 sleep for: 600s close stale after: 24 hours [pullrequest] requests per hour: 20 deps=[d,f] /trunk merge
gharchive/pull-request
2024-07-02T17:51:53
2025-04-01T06:40:46.549495
{ "authors": [ "EliSchleifer" ], "repo": "trunk-io/mergequeue", "url": "https://github.com/trunk-io/mergequeue/pull/92503", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2392289932
bolsheviks, glenoidal This pull request was generated by the 'mq' tool [test] flake rate: 0.1 logical conflict every: 1000 sleep for: 600s close stale after: 24 hours [pullrequest] requests per hour: 20 deps=[b,g] /trunk merge
gharchive/pull-request
2024-07-05T10:06:03
2025-04-01T06:40:46.551128
{ "authors": [ "EliSchleifer" ], "repo": "trunk-io/mergequeue", "url": "https://github.com/trunk-io/mergequeue/pull/95043", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2401061316
fuddles, ejectives This pull request was generated by the 'mq' tool [test] flake rate: 0.1 logical conflict every: 1000 sleep for: 600s close stale after: 24 hours [pullrequest] requests per hour: 20 deps=[e,f] /trunk merge
gharchive/pull-request
2024-07-10T15:22:26
2025-04-01T06:40:46.552784
{ "authors": [ "EliSchleifer" ], "repo": "trunk-io/mergequeue", "url": "https://github.com/trunk-io/mergequeue/pull/99126", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1499169368
Improve testing workflow Changes targeted by this PR: Avoid snapshot assertions failing when it's a new version that doesn't have a snapshot. This includes removing the requirement to specify output files, and now snapshots are always autogenerated. See comment in linterCheckTest() for specifics on this design. This decision was rooted in a couple factors, namely: As identified in #65, the lack of a snapshot for a specific version was causing unnecessary failures. Linters can still change their messages, outputs, etc (as sqlfluff did yesterday). This is something that we don't want to cause too much friction, but we still want to call it out as a noticeable change. If this happens during someone's workflow (should still be relatively infrequent), now simply run the specific command in tests/readme.md and validate expected output. We may want to highlight this specific command better or with more visibility. The JSON assertions and snapshot code were a bit redundant and unnecessarily complex. This should simplify and be flexible enough for the near future. If we want any additional assertions, we can do so via the postCheck hook. Make tests run in parallel. This also simplifies the setup for the config_check_test.ts. It's a tad redundant, but its presence makes triaging problems a bit easier. Attempt to reduce flakiness (the parallelism appears to reduce flakiness to about 1-3%--it'd be nice to have analytics on this). I'll continue investigating alternatives for dealing with the daemon lifetime. Average test time right now locally with these 4 tests is about 10 seconds in total :) They're about a minute in total on CI because of the need to download and install linters. Remaining todos (unordered): Investigate daemon lifetime changes Modify sandboxing to shadow tree from root Use debugging library in testing Add contributing.md Add option for specifying a range of linter versions (ideally for nightlies) Migrate rest of definitions Addressing all comments in a follow-up to unblock folks with testing failures
gharchive/pull-request
2022-12-15T21:59:43
2025-04-01T06:40:46.558932
{ "authors": [ "TylerJang27" ], "repo": "trunk-io/plugins", "url": "https://github.com/trunk-io/plugins/pull/68", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1322718691
fix data import paths in weav/instance.py files currently in weav folder but need to figure out how to properly import using ././ etc while opening json and pandas read_csv wrong repo
gharchive/issue
2022-07-29T22:18:20
2025-04-01T06:40:46.560073
{ "authors": [ "dauphin3" ], "repo": "trustgraph/trustgraph", "url": "https://github.com/trustgraph/trustgraph/issues/34", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2676450468
Status should probably be a single field rather than an array This was an observation in #1006 that I think warrants its own issue... The response from /api/v1/vulnerability/{id} contains a field advisories.sboms.status which is an array and not a single field. That technically means that an a Single advisory can say that an SBOM has the status affected and not_affected at the same time. E.g. { "advisories": [ { "identifier": "Advisory1", "sboms": [ { "id": "Sbom1", "status": ["affected", "not_affected"] // other fields }, ] } ] } This structure forces the client to come up with some kind of algorithm to parse the data and solve conflicts between multiple advisory.sboms.status values which might contradict each other. This should be fixed by #1098. The status field is replaced with purl_statuses that contains list of purls with the specific status. As advisory can refer to different packages with different statuses, this should remain the array
gharchive/issue
2024-11-20T16:31:55
2025-04-01T06:40:46.562505
{ "authors": [ "dejanb", "jcrossley3" ], "repo": "trustification/trustify", "url": "https://github.com/trustification/trustify/issues/1030", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1754530990
Adds Checkout to main-branch action ... because otherwise there's nothing to build from Many thanks for submitting your Pull Request :heart:! Please make sure that your PR meets the following requirements: [ ] You have read the contributors guide [ ] Pull Request title is properly formatted: FAI-XYZ Subject [ ] Pull Request title contains the target branch if not targeting main: [0.3.x] FAI-XYZ Subject [ ] Pull Request contains link to the JIRA issue [ ] Pull Request contains link to any dependent or related Pull Request [ ] Pull Request contains description of the issue [ ] Pull Request does not include fixes for issues other than the main ticket \approve \lgtm
gharchive/pull-request
2023-06-13T10:12:41
2025-04-01T06:40:46.571510
{ "authors": [ "RobGeada" ], "repo": "trustyai-explainability/trustyai-explainability", "url": "https://github.com/trustyai-explainability/trustyai-explainability/pull/211", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
218703852
problem with online version Somehow the Detailed plot of the online version doesn't work the same as the offline version. The order of sequences is incorrect :( it works now, still don't know why =))
gharchive/issue
2017-04-01T15:43:45
2025-04-01T06:40:46.573922
{ "authors": [ "trvinh" ], "repo": "trvinh/phyloprofile", "url": "https://github.com/trvinh/phyloprofile/issues/7", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1135668352
fix(json-mapper): fix serialization of additional properties Serialization of additional properties if @additionalProperties(true) decorator is set on Model Information Type Breaking change Fix No I expected the addition of the @additionalProperties decorator to a Model to also allow serialization of any additional properties but it didn't. This changes fixes this. Pull Request Test Coverage Report for Build 1836605096 9 of 9 (100.0%) changed or added relevant lines in 1 file are covered. No unchanged relevant lines lost coverage. Overall coverage increased (+0.007%) to 95.688% Totals Change from base Build 1830608288: 0.007% Covered Lines: 4037 Relevant Lines: 4050 💛 - Coveralls Hello @KODIKAS-NL Thanks for this first PR ;) Just minor changes! See you Romain :tada: This PR is included in version 6.102.1 :tada: The release is available on: v6.102.1 GitHub release Your semantic-release bot :package::rocket:
gharchive/pull-request
2022-02-13T11:07:40
2025-04-01T06:40:46.596185
{ "authors": [ "KODIKAS-NL", "Romakita", "coveralls" ], "repo": "tsedio/tsed", "url": "https://github.com/tsedio/tsed/pull/1762", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1244179115
About your trained model Could you please provide your trained model? Thank you so much. 你好,你训练出淘宝数据集了吗?非常感谢 你能提供你训练有素的模型吗? 太感谢了。 1 Thanks for your attention on our work. We have released the pretrained model. Please check pretrained-model-evaluation.
gharchive/issue
2022-05-22T08:12:39
2025-04-01T06:40:46.613422
{ "authors": [ "DavyMorgan", "p501501", "zwx980624" ], "repo": "tsinghua-fib-lab/CLSR", "url": "https://github.com/tsinghua-fib-lab/CLSR/issues/9", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
424971079
Use SIGCHLD for graceful child cleanup without hanging We can't guarantee that child processes exit immediately. Rather than hanging, we handle the SIGCHLD we receive to ensure that we wait on a process when it's ready to be waited upon. e73a8e85878ddd5e60075b8b6daca5d52c6dbd06
gharchive/pull-request
2019-03-25T15:37:13
2025-04-01T06:40:46.623514
{ "authors": [ "dmayle", "tsl0922" ], "repo": "tsl0922/ttyd", "url": "https://github.com/tsl0922/ttyd/pull/167", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
652621830
Programs the produce their output too fast block cm $ cargo run yes This is because we are "flushing" the input until we hit "EAGAIN" (I don't remember if it's actually EAGAIN, but it's besides the point). So in cause of yes it never finishes "flushing". We can try to fix that by limiting amount of lines we "flush" to unblock the UI. It also rises the problem of potentially infinite output that my consume all the memory.
gharchive/issue
2020-07-07T20:35:12
2025-04-01T06:40:46.624865
{ "authors": [ "rexim" ], "repo": "tsoding/cm", "url": "https://github.com/tsoding/cm/issues/106", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1592700215
Use Callout Manager plugin as source for callouts. This pull requests adds support for the Callout Manager API, allowing Callout Manager to provide a list of callouts (and their icons/colors) to use for callout completions. It introduces a new drop-down setting to change the source for callout suggestions. By default, Completr's callouts.json file will be used. If Callout Manager is installed, a new option labelled "Callout Manager" will be available. Selecting this option will have Completr suggest the callouts detected by Callout Manager instead. Screenshot: (the `deprecated` callout is a custom callout) Sorry for the delay. I've been pretty inactive on here.
gharchive/pull-request
2023-02-21T02:58:48
2025-04-01T06:40:46.694763
{ "authors": [ "eth-p", "tth05" ], "repo": "tth05/obsidian-completr", "url": "https://github.com/tth05/obsidian-completr/pull/54", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
316439142
Message proxy to bot I have a bot. I want to make a chat inside the bot. Admins can send messages Is it possible to send *Message from user to all admins? Its like proxy, user send message to bot, bot send it to other users. Thank you yep its call forward)
gharchive/issue
2018-04-20T23:28:17
2025-04-01T06:40:46.767359
{ "authors": [ "prestone" ], "repo": "tucnak/telebot", "url": "https://github.com/tucnak/telebot/issues/134", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1301977493
Release candidate 1.8.1 Fix issue with phpmap git tag, set it to current relese 1.35 Remove AD CI config for safeptr, see #64 Pull Request Test Coverage Report for Build 2656421287 0 of 0 changed or added relevant lines in 0 files are covered. No unchanged relevant lines lost coverage. Overall coverage increased (+0.06%) to 89.921% Totals Change from base Build 2259383905: 0.06% Covered Lines: 3203 Relevant Lines: 3562 💛 - Coveralls
gharchive/pull-request
2022-07-12T12:14:34
2025-04-01T06:40:46.774410
{ "authors": [ "ahueck", "coveralls" ], "repo": "tudasc/TypeART", "url": "https://github.com/tudasc/TypeART/pull/131", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
176447351
Can not download graphs The link to http://atlarge.ewi.tudelft.nl/graphalytics/ is broken. Our server is currently down due to an issue in the data center. Currently we are working on migrating data back from our mirror site. Our apologies for the inconvenience, and we will provide you an update on this within a week. Thanks for the answer! Hope the issue is solved soon. @wlngai any updates? Now I can access the mirror 👍 Thanks for reporting the issue. All dataset should be made accessible by end of today. Looks like the server is down again (at http://atlarge.ewi.tudelft.nl/graphalytics/)
gharchive/issue
2016-09-12T18:23:36
2025-04-01T06:40:46.777229
{ "authors": [ "brunoalr", "sampollard", "wlngai" ], "repo": "tudelft-atlarge/graphalytics", "url": "https://github.com/tudelft-atlarge/graphalytics/issues/109", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
152753492
doesnt work with faraday 0.9.2 Tumblr.configure do |config| config.consumer_key = "A4U....." config.consumer_secret = "aK8...." config.oauth_token = "A4U....." config.oauth_token_secret = "aK8..." end client = Tumblr::Client.new # client = Tumblr::Client.new(:client => :httpclient) client.info NoMethodError: undefined methodclient=' for #Faraday::ConnectionOptions:0x0000000310f948 from /var/lib/gems/2.1.0/gems/faraday-0.9.2/lib/faraday/options.rb:31:in block in update' from /var/lib/gems/2.1.0/gems/faraday-0.9.2/lib/faraday/options.rb:20:ineach' from /var/lib/gems/2.1.0/gems/faraday-0.9.2/lib/faraday/options.rb:20:in update' from /var/lib/gems/2.1.0/gems/faraday-0.9.2/lib/faraday/options.rb:52:inmerge' from /var/lib/gems/2.1.0/gems/faraday-0.9.2/lib/faraday.rb:69:in new' from /var/lib/gems/2.1.0/gems/tumblr_client-0.8.2/lib/tumblr/connection.rb:19:inconnection' from /var/lib/gems/2.1.0/gems/tumblr_client-0.8.2/lib/tumblr/request.rb:8:in get_response' from /var/lib/gems/2.1.0/gems/tumblr_client-0.8.2/lib/tumblr/request.rb:26:inget' from /var/lib/gems/2.1.0/gems/tumblr_client-0.8.2/lib/tumblr/user.rb:5:in info' Will somebody fix it? 1, please! +1 Hm, i can't seem to reproduce this. On ruby 2.1.0 with the following gems: ~ >ruby -v ruby 2.1.0p0 (2013-12-25 revision 44422) [x86_64-darwin14.0] ~ >gem install tumblr_client Fetching: mime-types-data-3.2016.0521.gem (100%) Successfully installed mime-types-data-3.2016.0521 Fetching: mime-types-3.1.gem (100%) Successfully installed mime-types-3.1 Fetching: oauth-0.5.1.gem (100%) Successfully installed oauth-0.5.1 Fetching: simple_oauth-0.3.1.gem (100%) Successfully installed simple_oauth-0.3.1 Fetching: multipart-post-2.0.0.gem (100%) Successfully installed multipart-post-2.0.0 Fetching: faraday-0.9.2.gem (100%) Successfully installed faraday-0.9.2 Fetching: faraday_middleware-0.9.2.gem (100%) Successfully installed faraday_middleware-0.9.2 Fetching: tumblr_client-0.8.5.gem (100%) Successfully installed tumblr_client-0.8.5 8 gems installed ~ >irb 2.1.0 :001 > require 'tumblr_client' 2.1.0 :002 > Tumblr.configure do |config| 2.1.0 :003 > config.consumer_key = "[..]" 2.1.0 :004?> config.consumer_secret = "[..]" 2.1.0 :005?> config.oauth_token = "[..]" 2.1.0 :006?> config.oauth_token_secret = "[..]" 2.1.0 :007?> end 2.1.0 :008 > client = Tumblr::Client.new(:client => :httpclient) 2.1.0 :009 > client.posts('staff.tumblr.com')['total_posts'] => 1807 Can you share the output of gem list? And the ruby version if you're on some other version than 2.1.0. $ ruby -v ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-linux] $ gem list *** LOCAL GEMS *** actioncable (5.0.0) actionmailer (5.0.0, 4.2.6, 4.2.5, 4.1.10) actionpack (5.0.0, 4.2.6, 4.2.5, 4.1.10) actionview (5.0.0, 4.2.6, 4.2.5, 4.1.10) activejob (5.0.0, 4.2.6, 4.2.5) activemodel (5.0.0, 4.2.6, 4.2.5, 4.1.10) activerecord (5.0.0, 4.2.6, 4.2.5, 4.1.10) activesupport (5.0.0, 4.2.6, 4.2.5, 4.1.10) airbrussh (1.1.0) angularjs-rails (1.5.0) arel (7.1.1, 6.0.3, 5.0.1.20140414130214) ast (2.3.0) awesome_print (1.7.0, 1.6.1) bcrypt (3.1.11) bigdecimal (1.2.8) binding_of_caller (0.7.2) builder (3.2.2) bundler (1.12.4) bundler-unload (1.0.2) byebug (9.0.5, 8.2.2) capistrano (3.6.0, 2.15.9) capistrano-bundler (1.1.4) capistrano-harrow (0.5.2) capistrano-rails (1.1.7) carrierwave (0.11.0) carrierwave-neo4j (2.0.1) carrierwave-processing (1.1.0) chronic (0.10.2) coffee-rails (4.1.1, 4.0.1) coffee-script (2.4.1) coffee-script-source (1.10.0, 1.9.1.1) colored (1.2) colorize (0.8.1, 0.7.7) commonjs (0.2.7) concurrent-ruby (1.0.2, 1.0.1) crass (1.0.2) debug_inspector (0.0.2) devise (4.2.0) did_you_mean (1.0.0) diff-lcs (1.2.5) domain_name (0.5.20160310, 0.5.25) erubis (2.7.0) execjs (2.7.0, 2.6.0) executable-hooks (1.3.2) exifr (1.2.4) faker (1.6.3) faraday (0.9.2) faraday_middleware (0.10.0) faraday_middleware-multi_json (0.0.6) gem-wrappers (1.2.7) geoip (1.6.1) globalid (0.3.7, 0.3.6) google-translate (1.1.2) gpx_utils (0.0.1) hashie (2.1.2) highline (1.7.8) hike (1.2.3) htmlentities (4.3.4) httmultiparty (0.3.16) http-cookie (1.0.2) httparty (0.13.7) httpclient (2.8.0) i18n (0.7.0) io-console (0.4.5) jbuilder (2.6.0, 2.4.1, 2.3.2) jquery-rails (4.2.1, 4.1.1, 3.1.4) json (1.8.3) json_pure (1.8.3) jwt (1.5.4) less (2.6.0) less-rails (2.7.1) loofah (2.0.3) mail (2.6.4, 2.6.3) mechanize (2.7.3, 2.1.1) method_source (0.8.2) mime-types (3.1, 3.0, 2.6.2) mime-types-data (3.2016.0521, 3.2016.0221) mimemagic (0.3.1) mini_portile (0.6.2) mini_portile2 (2.1.0, 2.0.0) minitest (5.9.0, 5.8.3, 5.8.2) multi_json (1.12.1, 1.12.0, 1.11.2) multi_xml (0.5.5) multipart-post (2.0.0) mysql (2.9.1) mysql2 (0.3.20) neo4j (7.0.6) neo4j-core (6.1.4) neo4j-rake_tasks (0.5.4) net-http-digest_auth (1.4) net-http-persistent (2.9.4) net-scp (1.2.1) net-sftp (2.1.2) net-ssh (3.2.0) net-ssh-gateway (1.2.0) net-telnet (0.1.1) nio4r (1.2.1) nokogiri (1.6.8, 1.6.7.2, 1.6.6.2) nokogumbo (1.4.7) ntlm-http (0.1.1) oauth (0.5.1) oauth2 (1.2.0) omniauth (1.3.1) omniauth-facebook (4.0.0) omniauth-google-oauth2 (0.4.1) omniauth-oauth2 (1.4.0, 1.3.1) orm_adapter (0.5.0) os (0.9.6) parser (2.3.1.3) pkg-config (1.1.7) power_assert (0.2.6) powerpack (0.1.1) protected_attributes (1.1.3) psych (2.0.17) puma (3.2.0) quiet_assets (1.1.0) rack (2.0.1, 1.6.4, 1.5.5) rack-test (0.6.3) rails (5.0.0, 4.2.6, 4.2.5, 4.1.10) rails-deprecated_sanitizer (1.0.3) rails-dom-testing (2.0.1, 1.0.7) rails-html-sanitizer (1.0.3) railties (5.0.0, 4.2.6, 4.2.5, 4.1.10) rainbow (2.1.0) rake (11.2.2, 11.1.2, 10.4.2) rdoc (4.2.2, 4.2.1, 4.2.0) redis (3.2.2) redis-objects (1.2.1) resource_accessor (1.2.4) responders (2.3.0) rmagick (2.15.4) rspec (3.5.0) rspec-core (3.5.3) rspec-expectations (3.5.0) rspec-mocks (3.5.0) rspec-support (3.5.0) rubocop (0.43.0) ruby-prof (0.15.8) ruby-progressbar (1.8.1) rubygems-bundler (1.4.4) rubyzip (1.2.0) rvm (1.11.3.9) sanitize (4.0.1) sass (3.4.22, 3.4.21, 3.2.19) sass-rails (5.0.6, 5.0.4, 4.0.5) sdoc (0.4.1) soundcloud (0.3.2) spring (1.7.2, 1.4.0) sprockets (3.7.0, 3.6.0, 3.5.2, 2.12.4) sprockets-rails (3.1.1, 3.0.4, 2.3.3) sqlite3 (1.3.11) sshkit (1.11.1) test-unit (3.1.5) thor (0.19.1) thread_safe (0.3.5) tilt (2.0.5, 2.0.2, 1.4.1) tubesock (0.2.6) turbolinks (5.0.1, 2.5.3) turbolinks-source (5.0.0) twitter-bootstrap-rails (3.2.2) tzinfo (1.2.2) uglifier (3.0.2, 3.0.0, 2.7.2) unf (0.1.4) unf_ext (0.0.7.2, 0.0.7.1) unicode-display_width (1.1.1) unidecoder (1.1.2) vimeo (1.5.4) warden (1.2.6) web-console (2.3.0) webrobots (0.1.2, 0.1.1) websocket (1.2.2) websocket-driver (0.6.4) websocket-extensions (0.1.2) whatlanguage (1.0.5) whenever (0.9.7) yt (0.25.35) zip (2.0.2) zipruby (0.3.6) I just updated gem to latest version and problem resolved. Works if in Gemfile: gem 'tumblr_client', git: 'https://github.com/tumblr/tumblr_client.git' then bundle install # Using tumblr_client 0.8.6 (was 0.8.5) from https://github.com/tumblr/tumblr_client.git (at master@a72b7f4)
gharchive/issue
2016-05-03T11:37:22
2025-04-01T06:40:46.853345
{ "authors": [ "aprotsyk", "defect", "isidzukuri", "tchret" ], "repo": "tumblr/tumblr_client", "url": "https://github.com/tumblr/tumblr_client/issues/55", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1765917037
Minor import time output suppression for windows These outputs are problematic when piping output to other programs. "where" writes some unhelpful stuff to stderr/stdout "INFO: Could not find files for the given pattern(s). so this quiets that. Put the "injected compiler path" behind the verbose flag. The failure to find cl.exe message is now written to stderr to avoid having it unintentionally redirected. Seems reasonable.
gharchive/pull-request
2023-06-20T18:21:56
2025-04-01T06:40:46.866714
{ "authors": [ "allenbenz", "turboderp" ], "repo": "turboderp/exllama", "url": "https://github.com/turboderp/exllama/pull/84", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1424474654
Issues around and <create_date_time> columns Describe the bug When I do select create_date_time,ssl from uptimerobot_monitor where type = 1; I get +----------------------+--------+ | create_date_time | ssl | +----------------------+--------+ | 1970-01-18T04:55:16Z | | | 1970-01-19T22:28:28Z | | | 1970-01-20T05:56:19Z | | It doesn't seem to read the creation date and if SSL check is active for the monitor. This happnes of course also without filtering out the create_date_time and ssl columns Steampipe version (steampipe -v) Example: v0.3.0 Plugin version (steampipe plugin list) Example: v0.5.0 To reproduce select create_date_time,ssl from uptimerobot_monitor where type = 1; Expected behavior I expected to get creation date/time (time seems to be right) and if the SSL check on the monitor is enabled or not (0/1 for example) Additional context Add any other context about the problem here. Hey @prosinger , thanks for opening this issue! I was able to reproduce the issue with the create_date_time column, and pushed a fixed to the main branch (this has not been released yet in a new version). For SSL, I was unable to reproduce since SSL appears to be a paid feature (or at least I misunderstood where the ssl column data should come from), but I've created a branch called add-raw-data-monitor that adds a new column called raw to the uptimerobot_monitor table that should help us debug. If you get a chance, can you please: Clone this repo and switch to the add-raw-data-monitor branch Run make to locally build the plugin Then run select raw from uptimerobot_monitor and share the results here (with any sensitive info removed) This column will contain all of the response data we're getting back from the API, so it can help us determine if we're looking in the right field when populating the ssl column. FYI, this branch also contains the create_date_time column fix, so please let me know if you still don't see the correct date time showing up. Thanks! Ok, give me some time for this please I tried to compile it but I'm having dependency issues all the time (right now I'm missing redis-dev). I'll need some more time for this, over the weekend or after @prosinger What OS are you working on? If you'd like to share the error(s) you're receiving, I'd be happy to try and help debug them. Thanks! @prosinger What OS are you working on? If you'd like to share the error(s) you're receiving, I'd be happy to try and help debug them. Thanks! Ubuntu 20 LTS. I'll follow up on this soon. Sorry for the delay I managed to compile it on another PC. Apparently the droplet I was tryin on lacks RAM. So, now I get: Error: 'api_key' must be set in the connection configuration. Edit your connection configuration file and then restart Steampipe (SQLSTATE HV000) although the connection is there, and it's read-only ...although this sounds more like it's not being able to find the connection config file, while it's actually there can you check which config file is it actually expecting (where, name)? It's uptimerobot.spc in the config dir is one entry enough? (I also have the problem here that it lists only 50 checks) | {"alert_contacts":null,"create_datetime":1636104766,"friendly_name":"":"","http_username":"","id":789645145,"interval":60,"is_group_main":0,"keyword_case_type":null,"keyword_type":null,"keyword_value":"","logs":null,"monitor_group":0,"port":"","ssl":null,"status":2,"sub_type":"","timeout":30,"type":1,"url":"https://akamai-rap1.somedonain.com/image31.jpg"} Thanks @prosinger , so looking at the response data, I can see ssl is null. Is SSL enabled for that monitor? If so, can you please try running the cURL command (replacing enterYourAPIKeyHere): curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -H "Cache-Control: no-cache" -d 'api_key=enterYourAPIKeyHere&format=json&logs=1' "https://api.uptimerobot.com/v2/getMonitors" And see if you get back the correct SSL information for each monitor? If you can find one with SSL disabled and one with it enabled, that will be helpful. This will help determine if it's the SDK or the API returning null for the SSL property. Thanks! @cbruno10 yeah Monitor SSL is enabled. This is what I actually notices - you get SSL for all rows in the table and woah, is there a way to isolate the ecact monitor with the curl? I get s loy of non-wrapped data when I do your curl format @prosinger Yes, you can, the full API documentation is available at https://uptimerobot.com/api/. For the getMonitors method, you can specify a specific one like monitors=15830-32696-83920. Here it is: {"stat":"ok","pagination":{"offset":0,"limit":50,"total":1},"monitors":[{"id":789645145,"friendly_name":"Akamai latency endpoint","url":"https://akamai-rap1.somedomain.com/image31.jpg","type":1,"sub_type":"","keyword_type":null,"keyword_case_type":null,"keyword_value":"","port":"","interval":60,"timeout":30,"status":2,"create_datetime":1636104766,"logs":[{"id":2321806411,"type":2,"datetime":1636562549,"duration":31522323,"reason":{"code":"200","detail":"OK"}},{"id":2320797641,"type":1,"datetime":1636530598,"duration":31951,"reason":{"code":"300001","detail":"The SSL certificate is expired."}},{"id":2307464418,"type":2,"datetime":1636101202,"duration":429396,"reason":{"code":"200","detail":"OK"}},{"id":2307463957,"type":98,"datetime":1636101166,"duration":36,"reason":{"code":"98","detail":"Monitor started"}}],"lastLogTypeBeforeStartDate":{}}]} ssl optional (defines if SSL certificate info for each monitor will be returned) so when I add sss=1 into parameters, I get this: {"stat":"ok","pagination":{"offset":0,"limit":50,"total":1},"monitors":[{"id":789645145,"friendly_name":"Akamai latency endpoint","url":"https://akamai-rap1.somedomain.com/image31.jpg","type":1,"sub_type":"","keyword_type":null,"keyword_case_type":null,"keyword_value":"","port":"","interval":60,"timeout":30,"status":2,"create_datetime":1636104766,"ssl":{"brand":"Let's Encrypt","product":"R3","expires":1674722671,"last_check":"2022-11-10","ignore_errors":0,"disable_notifications":1},"logs":[{"id":2321806411,"type":2,"datetime":1636562549,"duration":31522799,"reason":{"code":"200","detail":"OK"}},{"id":2320797641,"type":1,"datetime":1636530598,"duration":31951,"reason":{"code":"300001","detail":"The SSL certificate is expired."}},{"id":2307464418,"type":2,"datetime":1636101202,"duration":429396,"reason":{"code":"200","detail":"OK"}},{"id":2307463957,"type":98,"datetime":1636101166,"duration":36,"reason":{"code":"98","detail":"Monitor started"}}],"lastLogTypeBeforeStartDate":{}}]} Thanks for helping with the debugging @prosinger ! I've released a fix for both of these columns in v0.0.3, if you're still seeing issues, please re-open this issue and let us know.
gharchive/issue
2022-10-26T17:54:14
2025-04-01T06:40:46.891724
{ "authors": [ "cbruno10", "prosinger" ], "repo": "turbot/steampipe-plugin-uptimerobot", "url": "https://github.com/turbot/steampipe-plugin-uptimerobot/issues/11", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
204772138
Error in Make process: 'No such file or directory' I am running the quick start procedures on Windows terminal. After I do 'cd ffm' and then 'make', I receive the following error: 'fatal error: parallel/winpthreadsll.h: No such file or directory' I attached a screenshot of the full output below. I have the same error. How did you solve it?
gharchive/issue
2017-02-02T03:14:55
2025-04-01T06:40:46.900293
{ "authors": [ "lawlite19", "michaelyma12" ], "repo": "turi-code/python-libffm", "url": "https://github.com/turi-code/python-libffm/issues/10", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
278836699
Temp values from 1w have not padding zeros. Prevents value freeze for temperatures below 10° (like now in France). Thanks, my only 1w temperature probe is indoors so it's always been >10. Do you know if it works with negative temperatures? I've been unable to verify that yet. I'll see as soon as it's freezing outside. ;) Just got one today: fb ff 4b 46 7f ff 0c 10 06 : crc=06 YES fb ff 4b 46 7f ff 0c 10 06 t=-312 And it seems to work: onewire_temperature_c{location="exterieur"} -0.312 Nice, thanks! (Meanwhile I've been in sub-zero temperatures in two countries in the time it took your area to drop to the negatives, I have clearly made some bad decisions somewhere.)
gharchive/pull-request
2017-12-04T00:05:02
2025-04-01T06:40:46.909637
{ "authors": [ "Elektordi", "turmoni" ], "repo": "turmoni/temp-probe-exporter", "url": "https://github.com/turmoni/temp-probe-exporter/pull/1", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2724936406
what flutter sdk version use in chat demo ? Looks like current flutter stable version 3.24.5 does not has 'spacing' params on Column or Row but in .fvmrc it shows use 3.24.5 I will test and try out the project setup workflow from scratch this weekend, so please wait. I will @ you once done.
gharchive/issue
2024-12-08T03:54:00
2025-04-01T06:40:46.911775
{ "authors": [ "JamesChenX", "weishirongzhen" ], "repo": "turms-im/turms", "url": "https://github.com/turms-im/turms/issues/1588", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1893051096
Thumbnails break if requested twice (v1.3.1) Running latest master Generating a thumbnail twice seems to break it For example _matrix/media/v3/thumbnail/matrix.org/DRevoaEiuzbkOznknySKuMmE?width=64&height=64&method=crop (this is #matrixhq:matrix.org's avatar) Entering this url on a browser will load fine the first time, but CTRL+F5 will show {"errcode":"M_UNKNOWN","error":"Unexpected Error","mr_errcode":"M_UNKNOWN"} And the log will print level=error msg="Unexpected error locating media: open /data/thumbnails/02/df/a78bdc3a8c07dec2ef3cee236b1f9101f9671700253364924710912idv2fmt: no such file or directory" allowRemote=true contentLength=0 contentType="" ... Tried several mxc's and it's always the same. If you could turn your logs up to debug level and provide the snippets, would be appreciated. here! level=debug msg="Getting whole cached object for c7210bd1a31ace1ea794ce900ec29948e474359e4bdcf9dffbcebc29a85b10da" allowRemote=true contentLength=0 contentType="" mediaId=DRevoaEiuzbkOznknySKuMmE method=GET queryString="height=64&method=crop&width=64" remoteAddr="192.168.20.9:45670" requestId=REQ-0 requestedAnimated=true requestedHeight=64 requestedMethod=crop requestedWidth=64 resource=/_matrix/media/v3/thumbnail/matrix.org/DRevoaEiuzbkOznknySKuMmE server=matrix.org level=debug msg="Using generator: pngGenerator" allowRemote=true contentLength=0 contentType="" mediaId=DRevoaEiuzbkOznknySKuMmE method=GET queryString="height=64&method=crop&width=64" remoteAddr="192.168.20.9:45670" requestId=REQ-0 requestedAnimated=true requestedHeight=64 requestedMethod=crop requestedWidth=64 resource=/_matrix/media/v3/thumbnail/matrix.org/DRevoaEiuzbkOznknySKuMmE server=matrix.org level=debug msg="Lock acquired until 2023-09-12 18:38:49.987828922 +0000 UTC" allowRemote=true contentLength=0 contentType="" mediaId=DRevoaEiuzbkOznknySKuMmE method=GET queryString="height=64&method=crop&width=64" remoteAddr="192.168.20.9:45670" requestId=REQ-0 requestedAnimated=true requestedHeight=64 requestedMethod=crop requestedWidth=64 resource=/_matrix/media/v3/thumbnail/matrix.org/DRevoaEiuzbkOznknySKuMmE server=matrix.org level=debug msg="Unlocking upload lock" allowRemote=true contentLength=0 contentType="" mediaId=DRevoaEiuzbkOznknySKuMmE method=GET queryString="height=64&method=crop&width=64" remoteAddr="192.168.20.9:45670" requestId=REQ-0 requestedAnimated=true requestedHeight=64 requestedMethod=crop requestedWidth=64 resource=/_matrix/media/v3/thumbnail/matrix.org/DRevoaEiuzbkOznknySKuMmE server=matrix.org level=info msg="Replying with result: *_responses.DownloadResponse &{ContentType:image/png Filename:thumbnail.png SizeBytes:1270 Data:0xc0002342e8 TargetDisposition:infer}" contentLength=0 contentType="" method=GET queryString="height=64&method=crop&width=64" remoteAddr="192.168.20.9:45670" requestId=REQ-0 resource=/_matrix/media/v3/thumbnail/matrix.org/DRevoaEiuzbkOznknySKuMmE level=debug msg="Getting whole cached object for c7210bd1a31ace1ea794ce900ec29948e474359e4bdcf9dffbcebc29a85b10da" allowRemote=true contentLength=0 contentType="" mediaId=DRevoaEiuzbkOznknySKuMmE method=GET queryString="height=64&method=crop&width=64" remoteAddr="192.168.20.9:58640" requestId=REQ-1 requestedAnimated=true requestedHeight=64 requestedMethod=crop requestedWidth=64 resource=/_matrix/media/v3/thumbnail/matrix.org/DRevoaEiuzbkOznknySKuMmE server=matrix.org level=debug msg="Using generator: pngGenerator" allowRemote=true contentLength=0 contentType="" mediaId=DRevoaEiuzbkOznknySKuMmE method=GET queryString="height=64&method=crop&width=64" remoteAddr="192.168.20.9:58640" requestId=REQ-1 requestedAnimated=true requestedHeight=64 requestedMethod=crop requestedWidth=64 resource=/_matrix/media/v3/thumbnail/matrix.org/DRevoaEiuzbkOznknySKuMmE server=matrix.org level=debug msg="Found existing record for parameters - discarding generated thumbnail" allowRemote=true contentLength=0 contentType="" mediaId=DRevoaEiuzbkOznknySKuMmE method=GET queryString="height=64&method=crop&width=64" remoteAddr="192.168.20.9:58640" requestId=REQ-1 requestedAnimated=true requestedHeight=64 requestedMethod=crop requestedWidth=64 resource=/_matrix/media/v3/thumbnail/matrix.org/DRevoaEiuzbkOznknySKuMmE server=matrix.org level=debug msg="Getting whole cached object for d0470ef36452d2d9ad2ad7cbe7e94eeeb0fc31c5022884c4827ed1964948ab15" allowRemote=true contentLength=0 contentType="" mediaId=DRevoaEiuzbkOznknySKuMmE method=GET queryString="height=64&method=crop&width=64" remoteAddr="192.168.20.9:58640" requestId=REQ-1 requestedAnimated=true requestedHeight=64 requestedMethod=crop requestedWidth=64 resource=/_matrix/media/v3/thumbnail/matrix.org/DRevoaEiuzbkOznknySKuMmE server=matrix.org level=error msg="Unexpected error locating media: open /data/thumbnails/02/df/a78bdc3a8c07dec2ef3cee236b1f9101f9671700253364924710912idv2fmt: no such file or directory" allowRemote=true contentLength=0 contentType="" mediaId=DRevoaEiuzbkOznknySKuMmE method=GET queryString="height=64&method=crop&width=64" remoteAddr="192.168.20.9:58640" requestId=REQ-1 requestedAnimated=true requestedHeight=64 requestedMethod=crop requestedWidth=64 resource=/_matrix/media/v3/thumbnail/matrix.org/DRevoaEiuzbkOznknySKuMmE server=matrix.org level=info msg="Replying with result: *_responses.ErrorResponse &{Code:M_UNKNOWN Message:Unexpected Error InternalCode:M_UNKNOWN}" contentLength=0 contentType="" method=GET queryString="height=64&method=crop&width=64" remoteAddr="192.168.20.9:58640" requestId=REQ-1 resource=/_matrix/media/v3/thumbnail/matrix.org/DRevoaEiuzbkOznknySKuMmE I can't replicate this. Using: https://aguiarvieira.pt/_matrix/media/v3/thumbnail/matrix.org/DRevoaEiuzbkOznknySKuMmE?width=64&height=64&method=crop mediarepo-mediarepo-1 | time="2023-09-12 19:48:28.405 Z" level=info msg="Replying with result: *_responses.DownloadResponse &{ContentType:image/png Filename:thumbnail.png SizeBytes:878 Data:0x4000a74618 TargetDisposition:infer}" contentLength=0 contentType="" host=aguiarvieira.pt method=GET queryString="height=64&method=crop&width=64" remoteAddr="172.20.0.47:59586" requestId=REQ-6469 resource=/_matrix/media/v3/thumbnail/matrix.org/DRevoaEiuzbkOznknySKuMmE userAgent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36" mediarepo-mediarepo-1 | time="2023-09-12 19:48:28.561 Z" level=info msg="Replying with result: *_responses.DownloadResponse &{ContentType:image/png Filename:thumbnail.png SizeBytes:878 Data:0x4000a747c8 TargetDisposition:infer}" contentLength=0 contentType="" host=aguiarvieira.pt method=GET queryString="height=64&method=crop&width=64" remoteAddr="172.20.0.47:59590" requestId=REQ-6470 resource=/_matrix/media/v3/thumbnail/matrix.org/DRevoaEiuzbkOznknySKuMmE userAgent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36" mediarepo-mediarepo-1 | time="2023-09-12 19:48:28.738 Z" level=info msg="Replying with result: *_responses.DownloadResponse &{ContentType:image/png Filename:thumbnail.png SizeBytes:878 Data:0x4000a749a8 TargetDisposition:infer}" contentLength=0 contentType="" host=aguiarvieira.pt method=GET queryString="height=64&method=crop&width=64" remoteAddr="172.20.0.47:59598" requestId=REQ-6471 resource=/_matrix/media/v3/thumbnail/matrix.org/DRevoaEiuzbkOznknySKuMmE userAgent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36" mediarepo-mediarepo-1 | time="2023-09-12 19:48:28.905 Z" level=info msg="Replying with result: *_responses.DownloadResponse &{ContentType:image/png Filename:thumbnail.png SizeBytes:878 Data:0x4000cd8030 TargetDisposition:infer}" contentLength=0 contentType="" host=aguiarvieira.pt method=GET queryString="height=64&method=crop&width=64" remoteAddr="172.20.0.47:59608" requestId=REQ-6472 resource=/_matrix/media/v3/thumbnail/matrix.org/DRevoaEiuzbkOznknySKuMmE userAgent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36" mediarepo-mediarepo-1 | time="2023-09-12 19:48:29.074 Z" level=info msg="Replying with result: *_responses.DownloadResponse &{ContentType:image/png Filename:thumbnail.png SizeBytes:878 Data:0x400144d6e0 TargetDisposition:infer}" contentLength=0 contentType="" host=aguiarvieira.pt method=GET queryString="height=64&method=crop&width=64" remoteAddr="172.20.0.47:59624" requestId=REQ-6473 resource=/_matrix/media/v3/thumbnail/matrix.org/DRevoaEiuzbkOznknySKuMmE userAgent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36" mediarepo-mediarepo-1 | time="2023-09-12 19:48:29.244 Z" level=info msg="Replying with result: *_responses.DownloadResponse &{ContentType:image/png Filename:thumbnail.png SizeBytes:878 Data:0x4000cd81f8 TargetDisposition:infer}" contentLength=0 contentType="" host=aguiarvieira.pt method=GET queryString="height=64&method=crop&width=64" remoteAddr="172.20.0.47:59632" requestId=REQ-6474 resource=/_matrix/media/v3/thumbnail/matrix.org/DRevoaEiuzbkOznknySKuMmE userAgent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36" mediarepo-mediarepo-1 | time="2023-09-12 19:48:29.402 Z" level=info msg="Replying with result: *_responses.DownloadResponse &{ContentType:image/png Filename:thumbnail.png SizeBytes:878 Data:0x400144d938 TargetDisposition:infer}" contentLength=0 contentType="" host=aguiarvieira.pt method=GET queryString="height=64&method=crop&width=64" remoteAddr="172.20.0.47:59648" requestId=REQ-6475 resource=/_matrix/media/v3/thumbnail/matrix.org/DRevoaEiuzbkOznknySKuMmE userAgent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36" mediarepo-mediarepo-1 | time="2023-09-12 19:48:29.563 Z" level=info msg="Replying with result: *_responses.DownloadResponse &{ContentType:image/png Filename:thumbnail.png SizeBytes:878 Data:0x4000cd83d8 TargetDisposition:infer}" contentLength=0 contentType="" host=aguiarvieira.pt method=GET queryString="height=64&method=crop&width=64" remoteAddr="172.20.0.47:59660" requestId=REQ-6476 resource=/_matrix/media/v3/thumbnail/matrix.org/DRevoaEiuzbkOznknySKuMmE userAgent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36" mediarepo-mediarepo-1 | time="2023-09-12 19:48:29.730 Z" level=info msg="Replying with result: *_responses.DownloadResponse &{ContentType:image/png Filename:thumbnail.png SizeBytes:878 Data:0x4000a74cf0 TargetDisposition:infer}" contentLength=0 contentType="" host=aguiarvieira.pt method=GET queryString="height=64&method=crop&width=64" remoteAddr="172.20.0.47:59672" requestId=REQ-6477 resource=/_matrix/media/v3/thumbnail/matrix.org/DRevoaEiuzbkOznknySKuMmE userAgent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36" mediarepo-mediarepo-1 | time="2023-09-12 19:48:29.899 Z" level=info msg="Replying with result: *_responses.DownloadResponse &{ContentType:image/png Filename:thumbnail.png SizeBytes:878 Data:0x4000cd84e0 TargetDisposition:infer}" contentLength=0 contentType="" host=aguiarvieira.pt method=GET queryString="height=64&method=crop&width=64" remoteAddr="172.20.0.47:59688" requestId=REQ-6478 resource=/_matrix/media/v3/thumbnail/matrix.org/DRevoaEiuzbkOznknySKuMmE userAgent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36" mediarepo-mediarepo-1 | time="2023-09-12 19:48:30.065 Z" level=info msg="Replying with result: *_responses.DownloadResponse &{ContentType:image/png Filename:thumbnail.png SizeBytes:878 Data:0x4000a74f48 TargetDisposition:infer}" contentLength=0 contentType="" host=aguiarvieira.pt method=GET queryString="height=64&method=crop&width=64" remoteAddr="172.20.0.47:59704" requestId=REQ-6479 resource=/_matrix/media/v3/thumbnail/matrix.org/DRevoaEiuzbkOznknySKuMmE userAgent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36" mediarepo-mediarepo-1 | time="2023-09-12 19:48:30.240 Z" level=info msg="Replying with result: *_responses.DownloadResponse &{ContentType:image/png Filename:thumbnail.png SizeBytes:878 Data:0x400072a078 TargetDisposition:infer}" contentLength=0 contentType="" host=aguiarvieira.pt method=GET queryString="height=64&method=crop&width=64" remoteAddr="172.20.0.47:59716" requestId=REQ-6480 resource=/_matrix/media/v3/thumbnail/matrix.org/DRevoaEiuzbkOznknySKuMmE userAgent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36" mediarepo-mediarepo-1 | time="2023-09-12 19:48:30.393 Z" level=info msg="Replying with result: *_responses.DownloadResponse &{ContentType:image/png Filename:thumbnail.png SizeBytes:878 Data:0x4000a75158 TargetDisposition:infer}" contentLength=0 contentType="" host=aguiarvieira.pt method=GET queryString="height=64&method=crop&width=64" remoteAddr="172.20.0.47:59724" requestId=REQ-6481 resource=/_matrix/media/v3/thumbnail/matrix.org/DRevoaEiuzbkOznknySKuMmE userAgent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36" mediarepo-mediarepo-1 | time="2023-09-12 19:48:30.555 Z" level=info msg="Replying with result: *_responses.DownloadResponse &{ContentType:image/png Filename:thumbnail.png SizeBytes:878 Data:0x4000a75320 TargetDisposition:infer}" contentLength=0 contentType="" host=aguiarvieira.pt method=GET queryString="height=64&method=crop&width=64" remoteAddr="172.20.0.47:59726" requestId=REQ-6482 resource=/_matrix/media/v3/thumbnail/matrix.org/DRevoaEiuzbkOznknySKuMmE userAgent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36" But i'm using the patch that fixed the thumbnails. maybe it helps, I've been using 3 datastores datastores: - type: file forKinds: ["local_media","archives"] id: "68c3e2f1c51bef5afd0371513518713c8424b5a2" opts: path: /data/media - type: file forKinds: ["thumbnails"] id: "e8cddb0d182ba2d3a3fa7b95fdd67d0c5f4a51f3" opts: path: /data/thumbnails - type: file forKinds: ["remote_media"] id: "0d8ef84d8e7745ecbd864ea5a6f01f747f4cee05" opts: path: /data/remote_media I figured this out, I made a mess with the database, but I fixed it now (I tried not long ago to wipe all the thumbnails manually but I fucked up) You can close this. (and #466)
gharchive/issue
2023-09-12T18:31:30
2025-04-01T06:40:46.921785
{ "authors": [ "daedric7", "surakin", "turt2live" ], "repo": "turt2live/matrix-media-repo", "url": "https://github.com/turt2live/matrix-media-repo/issues/467", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1109162976
🛑 Speedtest Plotter is down In c874a03, Speedtest Plotter (https://speed.eighty-three.me) was down: HTTP code: 404 Response time: 305 ms Resolved: Speedtest Plotter is back up in 99119d7.
gharchive/issue
2022-01-20T11:06:18
2025-04-01T06:40:46.965709
{ "authors": [ "tuxpeople" ], "repo": "tuxpeople/monitoring", "url": "https://github.com/tuxpeople/monitoring/issues/655", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1174590987
🛑 Prometheus is down In d72f40b, Prometheus (https://prometheus.eighty-three.me) was down: HTTP code: 404 Response time: 328 ms Resolved: Prometheus is back up in d505b70.
gharchive/issue
2022-03-20T15:42:58
2025-04-01T06:40:46.968109
{ "authors": [ "tuxpeople" ], "repo": "tuxpeople/monitoring", "url": "https://github.com/tuxpeople/monitoring/issues/875", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1006850358
🛑 Giaymoi.vn is down In de7ea1b, Giaymoi.vn (https://www.giaymoi.vn) was down: HTTP code: 0 Response time: 0 ms Resolved: Giaymoi.vn is back up in 1c32a6a.
gharchive/issue
2021-09-24T21:53:11
2025-04-01T06:40:46.971227
{ "authors": [ "tuyenld" ], "repo": "tuyenld/monitorWebsiteUptime", "url": "https://github.com/tuyenld/monitorWebsiteUptime/issues/41", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
191819296
.btn-outline- caption text colors For .btn-primary (and others) was made an option to set color of caption text on _variables.scss But for all .btn-outline-* caption text in active state is white, even if black is better to look. It would be good feature add similar option for .btn-outline- or use colors from $btn-*-color in button-outline-variant mixin, or use sass functions for checking color lightness. Outline buttons are specifically designed to share the same color for color and border-color. No planned changes here for making that any different. Yeah, in normal state. But in hover and active states buttons change its background, and on different backgrounds we have only white text. That's I mean.
gharchive/issue
2016-11-26T18:20:01
2025-04-01T06:40:46.988882
{ "authors": [ "mdo", "viktor-yakubiv" ], "repo": "twbs/bootstrap", "url": "https://github.com/twbs/bootstrap/issues/21210", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
261825808
Navbar not working with current dist? With the current distribution bootstrap.min.css, none of the navbar examples on the docs show up or function even remotely correctly. Tried both the CDN and current file in the dist folder. I haven't had this problem before. Example Gist Actually you are using the latest distribution of bootstrap but not the latest version of the code. Actually bootstrap 4 has a different structure all together For you navbar to work use this link And for future references if you want to bootstrap v4, you have to look for https://v4-alpha.getbootstrap.com in the url. Don't forget to close the issue. The new URL of our latest release documentation : https://getbootstrap.com/docs/4.0/getting-started/introduction/
gharchive/issue
2017-09-30T07:34:07
2025-04-01T06:40:46.991872
{ "authors": [ "Johann-S", "josh-byster", "mayank-mittal" ], "repo": "twbs/bootstrap", "url": "https://github.com/twbs/bootstrap/issues/24180", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
839804727
V5 Offcanvas - Optional sizes Similarly as it is in the Modal component it would be great to have optional sizes for the Offcanvas component (Extra Large, Large, Small). Duplicate of #33387
gharchive/issue
2021-03-24T14:50:13
2025-04-01T06:40:46.992796
{ "authors": [ "XhmikosR", "crdo" ], "repo": "twbs/bootstrap", "url": "https://github.com/twbs/bootstrap/issues/33462", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1390260656
Bootstrap 5.2.1 This version bootstrap active nav bar is not working. Please use our templates when you create an issue: https://github.com/twbs/bootstrap/issues/new?assignees=-&labels=bug&template=bug_report.yml&title=Provide+a+general+summary+of+the+issue
gharchive/issue
2022-09-29T05:06:25
2025-04-01T06:40:46.994397
{ "authors": [ "PerumalD", "julien-deramond" ], "repo": "twbs/bootstrap", "url": "https://github.com/twbs/bootstrap/issues/37226", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
200726291
JS Mangle private properties => reduce minified JS by 11.9% (4.8% gzipped) All the private attribute (variables or function) in Bootstrap JS modules starts with _ so we can easily configure Uglify to mandle them and produce a small minified JS file. Minified size Minified gain Minified + zip size Minified + zip gain Before 46,653b - 12,648b - After 41,059b 11.9% 12,063b 4.8% In addition, this size reductions cumulate with #21711 I'm all for this in principle, but there's a problem, which is that --mangle-props does not exist in UglifyJS v2.4.10 (the latest version on npm). I've asked the UglifyJS team why they aren't publishing new versions to npm, and I'll update this issue when I hear back. This needs review and conflicts resolved before we could merge it now. @Johann-S @XhmikosR can you take a look and let me know if we should proceed with this PR or something else? @vanduynslagerp: how safe is that? BTW @vanduynslagerp you would need to move the change in build/uglifyjs.config.json @vanduynslagerp: how safe is that? It's safe as long as you don't prefix your public class methods and properties with _. And it provides a benefit as long as you do prefix your private class methods and properties with _. It was the case when I opened this PR. I didn't contribute to Bootstrap for a while and I didn't follow the recent updates, so I can't tell about the current safety/efficiency of this modification with the current code base. Feel free to re-use or adapt the modification or close the PR if the code has changed and doesn't follow the convention of prefixing private methods and properties with _. @Johann-S: what do you think about this? If you agree we should make a new branch and test this ourselves. Yes sure, our minified file size will grow with the removal off jQuery from our dependencies so optimizations are welcome here 👍
gharchive/pull-request
2017-01-13T20:43:38
2025-04-01T06:40:47.000997
{ "authors": [ "Johann-S", "XhmikosR", "bardiharborow", "mdo", "vanduynslagerp" ], "repo": "twbs/bootstrap", "url": "https://github.com/twbs/bootstrap/pull/21715", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1044737689
Implement apple attestation format This is used by iPhone's TouchID, see https://www.w3.org/TR/webauthn-2/#sctn-apple-anonymous-attestation We will eventually need https://www.apple.com/certificateauthority/private/ Closed with #41
gharchive/issue
2021-11-04T13:00:48
2025-04-01T06:40:47.006182
{ "authors": [ "ErinvanderVeen", "Infinisil" ], "repo": "tweag/haskell-fido2", "url": "https://github.com/tweag/haskell-fido2/issues/40", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1533032616
Fix dependency name in example Very minor README change We mention futures in alot of examples, the book, and also depend upon it in dev-deps of some packages. I think we should change all instances to futures-util at once if we want to do this. It should nearly just be a search and replace Newer iterations of the README have a completely different example code that uses neither of the futures crates. Closing this stalled PR.
gharchive/pull-request
2023-01-13T23:31:33
2025-04-01T06:40:47.027583
{ "authors": [ "Gelbpunkt", "MrGlockenspiel", "vilgotf" ], "repo": "twilight-rs/twilight", "url": "https://github.com/twilight-rs/twilight/pull/2060", "license": "ISC", "license_type": "permissive", "license_source": "github-api" }
2759154993
feat(http): add get voice state endpoints Discord supports endpoints that allow to fetch voice state of the current user or another user in a guild. https://github.com/discord/discord-api-docs/pull/7061 missing entry in request.rs to parse the url into the route again, looking good otherwise I believe that you mean the tests in routing.rs. I just added missing entry in request.rs to parse the url into the route again, looking good otherwise I think it already is there: https://github.com/twilight-rs/twilight/blob/4896c94a818d1f736838a8cb42f81a583603842e/twilight-http-ratelimiting/src/request.rs#L449 I don't think we need one that has the user id as well since it is probably not ratelimited per user.
gharchive/pull-request
2024-12-26T01:11:50
2025-04-01T06:40:47.030860
{ "authors": [ "Erk-", "QuangBoo" ], "repo": "twilight-rs/twilight", "url": "https://github.com/twilight-rs/twilight/pull/2398", "license": "ISC", "license_type": "permissive", "license_source": "github-api" }
1962129541
Update GitHub actions to Node 20 Node 16 has reached end of life. GitHub is planning to migrate all actions to Node 20 by Spring 2024. https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ Thanks! This should now be taken care of.
gharchive/issue
2023-10-25T19:56:40
2025-04-01T06:40:47.032385
{ "authors": [ "brandon-lango", "dremin" ], "repo": "twilio-professional-services/flex-project-template", "url": "https://github.com/twilio-professional-services/flex-project-template/issues/402", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1079155619
Set media processor max duration to 30 minutes Set this to 30 minutes since the new default is only 5 minutes. I think CI has not been setup since moving to the monorepo so that is why CI fails.
gharchive/pull-request
2021-12-14T00:02:50
2025-04-01T06:40:47.033243
{ "authors": [ "timrozum" ], "repo": "twilio/twilio-live-interactive-audio", "url": "https://github.com/twilio/twilio-live-interactive-audio/pull/11", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
738006794
Unable to change audio inputs using Firefox Describe the bug Changing audio inputs does not work in firefox due to a MediaStreamError To Reproduce Steps to reproduce the behavior: Connect to app with a computer that has more than one audio input Put in your name and room name and click Continue button Click on Settings button Select Audio and Video Settings from the Settings menu Try to change the Audio Input The audio input doesn't change, and there is an error in the console.log. Expected behavior The audio input should change to what was selected. Environment (please complete the following information): OS: macOS 10.15.7 and Windows 10 Browser: Firefox 82 App Version: 0.2.1 SDK Version: 2.8.0-beta.2 Node.js version: 12.18.4 Additional context Console.log errors: 2020-11-06 19:52:04.776Z | ERROR in [LocalAudioTrack #3: {7b6cc5f0-df45-c840-bb3d-cf660da5580d}]: Failed to re-acquire the MediaStreamTrack: MediaStreamError { name: "NotReadableError", message: "Concurrent mic process limit.", constraint: "", stack: "" } Object { deviceId: {…} } Uncaught (in promise) MediaStreamError { name: "NotReadableError", message: "Concurrent mic process limit.", constraint: "", stack: "" } Thanks for the issue @idallas! Unfortunately, I'm not able to reproduce this issue. I tried switching audio devices in Firefox 82 and it seemed to work fine. I have seen the Concurrent mic process limit error before. Firefox won't let you start a new audio stream if an existing stream (or clone of a stream) is still active. We take care to stop the audio tracks that are cloned in the AudioLevelIndicator component. I wonder if you would still encounter the error if you commented out this line of code and then tried to switch devices before you join a room. If this works for you, then it means that there is still some issue in the AudioLevelIndicator component. I'm also curious about the devices that are connected to your machine. What device are you switching away from when you see this error? I wonder if there is some kind of problem stopping the track (audioTrack.stop() must be called on the existing track before a new one is started). Sorry I couldn't find the cause of your error, but maybe some of these ideas will yield us some clues. Let me know what you think. Thanks! Thanks for taking a look! I was able to reproduce it on a third computer (another macOS Catalina) by just adding the virtual ZoomAudioDevice, used for sharing computer audio over Zoom. Maybe it only happens when virtual audio devices are present? I have multiple virtual audio devices on my Windows machine as well, but not the Zoom audio device. I'll get a test going with only physical audio devices and see if it still happens. For extra context, the virtual audio devices I currently see on my Windows setup are an Oculus Virtual Audio Device (part of the Oculus Rift software), Steam Streaming Microphone, Virtual Desktop Audio, and Bigscreen Audio Stream. Those might all be VR software related. Ok, this was my mistake and the issue is resolved. I thought I had the latest version of your code, but I downloaded it again just to be sure and now I can't reproduce the issue. Sorry to use up your time! Not a problem @idallas - I'm happy to hear you got it working!
gharchive/issue
2020-11-06T19:56:32
2025-04-01T06:40:47.042987
{ "authors": [ "idallas", "timmydoza" ], "repo": "twilio/twilio-video-app-react", "url": "https://github.com/twilio/twilio-video-app-react/issues/356", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
758091345
Issue regarding the number of tweets returned Issue Template Please use this template! Hello All, thank you so much to anyone contributing to this project you guys are amazing :) Initial Check If the issue is a request please specify that it is a request in the title (Example: [REQUEST] more features). If this is a question regarding 'twint' please specify that it's a question in the title (Example: [QUESTION] What is x?). Please only submit issues related to 'twint'. Thanks. Make sure you've checked the following: [] Python version is 3.6; OK [] Updated Twint with pip3 install --user --upgrade -e git+https://github.com/twintproject/twint.git@origin/master#egg=twint; OK [] I have searched the issues and there are no duplicates of this issue/question/request. Done Command Ran twint -s $CB --since 2017-01-01 --until 2017-01-31 results: [!] No more data! Scraping will stop now. found 0 deleted tweets in this search. Some other queries return results (witn other keyword) but the number of results do not seem to match how many there is on twitter Tried using VPN to see if more results would be found but no effect (tried 3 different IP) When I look at : https://twitter.com/search?q=%24CB until%3A2017-01-31 since%3A2017-01-01&src=typed_query&f=live I see a lot of results few hundreds at least Description of Issue I noticed that I get a lot less results when compared to an advanced search in twitter Environment Details Using Windows 10, Pycharm 2020.3, same problem in terminal and in code Without quotes, $CB is probably not searching for what you want toto be searching for. Did you try twint -s '$CB' --since 2017-01-01 --until 2017-01-31 twint -s '$CB' --since 2017-01-01 --until 2017-01-31 826188387942014976 2017-01-30 14:00:36 -0800 #Earnings Tomorrow-P2 $CB $CHRW $EA $EQR $FBHS $FFIC $FICO $GFF $ILMN $KTCC $MANH $MSL Free stock app https://t.co/S59zN0R1wP #iTunes thanks for the reply, I tried your suggestion: twint -s '$CB' --since 2017-01-01 --until 2017-01-31 but got the exact same results: [!] No more data! Scraping will stop now. found 0 deleted tweets in this search. After several other tests, I noticed that specifying a language was actually solving the issue, all results were discovered. Thank you for the help,
gharchive/issue
2020-12-07T01:52:35
2025-04-01T06:40:47.071138
{ "authors": [ "alexbibi", "jftaylor" ], "repo": "twintproject/twint", "url": "https://github.com/twintproject/twint/issues/1060", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1469877678
Cross-compiling for aarch64, fatal error: limits: No such file or directory I have a working build when compiling for x86_64, but my final intention is to cross-compile for a RaspberryPi. Fedora 37 (nushell) sudo dnf install opencv-devel, which installed the following: /home/ivan〉dnf list installed | find opencv 11/30/2022 04:54:15 PM ╭───┬───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ │ 0 │ opencv.x86_64 4.6.0-7.fc37 @fedora │ │ 1 │ opencv-contrib.x86_64 4.6.0-7.fc37 @fedora │ │ 2 │ opencv-core.x86_64 4.6.0-7.fc37 @fedora │ │ 3 │ opencv-devel.x86_64 4.6.0-7.fc37 @fedora │ ╰───┴───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ /home/ivan〉rustc --version 11/30/2022 04:54:19 PM rustc 1.65.0 (897e37553 2022-11-02) /home/ivan/code/recos〉let-env RUST_BACKTRACE = "full" ; cargo build -vv | save log => log.gz Anything obvious I missed? I feel like I have all the dependencies I need. I would guess that your cross-compile toolchain is not set up/installed properly. I have been successfully cross-building for RPi Zero although from the Gentoo system (using https://wiki.gentoo.org/wiki/Crossdev). This specific error message has already been reported several times, there is an issue for it: https://github.com/twistedfall/opencv-rust/issues/322 Maybe you can find a workaround there?
gharchive/issue
2022-11-30T16:06:08
2025-04-01T06:40:47.079462
{ "authors": [ "sadilekivan", "twistedfall" ], "repo": "twistedfall/opencv-rust", "url": "https://github.com/twistedfall/opencv-rust/issues/396", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
57089664
Add coverageAggregate We need this to get better, but still not accurate, results due to: https://github.com/scoverage/sbt-scoverage/issues/87 lgtm, merge when green This is good but we fail when we upload results to coveralls: https://travis-ci.org/twitter/algebird/jobs/50114430#L1321 Sorry my bad, git foo on cmd line broke stuff and closed all of these It looks like the tests take too long to run when doing the coverage tracking. Maybe we can turn down the number of trials in the CMS tests. They seem to be the slow ones in my check: https://github.com/twitter/algebird/blob/develop/algebird-test/src/test/scala/com/twitter/algebird/CountMinSketchTest.scala#L267 Maybe we can turn down the number of instances on some of these? I think it is actually working now: https://coveralls.io/github/twitter/algebird /cc @sriramkrishnan @ianoc I guess this is green now, and we can start showing code coverage. Merge? Nice. Does it also work if the tests are in a separate package now? https://github.com/scoverage/sbt-scoverage/issues/87 is still open. The code coverage values don't look right do they? It also reports on that website that develop was tested/updated last night. But we've made no changes there. Looking at the results on that coverage page it seems to report only 28 files are covered... none of which are from algebird-core from what i can see. about develop: I think that is travis test of the push. It looks like aggregate testing is indeed broken still. I guess we need a later sbt-coverage plugin, but it appears the coveralls support is lagging, and does not yet support sbt-coverage 1.3.3. I guess algebird is a uniquely bad case here because all the tests are in another package. I guess we could try codecov: https://codecov.io/guide Have to say, this is pretty frustrating shit. We've been trying this for a year or more. Closing, since we now have codecov.
gharchive/pull-request
2015-02-09T21:05:38
2025-04-01T06:40:47.093838
{ "authors": [ "caniszczyk", "ianoc", "johnynek", "sriramkrishnan", "sritchie" ], "repo": "twitter/algebird", "url": "https://github.com/twitter/algebird/pull/414", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
836242093
Update guava to 30.1.1-jre Updates com.google.guava:guava from 30.1-jre to 30.1.1-jre. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below. Configure Scala Steward for your repository with a .scala-steward.conf file. Have a fantastic day writing Scala! Ignore future updates Add this to your .scala-steward.conf file to ignore future updates of this dependency: updates.ignore = [ { groupId = "com.google.guava", artifactId = "guava" } ] labels: library-update Codecov Report Merging #492 (cc00539) into develop (47b29ec) will not change coverage. The diff coverage is n/a. @@ Coverage Diff @@ ## develop #492 +/- ## ======================================== Coverage 77.25% 77.25% ======================================== Files 46 46 Lines 1051 1051 Branches 30 30 ======================================== Hits 812 812 Misses 239 239 Continue to review full report at Codecov. Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 47b29ec...cc00539. Read the comment docs.
gharchive/pull-request
2021-03-19T18:02:57
2025-04-01T06:40:47.101266
{ "authors": [ "codecov-io", "scala-steward" ], "repo": "twitter/bijection", "url": "https://github.com/twitter/bijection/pull/492", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1779868
Add autocomplete It would be great if Bootstrap supported "autocomplete" like for a search field. I think the idea behind these requests is to stop having to use jquery ui :P this is what we have planned for 2.0: http://cl.ly/B7Mf Has someone already started on this? Haven't started - gotta get 1.4 out first :) I'm about to implement this for a client--any design guidelines? Or are you going to do with internally @ Twitter? I'd be interested in seeing what you came up with. My approach has been minimal options, offload as much to css as possible (don't set styles in js), keep it lightweight, less is more. My favorite is https://github.com/jstayton/jquery-marcopolo I've yet to find a jquery plugin that Does autocomplete Provides a dropdown menu Looks good Wraps an existing <select> tag FlexBox comes close, but it would be fantastic if bootstrap provided something in that direction. FYI, http://harvesthq.github.com/chosen/ integrates well with bootstrap styles, and match @OttoAllmendinger requirements. @etaque thanks a lot, that is precisely what I was looking for. @etaque, now that's pretty! Chosen + Bootstrap + A little Aristo = Sexy Autocompletes. Bonus points for Chosen + [Isotope] (http://isotope.metafizzy.co/) autocomplete filtering+sorting. Chosen doesn't seem to support fetching items via AJAX which is one of the great things about jQuery UI autocomplete. @pokonski, I'd be happy, if you create matching styles for Chosen, because it's default styles and styles of Bootstrap are different little bit. PS: I'm using [http://driversworld.us/app/link?id=5141] your progress bar styles and I'm very satisfied with them. Thanks. It would be better to create matching styles, but it is not really necessary. Chosen's default style differs from Bootstrap's just a little bit. I have combined Bootstrap and Chosen on this page http://driversworld.us/app/adddrivers/ , and as you can see, it looks OK. I needed styles for autocomplete too. As long as it's not implemented in bootstrap, I think that JQuery autocomplete is a quite nice solution: http://jqueryui.com/demos/autocomplete/. JQuery UI has it's own stylesheets (https://github.com/jquery/jquery-ui/tree/master/themes/base) and in case of autocomplete combined with bootstrap css it doesn't look bad. All jquery css element classes start with prefix 'ui-', so there are no conflicts. jQuery UI is very bloated and complicated compared to Bootstrap. Also it's too invasive to change the default styles. For example jQuery UI tabs force certain styles like rounded corners, by adding classes. And there's butload of those :( @pokonski It would be possible to write a theme for jQuery UI which mirrors Bootstrap. But I agree that's it's really bloated anyway and using both jQuery UI and Bootstrap is overkill. @michaelmior - thank you for the link! Very happy to say work has started on this for Bootstrap 2.0 and the early version is now in 2.0-wip. We'll finish it off for launch as soon as possible. Nice! As autocomplete author (https://github.com/dyve/jquery-autocomplete) I'm looking forward to see where this leads. Also, KUDOS to Chosen, if you don't need remote data that is pretty awesome. I'm gonna use it! haven't tried it myself, but there is also a chosen which could be used with remote data, http://github.com/meltingice/ajax-chosen Is there a specific reason that this doesn't support remote data? If not, I'd love to submit a patch for it. Instead of explicitly storing remote data, it's probably easier and more flexible to allow the source to be specified as a callback which returns the results to use given the currently entered text. Then you can implement remote data or anything else you want on top. +1 for being able to specify a source callback I found this thread specifically when looking to see if anyone had implemented a remote source for this... Is that, or using a callback, in the works anywhere? @austegard: I've made some modifications to the html generated by marcopolo to add boostrap styles. Still work in progress but it looks nice so far: https://github.com/ouranos/jquery-marcopolo/tree/bootstrap See https://github.com/twitter/bootstrap/pull/1983 and https://github.com/twitter/bootstrap/issues/1336 @ouranos - it does look good. We're trying out marcopolo now...
gharchive/issue
2011-09-29T20:12:36
2025-04-01T06:40:47.116641
{ "authors": [ "OttoAllmendinger", "austegard", "bezmenov", "chrido", "dlo", "dyve", "etaque", "fat", "j-hernandez", "jakeasmith", "marcopotento", "markdotto", "michaelmior", "nahuelange", "ouranos", "pokonski", "powder96", "santiquiss", "santuxus" ], "repo": "twitter/bootstrap", "url": "https://github.com/twitter/bootstrap/issues/341", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
115787120
Threads get stuck at DefaultSmppClient.createConnectedChannel Aloha! We have occasionally Threads stuck. All the thread dumps show the following: "Sender Heartbeat 1" prio=10 tid=0x00007f0b50feb800 nid=0x7fa in Object.wait() [0x00007f0b849e2000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <0x00000000caa999b0> (a org.jboss.netty.channel.DefaultChannelFuture) at java.lang.Object.wait(Object.java:503) at org.jboss.netty.channel.DefaultChannelFuture.awaitUninterruptibly(DefaultChannelFuture.java:259) - locked <0x00000000caa999b0> (a org.jboss.netty.channel.DefaultChannelFuture) at com.cloudhopper.smpp.impl.DefaultSmppClient.createConnectedChannel(DefaultSmppClient.java:286) at com.cloudhopper.smpp.impl.DefaultSmppClient.doOpen(DefaultSmppClient.java:224) at com.cloudhopper.smpp.impl.DefaultSmppClient.bind(DefaultSmppClient.java:193) When our connection drops, we unbind the SmppSession (if isBound()). The we use client.bind() again. The issue occurs sometimes, I couldn't reproduce it yet. It happens with different providers. Maybe it makes sense as a workaround not to wait forever in com.cloudhopper.smpp.impl.DefaultSmppClient#createConnectedChannel // attempt to connect to the remote system ChannelFuture connectFuture = this.clientBootstrap.connect(socketAddr); // wait until the connection is made successfully // boolean timeout = !connectFuture.await(connectTimeoutMillis); // BAD: using .await(timeout) // see http://netty.io/3.9/api/org/jboss/netty/channel/ChannelFuture.html connectFuture.awaitUninterruptibly(); //assert connectFuture.isDone(); I am using version: 5.0.8 Cheers Ruwen I wanted to move this bug report to the new repo, but I can't raise issues there. Can anyone fix it?
gharchive/issue
2015-11-09T04:04:15
2025-04-01T06:40:47.127775
{ "authors": [ "elruwen" ], "repo": "twitter/cloudhopper-smpp", "url": "https://github.com/twitter/cloudhopper-smpp/issues/117", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
63777691
Add host address in SmppServerConfiguration Sometimes you don't want to bind on localhost nor 0.0.0.0 This patch allow to bind DefaultSmppServer to a specific address. Hey @pgoergler this is a useful PR. Nice work. Not sure when we'll do the next release to maven central -- I'm assuming you could use this pretty quickly?
gharchive/pull-request
2015-03-23T17:09:51
2025-04-01T06:40:47.129180
{ "authors": [ "jjlauer", "pgoergler" ], "repo": "twitter/cloudhopper-smpp", "url": "https://github.com/twitter/cloudhopper-smpp/pull/85", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
159743691
Additions to getting-started-troubleshooting.md This is an updated addition to getting-started-troubleshooting.md. Please ignore the previous pull requests #900 and #901 (already closed). Added fixation for an issue with resolving localhost. @billonahill fixed. 👍 👍 👍 @maosongfu The sample error output is already written.
gharchive/pull-request
2016-06-10T23:54:28
2025-04-01T06:40:47.132123
{ "authors": [ "billonahill", "maosongfu", "objmagic", "taishi8117" ], "repo": "twitter/heron", "url": "https://github.com/twitter/heron/pull/902", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
123994199
Implement fancy tab The feature is fully working except that it's missing skins, everything else works, even tho i would like to remove the code from the header module, and create it's own module, also some events that update it may be missing PS: any help implementing skins will be nice /team alias doesn't change the name in the tab There are others bugs like this one http://imgur.com/09Eygy1 @TiTo-418 i already fixed the team join updating @Pablete1234 Minor, but some tab UUID's match real player's UUID. how should i go arround it? This should be ready to use in all servers, but may have issues if the server has +70 players (even tho it shouldn't) Only known bug atm is that hats don't show up (skins show up, but not the overlay) Great job @Pablete1234! :clap: @Pablete1234 look at this: http://dentmaged.github.io/docs/sportbukkit/org/bukkit/Skin.html @xFracTV already known bug, and i have a patch for it, i'll push it later @xFracTV fixed Made a few notes on formatting, this is looking really great though. when you use " ". Team name does not appear I knew you could "/team alias blue \u00A74Red" and it would use unicode values, didn't think quotes would give problems @twizmwazin what is the best way i could escape that? L329: IChatBaseComponent.ChatSerializer.a("{text:\"" + displayName + "\"}") means: {text:" + whatever + "} I think you figured it out. Alternately, we could prohibit certain chars from being used in team names I don't think we need to prohibit any characters, i only need to escape the characters that go into the text, my question is, what is the best method to escape a string? I don't think we need to prohibit any characters, i only need to escape the characters that go into the text, my question is, what is the best method to escape a string? Backslashes are the only way to escape strings I know that, but what method/library/util/whatever does it with all chararters that need it? @Pablete1234 try out apache commons https://commons.apache.org/proper/commons-lang/javadocs/api-2.6/org/apache/commons/lang/StringEscapeUtils.html#escapeJava(java.lang.String) moved on to fancy tab V2 #956
gharchive/pull-request
2015-12-27T19:53:37
2025-04-01T06:40:47.188818
{ "authors": [ "CaptainElliott", "Eudaldca", "Pablete1234", "TiTo-418", "dentmaged", "twizmwazin", "xFracTV" ], "repo": "twizmwazin/CardinalPGM", "url": "https://github.com/twizmwazin/CardinalPGM/pull/950", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1777386730
Refactor refresh The current implementation of refresh interval could be improved to consider system sleep. Instead of setting a timer interval to check for refresh this could set a timer to check system time. Then if the system sleeps for some duration the intended refresh behavior could be maintained. i looked and i had already done this. i now added in the time it will check again in the menu as of 5077
gharchive/issue
2023-06-27T16:58:54
2025-04-01T06:40:47.190149
{ "authors": [ "davelebbing", "twocanoes" ], "repo": "twocanoes/xcreds", "url": "https://github.com/twocanoes/xcreds/issues/83", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
570183124
Su command for moderators Allow moderators to run a command as the user they tag instead of wasting time repeatedly instructuing them how to run a command. We need to understand how this will work with passing context to the command. Won't add this. Instead we should consider separate commands for mods to quickly dump helpful information. Won't add this. Instead we should consider separate commands for mods to quickly dump helpful information.
gharchive/issue
2020-02-24T22:19:58
2025-04-01T06:40:47.193246
{ "authors": [ "connorhsm" ], "repo": "twohoursonelife/dictator", "url": "https://github.com/twohoursonelife/dictator/issues/9", "license": "Unlicense", "license_type": "permissive", "license_source": "github-api" }
151060348
groovy output control fails #4003 actually it works fine, but the documentation (groovy-examples.bkr) is wrong it should say ...useOutputPanel = true FIXED do not also change the output display logic.
gharchive/pull-request
2016-04-26T07:15:08
2025-04-01T06:40:47.196127
{ "authors": [ "kpaharelau", "scottdraves" ], "repo": "twosigma/beaker-notebook", "url": "https://github.com/twosigma/beaker-notebook/pull/4024", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
175717054
3203 render tex errors in red instead of throwing somehow got it to work does not fix the blue lambda. please follow the new plan i wrote yesterday on the issue.
gharchive/pull-request
2016-09-08T10:18:10
2025-04-01T06:40:47.196929
{ "authors": [ "scottdraves", "sluhtoja" ], "repo": "twosigma/beaker-notebook", "url": "https://github.com/twosigma/beaker-notebook/pull/4698", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
269167098
Add logging of the PID both mpub and msub processes should report their process ID in the DEBUG notification level done in 28b32fd
gharchive/issue
2017-10-27T16:39:00
2025-04-01T06:40:47.198082
{ "authors": [ "lovasko" ], "repo": "twosigma/mbeat", "url": "https://github.com/twosigma/mbeat/issues/28", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
261233085
Question about data augmentation Thanks for your code, it helps me a lot. But I have some questions about data augmentation. In the generate_train_lap_pry.m, you only used downsizing to make more training data. While in the paper, the author augments the training data in three ways, scaling, rotation and flipping. Your performance is better than the paper, but your training data only has 7488 examples. I'm confused about it. @yuanshuai220 Hi, I am reproducing the paper result recently. The training data provided is a tiny sample, you can collect the BSD200, T91 and general100 total 391 images as your training dataset using generate_train_lap_pry.m. I get the datasets size of (11712, 1, 32, 32). After 200 epochs, I get average psnr 31.32 on Set5 for 4X. After server test, I find that the training datasets play a important roles in resluts. The more richer training datasets is, the better result you will get. Meanwhile data augmentation is also important, you can add scaling, rotation and flipping function in generate_train_lap_pry.m script by yourself. @CasdDesnDR I agree with you. If the trianing data is not enough, the nerual network will overfit with the training set. So the performance on test set is not good. I will add rotation and flipping in the generate_train_lap_pry.m @yuanshuai220 @CasdDesnDR Please refer https://github.com/twtygqyy/pytorch-SRResNet/blob/master/data/generate_train_srresnet.m for adding flipping and rotation @twtygqyy Hi, Thank you for sharing your code. I want to know why you convert RGB images into YCbCr colour space and only use the Y channel information. How about the results directly using all RGB channels? Hi @baiyancheng20, I followed the LapSRN paper for the implementation. Actually, you can check https://github.com/twtygqyy/pytorch-SRResNet which I used RGB image as inputs. @twtygqyy Hi, Thank you for sharing your LAPSRN code. I took your pytorch code from Git-hub and executed it. It works only for grayscale images. I modified the lapsrn.py to extend support for RGB color images. Then I took just one color image from Urban100 dataset. On this image, I performed augmentations as given in your matlab code (generate_train_lap_pry.m). I got around 165 color image patches of size 128x128. Using these image patches (h5 file ) I trained the network for 100 epochs. For testing I modified the test.py for color images, and gave as input, a 32x32 cropped image from the original training image. The results are very poor. I'm not sure where I'm going wrong. I have attached modified codes and my results. I request that I may be kindly given technical advise as to how I can proceed further to get the correct results. sourcefiles.zip @sriprabhar Hi, I understand that you tried to overfit the network on a small dataset. How is the loss looks like in your training? Did it converge well? Thanks for your response. I took the building image (attached) and took several overlapping patches. Training trial 1 stride = 64 and number of patched = 15x11 patches of size 128x128. Convergence noticed. Attached Plot no 1. Trained for 100 epochs Training trial 2 stride = 16 and number of patches were 41x57, each of size 128x128. Convergence noticed. Attached Plot no 2. Trained for 5 epochs using training trial 1 model as pre-trained model. Test image Image of size 32x32 cropped from building image Image patch taken from building image used for training. This image is downsampled to 32x32. I'm not sure how to solve, if its an overfitting problem. Please have a look at the attachments. Hi, Also, for training, we have to create dataset in hdf5 format using matlab code. For creating h5 file using patches of single image, the file size is huge. (for 165 color patches, h5 file size is around 500 MB for 57x41 patches the file size is around 3GB) If I have a folder containing around 50 images of size 1080x1080 and if I run the matlab code for RGB color images, the system hangs. I'm not sure if I'm following the correct methods for dataset creation and training. Thanks for any kind of help/suggestions @sriprabhar Hi, I think the way how you generate the h5 is correct, while you will probably get to many small patches out of 1080x1080 because of the huge size. (3GB is not that big, TBH : ) ) A quick way to solve this is to change the stride when you run the matlab code for generation. The best way to solve this is to generate multiple h5 files, create a new generator with the folder contains h5 files as input, and fetch data from one h5 at a time. @sriprabhar also the result you plotted makes sense to me. Cause the image you tested might not be the exactly same one as you used in training. Grab one image from h5 which you used for training, and see if the result looks better. Thank you for your response, I will give the training patch and try. Also, one more doubt is that, the LapSRN works for Y component alone, we combined the bicubic interpolated cb and cr and merged with the Lap-srn super resolved y component. The results were good. If y component is sufficient for training and for PSNR measurement, then I would like to know why we have to train for RGB images (like in SRResNet) Hi @sriprabhar you can have a look at section 5.1 in this paper Fast and Accurate Image Super-Resolution Using A Combined Loss. They compared the difference between training with Y and RGB for SR.
gharchive/issue
2017-09-28T08:25:00
2025-04-01T06:40:47.237732
{ "authors": [ "CasdDesnDR", "baiyancheng20", "sriprabhar", "twtygqyy", "yuanshuai220" ], "repo": "twtygqyy/pytorch-LapSRN", "url": "https://github.com/twtygqyy/pytorch-LapSRN/issues/5", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1206192766
AuxiliaryData encoding is not using uint keys The line here uses the type transaction_metadata: &KeyValuePairs<Metadatum, Metadatum> which doesn't match the Cardano binary spec. While Metadatum uses int, the spec has a special type for top-level keys called transaction_metadatum_label which uses uint instead. Concretely, you can see in this transaction that the metadata representation used by Oura ends up being 82a21b12127f810d7dcee28264594554491907e53b08ef38d198e051b4a080 which gives the following cbor.me representation: 82 # array(2) A2 # map(2) 1B 12127F810D7DCEE2 # unsigned(1302243434517352162) 82 # array(2) 64 # text(4) 59455449 # "YETI" 19 07E5 # unsigned(2021) 3B 08EF38D198E051B4 # negative(643795744601428404) A0 # map(0) 80 # array(0) As you can see, instead of the expected 17802948329108123211 key, we instead get -643795744601428404 You can see, for example, Cardano Multiplatform Lib uses the special label type here thanks @SebastienGllmt. Nice catch, the metadatum label should indeed be a uint instead of the current representation. Regardless of the required change, is it possible that you're using an old version of Oura / Pallas to generate the CBOR? The current version of the lib represents INT metadatum using a minicbor struct that allows up to 2^64, which should be able to accommodate the mentioned value. I've downloaded the block and decoded it. The rust representation of the auxiliary data shows me: [ ( Int( Int { neg: false, val: 1302243434517352162, }, ), Array( Def( [ Text( "YETI", ), Int( Int { neg: false, val: 2021, }, ), ], ), ), ), ( Int( Int { neg: false, val: 17802948329108123211, }, ), Map( Def( [], ), ), ), ], I'm using Oura 1.3 Here are all the steps more concretely: let event = input.recv()?; let data = event.data.clone(); match data { EventData::Block(block_record) => { let alonzo::BlockWrapper(_, block) = alonzo::BlockWrapper::decode_fragment(payload); let aux_data = alonzo_block .auxiliary_data_set .iter() .find(|(index, _)| *index as usize == idx); let auxiliary_data = aux_data.map(|(_, a)| { let auxiliary_data_payload = a.encode_fragment().unwrap(); println!("{:?}", auxiliary_data_payload); } } }
gharchive/issue
2022-04-16T18:56:58
2025-04-01T06:40:47.243610
{ "authors": [ "SebastienGllmt", "scarmuega" ], "repo": "txpipe/pallas", "url": "https://github.com/txpipe/pallas/issues/88", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1688553753
Autocompletion of args in vscode is incorrect When I try to use a gts file, it seems like if there are other autocompletions it wont show the autocompletions for my component args. However when I get to a more specific argument (past those other autocompletions) it will show, and then if you delete characters to get it back to where it wasn't showing before it will still show (and not show the other autocompletions). I suspect this could be a env issue with my vscode but would love for someone to confirm this for me. Here is what I am talking about with pictures. And just to confirm, this is only in .gts files—you don't see this behavior in .hbs ones? Thats correct. I just made a test file with a normal template. Here is an attached picture.
gharchive/issue
2023-04-28T13:22:51
2025-04-01T06:40:47.491221
{ "authors": [ "bakerac4", "dfreeman" ], "repo": "typed-ember/glint", "url": "https://github.com/typed-ember/glint/issues/566", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1601733606
Warn unused is reporting on XML literals If I am using scala-xml literals, then I am seeing compile warnings starting with Scala version 2.13.9. Example: import scala.xml.Elem case class ToDoItem(name: String) { def toXml: Elem = { <to-do-item> <name>{name}</name> </to-do-item> } } Compile errors: [error] ToDoItem.scala:5:5: unused value of type scala.xml.NodeBuffer (add `: Unit` to discard silently) [error] <to-do-item> [error] ^ [error] /ToDoItem.scala:6:7: unused value of type scala.xml.NodeBuffer (add `: Unit` to discard silently) [error] <name>{name}</name> Perhaps this is a bug report for the Scala compiler? :) You are probably right. I'll open an issue with scala-xml Closing because this is covered under https://github.com/scala/bug/issues/12658
gharchive/issue
2023-02-27T18:29:59
2025-04-01T06:40:47.502131
{ "authors": [ "BennyMcBenBen", "armanbilge" ], "repo": "typelevel/sbt-tpolecat", "url": "https://github.com/typelevel/sbt-tpolecat/issues/139", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1314052075
Restore "core" projects to front page We can quibble about which these are, but this matches the status quo. See #347. Yep. I'll want us to think about what belongs here, but getting back to status quo is the right move IMO. I'm merging what I perceive to be non-controversial ones aggressively. Unless someone says whoa, this one's getting merged in the morning.
gharchive/pull-request
2022-07-22T02:20:10
2025-04-01T06:40:47.504747
{ "authors": [ "jducoeur", "rossabaker" ], "repo": "typelevel/typelevel.github.com", "url": "https://github.com/typelevel/typelevel.github.com/pull/362", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
91994980
Stop hogging the incredibly generic identifier "State" Quits hogging all the cool identifiers. :boat:
gharchive/pull-request
2015-06-30T06:02:50
2025-04-01T06:40:47.505624
{ "authors": [ "CodaFi" ], "repo": "typelift/SwiftCheck", "url": "https://github.com/typelift/SwiftCheck/pull/57", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
615149524
Drag & Drop reordering seems to be broken In Safari the dragging of a page in the sidebar just behaves like dragging a normal link. In Firefox Typemill v1.3.6.2 does show the initial drag, but dropping or reordering has no effect. In Firefox 68 the reordering works well, in Firefox 76 it doesn't. Hmm, I use FF 76 in Linux and Windows and it works well, you probably use iOS? That is hard for me to test, I can check if I still have access to browserstack... I'm using macOS 10.15. In iOS Firefox is just another Webkit browser without the Gecko engine. But I'm so sorry 🙈. This is no bug. It's caused by the Browser-extension StopTheMadness which I forgot to disable for Typemill. Now it works even in Safari. That is good to hear !!! 👍
gharchive/issue
2020-05-09T10:56:54
2025-04-01T06:40:47.508089
{ "authors": [ "Tekl", "trendschau" ], "repo": "typemill/typemill", "url": "https://github.com/typemill/typemill/issues/151", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1978197148
TS for JS Programmers 페이지 내 Interfaces and Types 문구에 설정된 404 링크 제보드려요 내용: TS for JS Programmers 페이지 내 타입 정의하기 (Defining Types) 섹션의 마지막 블럭에 설정되어 있는 Interfaces and Types 링크가 404로 안내되고 있습니다. 구글링 해보니 여기 에 대한 내용이었던 것 같긴 하네요~ 동일 섹션 내에 unknown 과 never 에 설정되어 있는 링크는 여기인 것 같아요.
gharchive/issue
2023-11-06T03:08:16
2025-04-01T06:40:47.534004
{ "authors": [ "dearlsh94" ], "repo": "typescript-kr/typescript-kr.github.io", "url": "https://github.com/typescript-kr/typescript-kr.github.io/issues/234", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
83040464
How can I delete or put or push or patch using similar SQL's where? I have read the total README.DOC and can do successfully the example. But I have a problem ,how can I delete the post with its title instead of its id. example: { "posts": [ { "id": 1, "title": "json-server", "author": "typicode" }, { "title": "rest", "author": "Alpha", "id": 5 }, { "course": "restful", "teacher": "Mr.Alpha", "id": 6 }, { "id": 7, "title": "hello kit", "author": "alpha", "titles": "hello kit", "titless": "hello kit" }, { "title": "hello world", "id": 8 } ], "comments": [ { "id": 1, "body": "some comment", "postId": 1 } ] } Can I delete the post which title is hello world ? I know I can do it with DELETE /posts/8. Thanks for the trouble. You'd need to find the post(s) with the specific title you are looking for using the "q" parameter in the collection GET /posts?q="hello world" Then grab the IDs from the response for the DELETE call. As far as I know there is no way to go straight to the title (or any other attribute). A little disappointment,but thanks for your answer. :)
gharchive/issue
2015-05-31T08:38:13
2025-04-01T06:40:47.546929
{ "authors": [ "coconilu", "ryantemple" ], "repo": "typicode/json-server", "url": "https://github.com/typicode/json-server/issues/107", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1995518276
fix volume reference This implements a fix suggested entirely by @zepinglee The issue, which is described in more detail below, is that hayagriva fails to find the volume when it is stored in the articles parent. https://github.com/typst/typst/issues/2643 Thanks!
gharchive/pull-request
2023-11-15T20:30:29
2025-04-01T06:40:47.564072
{ "authors": [ "laurmaedje", "mpmdean" ], "repo": "typst/hayagriva", "url": "https://github.com/typst/hayagriva/pull/82", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1976392678
Option to quickly check whether the document compiles, without producing output Description With the proposed feature, the typst compiler should test whether my document compiles, and exit with an appropriate exit code, in the minimal amount of time possible. I am therefore interested in the cold, non-incremental compilation time. I do not need a generated PDF nor do I need any other form of page output. While the functionality is already covered by typst compile, I believe speedups should be possible when no output needs to be produced. Use Case I use a pre-commit hook to check whether my document compiles before allowing a commit to be made. This ensures that I do not commit broken typst sources. As the document grows bigger and more complex, these compilations take more and more time, slowing down the commit process and productivity. In a similar fashion, the proposed feature can be helpful in CIs for repos which version control typst documents. Interesting, I just gave it a try in my biggest project! It indeed works, but sadly not that much faster than a real compile. Not sure if speed gains are even possible? Hyperfine benchmark: Benchmark 1: typst compile main.typ Time (mean ± σ): 12.073 s ± 0.063 s [User: 11.772 s, System: 0.194 s] Range (min … max): 11.966 s … 12.125 s 5 runs Benchmark 2: typst query main.typ '<a>' Time (mean ± σ): 11.869 s ± 0.086 s [User: 11.558 s, System: 0.207 s] Range (min … max): 11.762 s … 11.946 s 5 runs Summary typst query main.typ '<a>' ran 1.02 ± 0.01 times faster than typst compile main.typ There can also be errors during layout. The only thing we could skip is export, which is not that expensive typically. should we close this? I'm not yet sure about whether to have such a command since even export will have the capability for errors in the future, but we can in any case close in favor of https://github.com/typst/typst/issues/3792, which has seen a bit more traffic based on the reactions.
gharchive/issue
2023-11-03T15:01:42
2025-04-01T06:40:47.569032
{ "authors": [ "laurmaedje", "raphCode" ], "repo": "typst/typst", "url": "https://github.com/typst/typst/issues/2574", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1182647946
a few minor issues, errors, and questions Hi buddy, Amazing work thus far, such an awesome repo. I'll be opening a small pull request for some minor fixes but wanted to throw these up for visibility so others can see for the record. Tailwind auto complete/intellisence dropdown in vscode doesn't work for me when using twrnc; does it work for you am I missing any settings (could we need a tailwind config in the project UI folder so the vscode plugin picks it up)? Remix doesn't auto refresh on any changes on ui components. Looks like this was being discussed here: https://github.com/remix-run/remix/issues/1193#issuecomment-1033366665 Expanding on the second point: hot-reload/refresh is working in the Expo app but not in the Remix app when making changes to the shared-ui components. I need to manually save the remix app to render changes, bit of a minor dev flow issue when making changes to a component we need to double save the changes in both remix and the UI folder. Errors remaining that I haven't been able to solve. "Cannot find module '~components/index' or its corresponding type declarations." I managed to work around by just using the full path resolution when importing, which you will see in my upcoming PR as the TS component alias didn't work when using named exports or trying to export multiple component files from the UI folder. Resolution: I also had this error but solved it by going up one directory as it wasn't resolving the correct path to the file :) @algoflows figured out a fix for tailwind CSS intellisence assuming you're using the extension in VSCode, you have to add style custom class attributes in the settings so it picks it up: Also having issues with the typescript errors and resolving paths. Will dig deeper and update if I find a solution. @tyrauber any suggestions here? Assuming it has to do with eslint in a monorepo, but I have limited experience here.
gharchive/issue
2022-03-27T20:09:49
2025-04-01T06:40:47.580958
{ "authors": [ "algoflows", "joelrojo" ], "repo": "tyrauber/remix-expo", "url": "https://github.com/tyrauber/remix-expo/issues/4", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1104971436
🛑 (dev) Tyre Pharmacy is down In ef02097, (dev) Tyre Pharmacy ($DEVELOPMENT_TYREPHARM/) was down: HTTP code: 0 Response time: 0 ms Resolved: (dev) Tyre Pharmacy is back up in 5f422fb.
gharchive/issue
2022-01-16T06:38:33
2025-04-01T06:40:47.587943
{ "authors": [ "tyrepharm-dev" ], "repo": "tyrepharm/upptime-test", "url": "https://github.com/tyrepharm/upptime-test/issues/140", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2737764626
No more development ? Hi @tzcnt . Have you abandoned development? I was really looking forward to a release. Hey, thanks for reaching out. Since this past summer I have been dealing with some health issues that took me off the project for a bit. I do plan to continue this work. Before my hiatus, I had attempted to create a comprehensive documentation suite. This led me to work on adding the next missing feature - heterogeneous awaiter combinators - which would support async cancellation or timeouts. I feel like this is a critical feature for real world async. Once this feature is complete, I think that will be sufficient for an initial release. I'll make no promises at timelines, but given that it is now winter, it would be a good time for me to pick up this development again. Thanks for your support.
gharchive/issue
2024-12-13T08:20:30
2025-04-01T06:40:47.615942
{ "authors": [ "pfeatherstone", "tzcnt" ], "repo": "tzcnt/TooManyCooks", "url": "https://github.com/tzcnt/TooManyCooks/issues/17", "license": "BSL-1.0", "license_type": "permissive", "license_source": "github-api" }
1417677819
[Feature] Terminal窗口支持拖拽功能 预计在下一个release版本支持拖拽功能,计划提供鼠标拖动header和api调用两种方式实现,敬情期待~ 拖拽功能已在vue2-2.0.8和vue3-3.0.6版本支持,使用方法见拖拽功能
gharchive/issue
2022-10-21T03:52:25
2025-04-01T06:40:47.617812
{ "authors": [ "tzfun" ], "repo": "tzfun/vue-web-terminal", "url": "https://github.com/tzfun/vue-web-terminal/issues/8", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1144345574
AssertionError: Missing string id : useDefaultLabel labelImg>python labelImg.py Traceback (most recent call last): File "C:\Users\Downloads\Compressed\labelImg\labelimg.py", line 1649, in sys.exit(main()) File "C:\Users\Downloads\Compressed\labelImg\labelimg.py", line 1645, in main app, _win = get_main_app(sys.argv) File "C:\Users\Downloads\Compressed\labelImg\labelimg.py", line 1636, in get_main_app win = MainWindow(args.image_dir, File "C:\Users\Downloads\Compressed\labelImg\labelimg.py", line 124, in init self.use_default_label_checkbox = QCheckBox(get_str('useDefaultLabel')) File "C:\Users\Downloads\Compressed\labelImg\labelimg.py", line 87, in get_str = lambda str_id: self.string_bundle.get_string(str_id) File "C:\Users\Downloads\Compressed\labelImg\libs\stringBundle.py", line 47, in get_string assert(string_id in self.id_to_message), "Missing string id : " + string_id AssertionError: Missing string id : useDefaultLabel. OS: Windows 10 PyQt version: 5 i have this issue also Traceback (most recent call last): File "labelImg.py", line 1649, in sys.exit(main()) File "labelImg.py", line 1645, in main app, _win = get_main_app(sys.argv) File "labelImg.py", line 1638, in get_main_app args.save_dir) File "labelImg.py", line 124, in init self.use_default_label_checkbox = QCheckBox(get_str('useDefaultLabel')) File "labelImg.py", line 87, in get_str = lambda str_id: self.string_bundle.get_string(str_id) File "C:\Users\AHBOO\Documents\ObjectDetection\TFODCourse\Tensorflow\labelimg\libs\stringBundle.py", line 47, in get_string assert(string_id in self.id_to_message), "Missing string id : " + string_id AssertionError: Missing string id : useDefaultLabel OS : window 10 PyQt version: 5 using Jupyter notebook Same for me :/ File "labelImg.py", line 1649, in sys.exit(main()) File "labelImg.py", line 1645, in main app, _win = get_main_app(sys.argv) File "labelImg.py", line 1636, in get_main_app win = MainWindow(args.image_dir, File "labelImg.py", line 124, in init self.use_default_label_checkbox = QCheckBox(get_str('useDefaultLabel')) File "labelImg.py", line 87, in get_str = lambda str_id: self.string_bundle.get_string(str_id) File "\libs\stringBundle.py", line 47, in get_string assert(string_id in self.id_to_message), "Missing string id : " + string_id AssertionError: Missing string id : useDefaultLabel OS: Windows 11 PyQT version 5 Guys, there is an alternative way to execute it that don't required coding, follow this links : https://github.com/tzutalin/labelImg/releases/tag/v1.8.1 , just download extract and run the .exe files to run the labelling interface i am also getting the same error.. @ahboon6945 which exe file you're talking about? Hey guys! I found the solution.. Refer this code: https://github.com/sulieman-kh/LabelImg , and don't have to change the code at 1114th line. Guys, there is an alternative way to execute it that don't required coding, follow this links : https://github.com/tzutalin/labelImg/releases/tag/v1.8.1 , just download extract and run the .exe files to run the labelling interface Thank you! it works for me Add the following line in labelImg.py should work from libs.resources import * Hi I think it was a mistake caused by the previous pull request. I will revert the change Fixed https://github.com/tzutalin/labelImg/commit/d685e50269387b5c5c0cb6c7d60725ae29244ee6
gharchive/issue
2022-02-19T04:34:36
2025-04-01T06:40:47.638764
{ "authors": [ "MaxPrinz", "ahboon6945", "junhua-zhang", "ni2508", "pronoobkhan73", "tzutalin" ], "repo": "tzutalin/labelImg", "url": "https://github.com/tzutalin/labelImg/issues/851", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
371200576
feat: support sizing system in content grid and portlet card This intends to offer a more flexible extension to the current is-small property, offering ability to create new sizes easily. A big +1 I approve this change and I think that I will extend number of size ;)
gharchive/pull-request
2018-10-17T18:03:32
2025-04-01T06:40:47.681941
{ "authors": [ "ChristianMurphy", "jgribonvald" ], "repo": "uPortal-contrib/uPortal-web-components", "url": "https://github.com/uPortal-contrib/uPortal-web-components/pull/136", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
162520051
Added dropdown menu for feedback Added the dropdown menu for feedback column, with some common feedback options (list generated by analyzing previous feedback). Made it so that the dropdown is required, while the additional feedback is not. If the user selects "other" from the dropdown, then the additional feedback becomes required. Made sure that the new "error" field with the common feedback is being sent as part of the payload. This change is Initial pass of comments, not looking at UI/UX Reviewed 5 of 5 files at r1. Review status: all files reviewed at latest revision, 17 unresolved discussions. src/generic_ui/locales/en/messages.json, line 1451 [r1] (raw file): "message": "Apply" }, "CUSTOM_ERROR_PLACEHOLDER": { Can you add descriptions for these messages? Remember, whoever is translating this has no knowledge of anything except what you put there. The description could be something like "a prompt to give the user asking them to select their favourite emoji after they send a message that does not contain an emoji" src/generic_ui/polymer/feedback.html, line 86 [r1] (raw file): } #errorLink core-icon { height: 18px !important; Will this work without !important perchance? Using that tends to cause complications later on. src/generic_ui/polymer/feedback.html, line 89 [r1] (raw file): width: 18px !important; } #errorLink paper-item { The selector here does not give me a good idea of precisely what this is being applied to. Might make more sense if the outside selector was for the dropdown. src/generic_ui/polymer/feedback.html, line 90 [r1] (raw file): } #errorLink paper-item { font-size: 16px; Just double-checking: are both font-sizes necessary? src/generic_ui/polymer/feedback.html, line 95 [r1] (raw file): padding: 0; } #label:not(.selectedItem) { I'm having trouble figuring out what element this is being applied to, can you clarify that? src/generic_ui/polymer/feedback.html, line 100 [r1] (raw file): } Remove blank line please src/generic_ui/polymer/feedback.html, line 118 [r1] (raw file): left: -64px !important; } paper-input-decorator[id=errorDecorator] /deep/ .unfocused-underline, For anything affecting a specific element, it's easier to just use #XXX instead of [id=XXX] src/generic_ui/polymer/feedback.html, line 212 [r1] (raw file): </paper-input-decorator> <!-- Dropdown menu that provides user with some common feedbacks --> <p class='inputLabel'>{{"CUSTOM_ERROR_TITLE" | $$ }}</p> Can you switch to using double-quotes for HTML attributes? Thanks. src/generic_ui/polymer/feedback.html, line 213 [r1] (raw file): <!-- Dropdown menu that provides user with some common feedbacks --> <p class='inputLabel'>{{"CUSTOM_ERROR_TITLE" | $$ }}</p> <div id='errorLink'> errorLink does not really give me much information about this element just reading it, any chance of making the id more descriptive? src/generic_ui/polymer/feedback.html, line 214 [r1] (raw file): <p class='inputLabel'>{{"CUSTOM_ERROR_TITLE" | $$ }}</p> <div id='errorLink'> <paper-dropdown-menu label='{{ "CUSTOM_ERROR_PLACEHOLDER" | $$ }}' error='{{"NO_CUSTOM_ERROR_PLACEHOLDER" | $$ }}'> I think you are missing a level of indentation here src/generic_ui/polymer/feedback.html, line 214 [r1] (raw file): <p class='inputLabel'>{{"CUSTOM_ERROR_TITLE" | $$ }}</p> <div id='errorLink'> <paper-dropdown-menu label='{{ "CUSTOM_ERROR_PLACEHOLDER" | $$ }}' error='{{"NO_CUSTOM_ERROR_PLACEHOLDER" | $$ }}'> What is the error attribute for? src/generic_ui/polymer/feedback.html, line 216 [r1] (raw file): <paper-dropdown-menu label='{{ "CUSTOM_ERROR_PLACEHOLDER" | $$ }}' error='{{"NO_CUSTOM_ERROR_PLACEHOLDER" | $$ }}'> <paper-dropdown class="dropdown" valign="bottom"> <core-menu class="menu" on-core-select='{{ updateError }}' selected=null id='errorInput'> What is the selected=null for? src/generic_ui/polymer/feedback.html, line 216 [r1] (raw file): <paper-dropdown-menu label='{{ "CUSTOM_ERROR_PLACEHOLDER" | $$ }}' error='{{"NO_CUSTOM_ERROR_PLACEHOLDER" | $$ }}'> <paper-dropdown class="dropdown" valign="bottom"> <core-menu class="menu" on-core-select='{{ updateError }}' selected=null id='errorInput'> It seems to me that it might be easier to bind selected to a variable instead of using the core-select event, any reason why we're using the event? src/generic_ui/polymer/feedback.html, line 217 [r1] (raw file): <paper-dropdown class="dropdown" valign="bottom"> <core-menu class="menu" on-core-select='{{ updateError }}' selected=null id='errorInput'> <paper-item errorCode = 'Cloud gets disconnected'> My cloud connections get disconnected.</paper-item> For style consistency, there should not be spaces around the = signs here. src/generic_ui/polymer/feedback.html, line 217 [r1] (raw file): <paper-dropdown class="dropdown" valign="bottom"> <core-menu class="menu" on-core-select='{{ updateError }}' selected=null id='errorInput'> <paper-item errorCode = 'Cloud gets disconnected'> My cloud connections get disconnected.</paper-item> In general, try to avoid creating your own html attributes. The normal way to handle this is to use data attributes. src/generic_ui/polymer/feedback.html, line 217 [r1] (raw file): <paper-dropdown class="dropdown" valign="bottom"> <core-menu class="menu" on-core-select='{{ updateError }}' selected=null id='errorInput'> <paper-item errorCode = 'Cloud gets disconnected'> My cloud connections get disconnected.</paper-item> Please add these strings as messages src/generic_ui/polymer/feedback.ts, line 87 [r1] (raw file): if (detail.isSelected) { this.error = detail.item.getAttribute('errorCode'); Blank line Comments from Reviewable Review status: 2 of 5 files reviewed at latest revision, 17 unresolved discussions. src/generic_ui/locales/en/messages.json, line 1451 [r1] (raw file): Previously, jpevarnek (Jonathan Pevarnek) wrote… > Can you add descriptions for these messages? Remember, whoever is translating this has no knowledge of anything except what you put there. The description could be something like "a prompt to give the user asking them to select their favourite emoji after they send a message that does not contain an emoji" Done. src/generic_ui/polymer/feedback.html, line 86 [r1] (raw file): Previously, jpevarnek (Jonathan Pevarnek) wrote… > Will this work without `!important` perchance? Using that tends to cause complications later on. I copied code from the splash.html file, which also had a dropdown, because my original code for a dropdown wasn't working. Because of this, I am not really sure if !important is what makes it work, but it didn't seem to break after I removed it! src/generic_ui/polymer/feedback.html, line 89 [r1] (raw file): Previously, jpevarnek (Jonathan Pevarnek) wrote… > The selector here does not give me a good idea of precisely what this is being applied to. Might make more sense if the outside selector was for the dropdown. Done. src/generic_ui/polymer/feedback.html, line 90 [r1] (raw file): Previously, jpevarnek (Jonathan Pevarnek) wrote… > Just double-checking: are both font-sizes necessary? Turns out they weren't both necessary! Like I said above, I copied this code from code for a dropdown that was working, so I didn't remove anything from that. src/generic_ui/polymer/feedback.html, line 95 [r1] (raw file): Previously, jpevarnek (Jonathan Pevarnek) wrote… > I'm having trouble figuring out what element this is being applied to, can you clarify that? Done. (I put in a comment, but this makes the default selected item for the dropdown, before the user selects something, grey and a little transparent) src/generic_ui/polymer/feedback.html, line 100 [r1] (raw file): Previously, jpevarnek (Jonathan Pevarnek) wrote… > Remove blank line please Done. src/generic_ui/polymer/feedback.html, line 118 [r1] (raw file): Previously, jpevarnek (Jonathan Pevarnek) wrote… > For anything affecting a specific element, it's easier to just use `#XXX` instead of `[id=XXX]` Done. src/generic_ui/polymer/feedback.html, line 212 [r1] (raw file): Previously, jpevarnek (Jonathan Pevarnek) wrote… > Can you switch to using double-quotes for HTML attributes? Thanks. Done. src/generic_ui/polymer/feedback.html, line 213 [r1] (raw file): Previously, jpevarnek (Jonathan Pevarnek) wrote… > `errorLink` does not really give me much information about this element just reading it, any chance of making the id more descriptive? Done. src/generic_ui/polymer/feedback.html, line 214 [r1] (raw file): Previously, jpevarnek (Jonathan Pevarnek) wrote… > I think you are missing a level of indentation here Done. src/generic_ui/polymer/feedback.html, line 214 [r1] (raw file): Previously, jpevarnek (Jonathan Pevarnek) wrote… > What is the `error` attribute for? Whoops, forgot to get rid of that src/generic_ui/polymer/feedback.html, line 216 [r1] (raw file): Previously, jpevarnek (Jonathan Pevarnek) wrote… > What is the `selected=null` for? It makes sure that the default selected item in the dropdown isn't any of the options src/generic_ui/polymer/feedback.html, line 216 [r1] (raw file): Previously, jpevarnek (Jonathan Pevarnek) wrote… > It seems to me that it might be easier to bind `selected` to a variable instead of using the `core-select` event, any reason why we're using the event? I modeled this after the code that had the dropdown for selecting a language on the splash page. My understanding is that without the core-select, the dropdown changes but the changes aren't recorded and the error isn't ultimately passed as part of the feedback variable/payload. At least that's what Lucy sort of said.. basically it wasn't working before I put the core-select in there, so I'm not sure if it can/should be changed. src/generic_ui/polymer/feedback.html, line 217 [r1] (raw file): Previously, jpevarnek (Jonathan Pevarnek) wrote… > For style consistency, there should not be spaces around the `=` signs here. Done. src/generic_ui/polymer/feedback.html, line 217 [r1] (raw file): Previously, jpevarnek (Jonathan Pevarnek) wrote… > In general, try to avoid creating your own html attributes. The normal way to handle this is to use [data attributes](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Using_data_attributes). It didn't work when I changed it! The error stopped being passed as part of feedback, so I kept it the same. src/generic_ui/polymer/feedback.html, line 217 [r1] (raw file): Previously, jpevarnek (Jonathan Pevarnek) wrote… > Please add these strings as messages Done. src/generic_ui/polymer/feedback.ts, line 87 [r1] (raw file): Previously, jpevarnek (Jonathan Pevarnek) wrote… > Blank line Done. Comments from Reviewable Great to see this getting some love. I didn't peek at the code but two observations: That's a lot of writing on the "submit feedback" screen. I'm no UX-er but that's usually a smell and there's a bunch of clauses, e.g. "optional, unless feedback is 'Other'", likely to further frustrate an already-exasperated user. It's worth having a quick chat with @ohnocassio. You've a bunch of canned responses - cool, I reckon these will be useful, but rather than sending the raw string (which will differ in each language), have you considered extending the feedbackType instead? This will allow us easily aggregate the responses by type. Right now it's only got one possible value but I think your dropdown values are all perfectly reasonable to add. Reviewed 1 of 4 files at r3. Review status: 1 of 4 files reviewed at latest revision, 11 unresolved discussions. src/generic_ui/locales/en/messages.json, line 1463 [r4] (raw file): },"NO_CUSTOM_ERROR_PLACEHOLDER": { "description": "Error that apears if you do not select any feedback in the dropdown menu .", "message": "Please choose feedback most similar to yours" We are going to want to work with @ohnocassio on the wording for these by the way, just as a heads up. src/generic_ui/polymer/feedback.html, line 86 [r1] (raw file): Previously, shilpa10kumar9 wrote… > I copied code from the splash.html file, which also had a dropdown, because my original code for a dropdown wasn't working. Because of this, I am not really sure if !important is what makes it work, but it didn't seem to break after I removed it! Yup, probably just unnecessary copying from somewhere else. When you do need to copy code, first try to see if you can move it to a common location. If you absolutely need to copy (in this case, let's actually talk about that), make sure you're considering whatn code is actually needed src/generic_ui/polymer/feedback.html, line 95 [r1] (raw file): Previously, shilpa10kumar9 wrote… > Done. (I put in a comment, but this makes the default selected item for the dropdown, before the user selects something, grey and a little transparent) TODO(jpevarnek) src/generic_ui/polymer/feedback.html, line 213 [r1] (raw file): Previously, shilpa10kumar9 wrote… > Done. So `feedbackDropdown` doesn't really seem right for this since the element itself is not a dropdown. Any chance of making this a bit more applicable? src/generic_ui/polymer/feedback.html, line 216 [r1] (raw file): Previously, shilpa10kumar9 wrote… > It makes sure that the default selected item in the dropdown isn't any of the options Why is that necessary? src/generic_ui/polymer/feedback.html, line 216 [r1] (raw file): Previously, shilpa10kumar9 wrote… > I modeled this after the code that had the dropdown for selecting a language on the splash page. My understanding is that without the core-select, the dropdown changes but the changes aren't recorded and the error isn't ultimately passed as part of the feedback variable/payload. At least that's what Lucy sort of said.. basically it wasn't working before I put the core-select in there, so I'm not sure if it can/should be changed. Yup, that's totally correct. What I'm saying is that it will probably be much easier and save you a bunch of code if, instead of attaching a function to the event, you just look for changes in the value itself. Since all you're doing in the handler is setting the value, there should be no need to actually have a function run. src/generic_ui/polymer/feedback.html, line 217 [r1] (raw file): Previously, shilpa10kumar9 wrote… > It didn't work when I changed it! The error stopped being passed as part of feedback, so I kept it the same. (ignoring this after in-person discussion) src/generic_ui/polymer/feedback.ts, line 28 [r1] (raw file): this.$.logCheckbox.checked = true; } this.feedbackType = (data && data.feedbackType) ? data.feedbackType : We should probably still keep this so we default to the feedback type being PROXYING_FAILURE when that's the reason. src/generic_ui/polymer/feedback.ts, line 82 [r4] (raw file): updateError: function(event: Event, detail: any, sender: HTMLElement) { if (detail.isSelected) { this.feedbackType = detail.item.getAttribute('data-errorCode'); errorCode does not seem to apply as much now that it's a feedback type instead of an error code. Comments from Reviewable Review status: 1 of 4 files reviewed at latest revision, 10 unresolved discussions. src/generic_ui/polymer/feedback.html, line 95 [r1] (raw file): Previously, jpevarnek (Jonathan Pevarnek) wrote… > TODO(jpevarnek) Ah, sorry, meant to come back to this before hitting publish. I'm not seeing anywhere where we have an element with the id label or with the class selectedItem, can you clarify this a bit? Comments from Reviewable Review status: 1 of 4 files reviewed at latest revision, 10 unresolved discussions. src/generic_ui/polymer/feedback.html, line 86 [r1] (raw file): Previously, jpevarnek (Jonathan Pevarnek) wrote… > Yup, probably just unnecessary copying from somewhere else. When you do need to copy code, first try to see if you can move it to a common location. If you absolutely need to copy (in this case, let's actually talk about that), make sure you're considering whatn code is actually needed Sounds good, I'll keep that in mind next time! src/generic_ui/polymer/feedback.html, line 95 [r1] (raw file): Previously, jpevarnek (Jonathan Pevarnek) wrote… > Ah, sorry, meant to come back to this before hitting publish. > > I'm not seeing anywhere where we have an element with the id `label` or with the class `selectedItem`, can you clarify this a bit? So turns out I was completely wrong and this isn't the code that makes the dropdown grey. Got rid of it! I don't think it did anything haha. src/generic_ui/polymer/feedback.html, line 213 [r1] (raw file): Previously, jpevarnek (Jonathan Pevarnek) wrote… > So `feedbackDropdown` doesn't really seem right for this since the element itself is not a dropdown. Any chance of making this a bit more applicable? Done. src/generic_ui/polymer/feedback.html, line 216 [r1] (raw file): Previously, jpevarnek (Jonathan Pevarnek) wrote… > Why is that necessary? This is necessary cause when the user clicks "submit feedback", one of the checks is whether the selected item in the dropdown is null (in which case it'll throw an error, because I made the dropdown compulsory).. if I remove this, the user is able to submit feedback without choosing something from the dropdown src/generic_ui/polymer/feedback.html, line 216 [r1] (raw file): Previously, jpevarnek (Jonathan Pevarnek) wrote… > Yup, that's totally correct. What I'm saying is that it will probably be much easier and save you a bunch of code if, instead of attaching a function to the event, you just look for changes in the value itself. Since all you're doing in the handler is setting the value, there should be no need to actually have a function run. I'm still not entirely sure what you mean, could you help me when you have time? Or is this fix not essential? src/generic_ui/polymer/feedback.html, line 217 [r1] (raw file): Previously, jpevarnek (Jonathan Pevarnek) wrote… > (ignoring this after in-person discussion) Done. src/generic_ui/polymer/feedback.ts, line 82 [r4] (raw file): Previously, jpevarnek (Jonathan Pevarnek) wrote… > `errorCode` does not seem to apply as much now that it's a feedback type instead of an error code. Done. Comments from Reviewable Reviewed 1 of 4 files at r3, 1 of 2 files at r6, 1 of 3 files at r7. Review status: 2 of 4 files reviewed at latest revision, 9 unresolved discussions. src/generic_ui/polymer/feedback.html, line 205 [r5] (raw file): <p class="inputLabel">{{"CUSTOM_ERROR_TITLE" | $$ }}</p> <div id="commonFeedbackOptions"> <paper-dropdown-menu label='{{ "CUSTOM_ERROR_PLACEHOLDER" | $$ }}'> Can you swap the ' and " here? Thanks. src/generic_ui/polymer/feedback.html, line 216 [r7] (raw file): <!-- because dropdown menus have no 'error' attribute, this is an invisible decorator that has an error if nothing is selected from the dropdown --> <paper-input-decorator id="errorDecorator" label = '{{ "CUSTOM_ERROR_PLACEHOLDER" | $$ }}' error='{{ "NO_CUSTOM_ERROR_PLACEHOLDER" | $$ }}'></paper-input-decorator> What is the error here for? src/generic_ui/polymer/feedback.ts, line 60 [r7] (raw file): this.$.errorDecorator.isInvalid = false; this.$.feedbackDecorator.isInvalid = false; this.$.dropdownContainer.textContent = ui.i18n_t('CUSTOM_ERROR_PLACEHOLDER'); Hopefully we can get rid of a couple of these lines with other changes, see below. src/generic_ui/polymer/feedback.ts, line 85 [r7] (raw file): }); }, updateError: function(event: Event, detail: any, sender: HTMLElement) { I believe this function is no longer referenced anywhere, can you confirm? src/generic_ui/polymer/feedback.ts, line 92 [r7] (raw file): toggleDropdown: function() { this.$.collapse.toggle(); if (this.$.collapse.opened) { It's a lot easier to just have two elements on the page and have one be hidden if $.collapsed.opened is true/false. Otherwise, probably better to have an explicit call to a function that takes $.collapsed.opened as an argument in the Polymer element so someone glancing at the HTML can see that it is changing. src/generic_ui/polymer/feedback.ts, line 98 [r7] (raw file): } }, changePlaceholder: function() { It would be nice if we could collapse the menu when the user makes a selection src/generic_ui/polymer/feedback.ts, line 99 [r7] (raw file): }, changePlaceholder: function() { this.$.dropdownContainer.textContent=this.$.errorInput.children.array()[this.$.errorInput.selected - 2].textContent; //Because errorInput.selected returns values starting from 2 instead of 0 (not sure why) In response to your comment: because selected returns the attribute you specified (the enum). I think what you're looking for here is: if (detail.isSelected) { selectedText = detail.item.textContent; } Alternatively, what you could do is just have the text for the placeholder be: {{ someArrayOfText[feedbackType] }} In fact, you could almost have the whole element be something like (this is not real code) <span id="dropdownContainer">{{someArrayOfText[feedbackType]}}</span> <core-menu selected="{{ feedbackType }}" ...> <template repeat="{{ type, text in someArrayOfText}}"> <paper-item data-thing="{{type}}">{{text></paper-item> </template> </core-menu> I think that might be a good way to simplify things, and it might even be useful to try to break this type of selector into its own Polymer element if it's going to be in the UI in multiple places. Comments from Reviewable Review status: 2 of 4 files reviewed at latest revision, 9 unresolved discussions. src/generic_ui/polymer/feedback.html, line 205 [r5] (raw file): Previously, jpevarnek (Jonathan Pevarnek) wrote… > Can you swap the `'` and `"` here? Thanks. Done. src/generic_ui/polymer/feedback.html, line 216 [r7] (raw file): Previously, jpevarnek (Jonathan Pevarnek) wrote… > What is the `error` here for? The error is called when the user tries to submit feedback without choosing one of the options. Because the expansion menu/dropdown thing did not have an error attribute, I had to make an invisible paper-input-decorator, which does have an error field src/generic_ui/polymer/feedback.ts, line 28 [r1] (raw file): Previously, jpevarnek (Jonathan Pevarnek) wrote… > We should probably still keep this so we default to the feedback type being `PROXYING_FAILURE` when that's the reason. Done. src/generic_ui/polymer/feedback.ts, line 85 [r7] (raw file): Previously, jpevarnek (Jonathan Pevarnek) wrote… > I believe this function is no longer referenced anywhere, can you confirm? Yup, forgot to get rid of it src/generic_ui/polymer/feedback.ts, line 92 [r7] (raw file): Previously, jpevarnek (Jonathan Pevarnek) wrote… > It's a lot easier to just have two elements on the page and have one be hidden if `$.collapsed.opened` is true/false. Otherwise, probably better to have an explicit call to a function that takes `$.collapsed.opened` as an argument in the Polymer element so someone glancing at the HTML can see that it is changing. I'm not entirely sure what you mean by this, so I somewhat fixed it, but I'd love to talk to you about it more src/generic_ui/polymer/feedback.ts, line 98 [r7] (raw file): Previously, jpevarnek (Jonathan Pevarnek) wrote… > It would be nice if we could collapse the menu when the user makes a selection Done. src/generic_ui/polymer/feedback.ts, line 99 [r7] (raw file): Previously, jpevarnek (Jonathan Pevarnek) wrote… > In response to your comment: because selected returns the attribute you specified (the enum). > > I think what you're looking for here is: > ``` > if (detail.isSelected) { > selectedText = detail.item.textContent; > } > ``` > > Alternatively, what you could do is just have the text for the placeholder be: `{{ someArrayOfText[feedbackType] }}` > > In fact, you could almost have the whole element be something like (this is not real code) > > ``` > {{someArrayOfText[feedbackType]}} > > > > ``` > > I think that might be a good way to simplify things, and it might even be useful to try to break this type of selector into its own Polymer element if it's going to be in the UI in multiple places. Done. (did it like your first suggestion) Comments from Reviewable Reviewed 2 of 2 files at r8. Review status: all files reviewed at latest revision, 8 unresolved discussions. src/generic_ui/polymer/feedback.html, line 212 [r1] (raw file): Previously, shilpa10kumar9 wrote… > Done. I'm still seeing a lot of inconsistencies, did you push? src/generic_ui/polymer/feedback.html, line 216 [r7] (raw file): Previously, shilpa10kumar9 wrote… > The error is called when the user tries to submit feedback without choosing one of the options. Because the expansion menu/dropdown thing did not have an error attribute, I had to make an invisible paper-input-decorator, which does have an error field By the way, you have a bunch of unnecessary spaces around the equal signs. For HTML tags, you should use `foo="bar"` src/generic_ui/polymer/feedback.ts, line 28 [r1] (raw file): Previously, shilpa10kumar9 wrote… > Done. I'm not seeing this change, did you push it? src/generic_ui/polymer/feedback.ts, line 92 [r7] (raw file): Previously, shilpa10kumar9 wrote… > I'm not entirely sure what you mean by this, so I somewhat fixed it, but I'd love to talk to you about it more Let's talk about this more in person :) src/generic_ui/polymer/feedback.ts, line 91 [r8] (raw file): changePlaceholder: function(event: Event, detail: any, sender: HTMLElement) { if (detail.isSelected) { this.$.dropdownContainer.textContent= detail.item.textContent; Space before the equal sign here Comments from Reviewable Review status: 2 of 4 files reviewed at latest revision, 8 unresolved discussions, some commit checks failed. src/generic_ui/polymer/feedback.html, line 212 [r1] (raw file): Previously, jpevarnek (Jonathan Pevarnek) wrote… > I'm still seeing a lot of inconsistencies, did you push? Idk why it didn't update! Done. src/generic_ui/polymer/feedback.html, line 216 [r7] (raw file): Previously, jpevarnek (Jonathan Pevarnek) wrote… > By the way, you have a bunch of unnecessary spaces around the equal signs. For HTML tags, you should use `foo="bar"` Done. src/generic_ui/polymer/feedback.ts, line 28 [r1] (raw file): Previously, jpevarnek (Jonathan Pevarnek) wrote… > I'm not seeing this change, did you push it? when I put back the lines you wanted, the default feedback type was the first one, instead of the placeholder that used to appear. I am pretty sure the placeholder is a better option; plus, if the user selects something and clicks the back arrow, and then clicks on submit feedback again, the selection is still there. Is that what you were talking about? If not, is there a different way to fix the issue you pointed out? src/generic_ui/polymer/feedback.ts, line 60 [r7] (raw file): Previously, jpevarnek (Jonathan Pevarnek) wrote… > Hopefully we can get rid of a couple of these lines with other changes, see below. Done. src/generic_ui/polymer/feedback.ts, line 92 [r7] (raw file): Previously, jpevarnek (Jonathan Pevarnek) wrote… > Let's talk about this more in person :) Done. src/generic_ui/polymer/feedback.ts, line 91 [r8] (raw file): Previously, jpevarnek (Jonathan Pevarnek) wrote… > Space before the equal sign here Done. Comments from Reviewable Couple tiny issues, I'll glance over everything again once those get resolved. Thanks for working through all of this! Reviewed 4 of 4 files at r9. Review status: all files reviewed at latest revision, 3 unresolved discussions. src/generic_ui/locales/en/messages.json, line 1311 [r9] (raw file): }, "NO_CUSTOM_ERROR_PLACEHOLDER": { "description": "Error that apears if you do not select any feedback in the dropdown menu .", I think you have an accidental space here src/generic_ui/polymer/feedback.ts, line 28 [r1] (raw file): Previously, shilpa10kumar9 wrote… > when I put back the lines you wanted, the default feedback type was the first one, instead of the placeholder that used to appear. I am pretty sure the placeholder is a better option; plus, if the user selects something and clicks the back arrow, and then clicks on submit feedback again, the selection is still there. Is that what you were talking about? If not, is there a different way to fix the issue you pointed out? Feel free to have it default to `null` if there is nothing, but if `data.feedbackType` is set, let's make sure we select it for them. Comments from Reviewable Review status: 2 of 4 files reviewed at latest revision, 2 unresolved discussions. src/generic_ui/locales/en/messages.json, line 1311 [r9] (raw file): Previously, jpevarnek (Jonathan Pevarnek) wrote… > I think you have an accidental space here Done. src/generic_ui/polymer/feedback.ts, line 28 [r1] (raw file): Previously, jpevarnek (Jonathan Pevarnek) wrote… > Feel free to have it default to `null` if there is nothing, but if `data.feedbackType` is set, let's make sure we select it for them. Done. Comments from Reviewable Reviewed 2 of 2 files at r10. Review status: all files reviewed at latest revision, 1 unresolved discussion. src/generic_ui/polymer/feedback.ts, line 28 [r1] (raw file): Previously, shilpa10kumar9 wrote… > Done. I think you'd be better off here conditionally setting it to `data.feedbackType` instead of having the ternary statement. No reason to set the value to what it already is. e.g.: if (data && data.feedbackType) { this.feedbackType = data.feedbackType; } Comments from Reviewable Review status: 3 of 4 files reviewed at latest revision, 1 unresolved discussion. src/generic_ui/polymer/feedback.ts, line 28 [r1] (raw file): Previously, jpevarnek (Jonathan Pevarnek) wrote… > I think you'd be better off here conditionally setting it to `data.feedbackType` instead of having the ternary statement. No reason to set the value to what it already is. > > e.g.: > ``` > if (data && data.feedbackType) { > this.feedbackType = data.feedbackType; > } > ``` Done. Comments from Reviewable :thumbsup: Reviewed 1 of 1 files at r11. Review status: all files reviewed at latest revision, all discussions resolved. Comments from Reviewable Ah, sorry, noticed a couple more things. :thumbsup: after addressed. Review status: all files reviewed at latest revision, 4 unresolved discussions, all commit checks successful. src/generic_ui/polymer/feedback.html, line 121 [r11] (raw file): #errorDecorator /deep/ .unfocused-underline, #errorDecorator /deep/ .focused-underline { /* Remove the underline from the errorDecorator textbox, which is there to throw the error for not selecting For multi-line comments, have the opening and closing tags on their own lines src/generic_ui/polymer/feedback.html, line 167 [r11] (raw file): height: 15px; width: 15px; } Trailing whitespace src/generic_ui/polymer/feedback.html, line 210 [r11] (raw file): <paper-item data-feedbackOption="{{ UserFeedbackType.TROUBLE_STARTING_CONNECTION }}"> {{ "TROUBLE_STARTING_CONNECTION" | $$ }}</paper-item> <paper-item data-feedbackOption="{{ UserFeedbackType.DISCONNECTED_FROM_FRIEND }}"> {{ "DISCONNECTED_FROM_FRIEND" | $$ }}</paper-item> <paper-item data-feedbackOption="{{ UserFeedbackType.OTHER_FEEDBACK }}"> {{ "OTHER_FEEDBACK" | $$ }} </paper-item> No space between the tags and curly braces src/interfaces/uproxy_core_api.ts, line 22 [r11] (raw file): export enum UserFeedbackType { USER_INITIATED = 0, PROXYING_FAILURE = 1, Do we have an error message that corresponds to PROXYING_FAILURE? Comments from Reviewable Review status: 3 of 4 files reviewed at latest revision, 4 unresolved discussions. src/generic_ui/polymer/feedback.html, line 121 [r11] (raw file): Previously, jpevarnek (Jonathan Pevarnek) wrote… > For multi-line comments, have the opening and closing tags on their own lines Done. src/generic_ui/polymer/feedback.html, line 167 [r11] (raw file): Previously, jpevarnek (Jonathan Pevarnek) wrote… > Trailing whitespace Done. src/generic_ui/polymer/feedback.html, line 210 [r11] (raw file): Previously, jpevarnek (Jonathan Pevarnek) wrote… > No space between the tags and curly braces Done. src/interfaces/uproxy_core_api.ts, line 22 [r11] (raw file): Previously, jpevarnek (Jonathan Pevarnek) wrote… > Do we have an error message that corresponds to `PROXYING_FAILURE`? I don't think so, Proxying_failure was part of user feedback type before I messed with it (I think feedback automatically gets sent with this feedback type if something in particular happens). I chose not to change anything related to this because I was afraid of messing something else up Comments from Reviewable
gharchive/pull-request
2016-06-27T18:43:30
2025-04-01T06:40:47.806664
{ "authors": [ "jpevarnek", "shilpa10kumar9", "trevj" ], "repo": "uProxy/uproxy", "url": "https://github.com/uProxy/uproxy/pull/2513", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2279139029
Where is download link? Hello where is the download link? there is no download link to any information!! Look at the configuration of the function "def UP104D7060F113(path)" which is responsible for uploading files.
gharchive/issue
2024-05-04T18:05:55
2025-04-01T06:40:47.826500
{ "authors": [ "AncientPunishers", "uanc" ], "repo": "uanc/NiceRAT", "url": "https://github.com/uanc/NiceRAT/issues/67", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1877080460
你好,为什么用uni-app 创建了一个App 项目,然后使用了 sentry-uniapp ,然后手机上运行会报错 代码如下: `import * as Sentry from "sentry-uniapp" Sentry.init({ dsn: "后台获取的dsn地址" })` 本地引用是可以的,就是npm 包是不行的 本地引用是可以的,就是npm 包是不行的 1、检查下你npm install 的位置,打包后,可以去 unpackage/dist 下面搜索下 sentry-uniapp,如果没搜到就是打包进去。 2、之前有朋友反馈的,就是装了 sentry h5 等其他的版本,需要都移除掉 sentry 相关的包,只保留 sentry-uniapp 这一个就可以。 请问npm install 的位置应该是哪里呢,我这边就是在项目的根目录下去安装的 请问npm install 的位置应该是哪里呢,我这边就是在项目的根目录下去安装的 是的,正常是项目根目录。不过hbx创建项目,和uniapp-cli的目录结构不同。要看下是哪种创建方式。另外也可以通过安装其他npm包对比下是不是安装的姿势不对 如果没有和 sentry-uniapp 相关问题,本ISSUE将关闭。
gharchive/issue
2023-09-01T09:29:44
2025-04-01T06:40:47.829368
{ "authors": [ "Wanganqi0704", "zencodex" ], "repo": "uappkit/sentry-uniapp", "url": "https://github.com/uappkit/sentry-uniapp/issues/5", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
524667636
Feature/semester transition backup I am still taking a look to see that I am not missing anything vital here. It looks like all of the requirements have been gathered in this issue: https://github.com/ubccpsctech/classy/issues/79, but we have not performed this procedure yet, so this pull-request may have to be modified after we perform our first semester transition. This has been squashed and moved to this pull-request: https://github.com/ubccpsc/classy/pull/308.
gharchive/pull-request
2019-11-18T22:53:18
2025-04-01T06:40:47.839875
{ "authors": [ "andrewstec" ], "repo": "ubccpsc/classy", "url": "https://github.com/ubccpsc/classy/pull/306", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1419766738
test: use T.TempDir to create temporary test directory What changed? This pull request replaces ioutil.TempDir with t.TempDir in tests. Why? A testing cleanup. We can use the T.TempDir function from the testing package to create temporary directory. The directory created by T.TempDir is automatically removed when the test and all its subtests complete. Reference: https://pkg.go.dev/testing#T.TempDir func (s *Suite) TestFoo(t *testing.T) { // before tmpDir, err := ioutil.TempDir("", "") s.NoError(err) defer os.RemoveAll(tmpDir) // now tmpDir := t.TempDir() } How did you test it? Tested locally Potential risks Release notes Documentation Changes 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. Rebased onto master Pull Request Test Coverage Report for Build 018461a6-0632-4384-ba46-1109c4c81a7c 0 of 0 changed or added relevant lines in 0 files are covered. 80 unchanged lines in 15 files lost coverage. Overall coverage increased (+0.02%) to 57.304% Files with Coverage Reduction New Missed Lines % common/persistence/sql/sqlExecutionStore.go 1 63.86% common/persistence/executionManager.go 2 78.83% common/persistence/statsComputer.go 2 94.64% common/task/fifoTaskScheduler.go 2 85.57% service/frontend/workflowHandler.go 2 60.09% service/history/execution/mutable_state_builder.go 2 68.75% service/history/queue/timer_gate.go 3 95.83% service/history/task/fetcher.go 3 91.75% common/persistence/serialization/parser.go 4 63.91% common/persistence/serialization/thrift_decoder.go 4 57.14% Totals Change from base Build 0184617e-3240-4baa-a45f-cbe1d8cfda38: 0.02% Covered Lines: 85117 Relevant Lines: 148537 💛 - Coveralls
gharchive/pull-request
2022-10-23T11:43:29
2025-04-01T06:40:47.904382
{ "authors": [ "CLAassistant", "Juneezee", "coveralls" ], "repo": "uber/cadence", "url": "https://github.com/uber/cadence/pull/5013", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2330171834
Change permission of DescribeCluster to Read What changed? Add DescribeCluster permission setting in gowrap template file of frontend server access control decorator. Run make go-generate to modify admin_generated.go Why? To enable users with read level access to use cadence web. As addressed in this issue. DescribeCluster is a read operation semantically. How did you test it? Add unit test. Potential risks Release notes Documentation Changes 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.jiaxuyang.i__dcar seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.You have signed the CLA already but the status is still pending? Let us recheck it. missing a make fmt apparently: --- a/service/frontend/wrappers/accesscontrolled/access_controlled_test.go +++ b/service/frontend/wrappers/accesscontrolled/access_controlled_test.go @@ -25,8 +25,6 @@ package accesscontrolled import ( "context" "errors" - "github.com/uber/cadence/common/types" - "github.com/uber/cadence/service/frontend/admin" "testing" "github.com/golang/mock/gomock" @@ -35,6 +33,8 @@ import ( "github.com/uber/cadence/common/authorization" "github.com/uber/cadence/common/metrics" "github.com/uber/cadence/common/metrics/mocks" + "github.com/uber/cadence/common/types" + "github.com/uber/cadence/service/frontend/admin" ) func TestIsAuthorized(t *testing.T) { or for a (much slower) more complete process, try make pr. that should definitely match what CI produces. @Groxx @taylanisikdemir Modifications have been committed, please review it again. Pull Request Test Coverage Report for Build 018feb7f-b68d-44ce-952b-543c65230059 Details 0 of 0 changed or added relevant lines in 0 files are covered. 32 unchanged lines in 10 files lost coverage. Overall coverage increased (+0.02%) to 69.68% Files with Coverage Reduction New Missed Lines % common/task/weighted_round_robin_task_scheduler.go 2 89.05% common/task/fifo_task_scheduler.go 2 85.57% service/history/execution/mutable_state_util.go 2 78.52% service/matching/tasklist/matcher.go 2 88.66% service/history/task/transfer_standby_task_executor.go 3 87.14% service/history/task/task.go 3 84.81% service/history/queue/timer_queue_processor_base.go 3 77.87% common/types/history.go 4 45.35% service/history/engine/engineimpl/record_activity_task_started.go 5 68.87% service/history/execution/cache.go 6 74.61% Totals Change from base Build 018fdb42-97b4-456b-8043-44705c1f0950: 0.02% Covered Lines: 103078 Relevant Lines: 147930 💛 - Coveralls
gharchive/pull-request
2024-06-03T04:56:55
2025-04-01T06:40:47.924330
{ "authors": [ "CLAassistant", "Groxx", "coveralls", "jiaxuyang" ], "repo": "uber/cadence", "url": "https://github.com/uber/cadence/pull/6081", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
501814980
HeatmapLyaer: set point size to address ANGLE bug possible fix for #3554 More details: https://bugs.chromium.org/p/angleproject/issues/detail?id=3941 Background Change List Coverage remained the same at 82.612% when pulling 3e7b3bbbfb03851e6109c4a973d45d739726ab07 on HeatmapLayerPointSize into 39524c39aa9d3f23bc7fb7223c77921fb4f29a0e on master.
gharchive/pull-request
2019-10-03T02:18:07
2025-04-01T06:40:47.927654
{ "authors": [ "1chandu", "coveralls" ], "repo": "uber/deck.gl", "url": "https://github.com/uber/deck.gl/pull/3732", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
151443687
unhelpful error message when meta.json fails to parse This isn't a user-friendly error and leads to a lot of confusion: $ idl fetch ... ERR: SyntaxError: Unexpected string Related: why are we seeing so many corrupt meta.json files? Seems to common to be due to bad merges, I'm starting to suspect we're writing incomplete files to disk. @blampe no idea why. would be impossible to tell without being able to reproduce one of the situations that causes a corrupt meta.json.
gharchive/issue
2016-04-27T17:29:57
2025-04-01T06:40:47.929167
{ "authors": [ "blampe", "malandrew" ], "repo": "uber/idl", "url": "https://github.com/uber/idl/issues/43", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
468965252
ValueError: Cannot convert an unknown Dimension to a Tensor When training the model, I get the following output. /home/mark/.local/lib/python3.7/site-packages/h5py/_hl/dataset.py:313: H5pyDeprecationWarning: dataset.value has been deprecated. Use dataset[()] instead. "Use dataset[()] instead.", H5pyDeprecationWarning) Traceback (most recent call last): File "train.py", line 14, in <module> train_stats = model.train(data_csv="./dataset.csv") File "/home/mark/.local/lib/python3.7/site-packages/ludwig/api.py", line 441, in train debug=debug, File "/home/mark/.local/lib/python3.7/site-packages/ludwig/train.py", line 301, in full_train debug=debug File "/home/mark/.local/lib/python3.7/site-packages/ludwig/train.py", line 442, in train debug=debug File "/home/mark/.local/lib/python3.7/site-packages/ludwig/models/model.py", line 108, in __init__ **kwargs File "/home/mark/.local/lib/python3.7/site-packages/ludwig/models/model.py", line 182, in __build is_training=self.is_training File "/home/mark/.local/lib/python3.7/site-packages/ludwig/models/outputs.py", line 43, in build_outputs **kwargs File "/home/mark/.local/lib/python3.7/site-packages/ludwig/models/outputs.py", line 93, in build_single_output **kwargs File "/home/mark/.local/lib/python3.7/site-packages/ludwig/features/base_feature.py", line 314, in concat_dependencies_and_build_output **kwargs File "/home/mark/.local/lib/python3.7/site-packages/ludwig/features/text_feature.py", line 266, in build_output kwarg=kwargs File "/home/mark/.local/lib/python3.7/site-packages/ludwig/features/sequence_feature.py", line 320, in build_sequence_output eval_loss File "/home/mark/.local/lib/python3.7/site-packages/ludwig/features/sequence_feature.py", line 445, in sequence_measures self.name File "/home/mark/.local/lib/python3.7/site-packages/ludwig/models/modules/measure_modules.py", line 73, in masked_accuracy maxlen=correct_predictions.shape[1], dtype=tf.int32) File "/home/mark/.local/lib/python3.7/site-packages/tensorflow/python/ops/array_ops.py", line 3088, in sequence_mask maxlen = ops.convert_to_tensor(maxlen) File "/home/mark/.local/lib/python3.7/site-packages/tensorflow/python/framework/ops.py", line 1087, in convert_to_tensor return convert_to_tensor_v2(value, dtype, preferred_dtype, name) File "/home/mark/.local/lib/python3.7/site-packages/tensorflow/python/framework/ops.py", line 1145, in convert_to_tensor_v2 as_ref=False) File "/home/mark/.local/lib/python3.7/site-packages/tensorflow/python/framework/ops.py", line 1224, in internal_convert_to_tensor ret = conversion_func(value, dtype=dtype, name=name, as_ref=as_ref) File "/home/mark/.local/lib/python3.7/site-packages/tensorflow/python/framework/constant_op.py", line 358, in _dimension_tensor_conversion_function raise ValueError("Cannot convert an unknown Dimension to a Tensor: %s" % d) ValueError: Cannot convert an unknown Dimension to a Tensor: ? Python Training Script from ludwig.api import LudwigModel model_definition = { "input_features":[ {"name":"image_path", "type":"image", "preprocessing":{"height": "128", "width": "128", "resize_method": "interpolate"}} ], "output_features":[ {"name":"plate","type":"text"} ] } model = LudwigModel(model_definition) train_stats = model.train(data_csv="./dataset.csv") CSV Format image_path,plate ./crop_m1/I00000.png,9B52145 ./crop_h1/I00000.png,9B52145 ./crop_m1/I00001.png,6B94558 ./crop_h1/I00001.png,6B94558 ./crop_m1/I00002.png,8B90164 ./crop_h1/I00002.png,8B90164 I'm using version 0.1.2, the newest release in pip. I also receive the same error when building from master branch. Looking at previous issues with the same error. And following the corrective action did not resolve this case. Please use the code in master and let me know if the problem is still there. Plus, your output should be tokenized at the character level, check the documentation for that. I'm a little confused of how to use it after reading the documentation. I currently have it written the output features like this. "output_features":[ {"name":"plate","type":"text", "char_tokenizer":"characters"} ] And if I am utilizing it properly, I'm still getting the same error. That's incorrect. It should be: "output_features":[ {"name":"plate","type":"text", "level": "char"} ] Text features at the moment save both word and char tokens, with level you are specifying that you want to generate char by char. But that's probably not your issue. One possibility could be that you have the hdf5 and json cache files from previous attempt to train a model, make sure you delete them. If neither of those things work and you are using the code from master, then please provide a fully reproducible, because I tried to reproduce it myself and everything works fine. Thank you, that resolved the issue. Great!
gharchive/issue
2019-07-17T03:20:14
2025-04-01T06:40:47.936708
{ "authors": [ "FellCrustacean8", "w4nderlust" ], "repo": "uber/ludwig", "url": "https://github.com/uber/ludwig/issues/434", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
492466615
jupyter Migrate the Jupyter Bindings Closed this PR due to mistakenly pushing some data files into it. Made a new PR for clean commit.
gharchive/pull-request
2019-09-11T21:05:11
2025-04-01T06:40:47.937899
{ "authors": [ "kenns29" ], "repo": "uber/manifold", "url": "https://github.com/uber/manifold/pull/24", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
155415003
Using phabricator-jenkins-plugin in Jenkinsfile Hey folks, Is anyone using this plugin with a Jenkinsfile? I'd love to use the plugin to apply diffs prior to building, but it seems that 'Build Environment' isn't available for Pipeline projects. How can I use this plugin from a Jenkinsfile? I'm not overly familiar with Jenkins so doing this from scratch is a little beyond my current knowledge. Thanks, -- Rob. I haven't used a Jenkinsfile before. We use the Groovy DSL plugin at Uber (which has support for applying diffs). Are there any docs on getting 3rd party plugins supported with Jenkinsfile? On Tue, May 17, 2016 at 9:36 PM, Rob Sharp notifications@github.com wrote: Hey folks, Is anyone using this plugin with a Jenkinsfile https://jenkins.io/doc/pipeline/jenkinsfile/? I'd love to use the plugin to apply diffs prior to building, but it seems that 'Build Environment' isn't available for Pipeline projects. How can I use this plugin from a Jenkinsfile? I'm not overly familiar with Jenkins so doing this from scratch is a little beyond my current knowledge. Thanks, -- Rob. — You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/uber/phabricator-jenkins-plugin/issues/156 @sectioneight It looks like the Groovy DSL is used in the Jenkinsfile. https://github.com/jenkinsci/pipeline-plugin/blob/master/TUTORIAL.md#understanding-pipeline-scripts Would you be willing to share an example so I can try and integrate it? In return I'll contribute some docs back if/when I get it working! Sure, I'm not super familiar with how they look, perhaps @Ignas has a succinct example? It looks like the API is documented on this Job DSL API Explorer. I'll experiment with it tonight and let you know how I get on. The Job DSL is quite different to the Pipeline workflow that the Jenkinsfile offers - my mistake. I've found some resources on implementing the Pipeline interface: The current list of Pipeline compatible plugins The PR for Pipeline support for Hipchat The PR from Saucelabs updating their plugin for Pipeline I may have a crack at creating a Pipeline interface for this plugin, but I'm not a Java programmer, for better or worse! Great, thanks for the info! I don't have a ton of time to do new feature development, but I'll leave this one open until I or somebody else can get to it. hey everyone! i'm guessing this hasn't seen much movement over the summer? i'm not really a java programmer either, but i could potentially find some time to do this if no one else is. @qnm what route did you end up taking? @davidquarles I ended up setting up a 'staging' repo for my project in Diffusion - so I no longer have to apply diffs, they're pushed to a named branch instead. It's a simpler workflow for me. Closing due to inactivity. Please re-open if there's work you're interested in happening on our side.
gharchive/issue
2016-05-18T04:36:09
2025-04-01T06:40:47.952272
{ "authors": [ "davidquarles", "qnm", "sectioneight" ], "repo": "uber/phabricator-jenkins-plugin", "url": "https://github.com/uber/phabricator-jenkins-plugin/issues/156", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1992531804
React 18 support When trying to update to React 18 I get this kind of errors of all react-vis components: error TS2786: 'FlexibleWidthXYPlot' cannot be used as a JSX component. Its type 'typeof FlexibleWidthXYPlot' is not a valid JSX element type. React-vis with React 17 works with fine with newest ("17.0.80") "@types/react", if you don't get different versions of React by some other dependency. We needed to add this manual (yarn) resolve: "resolutions": { "@types/react": "17.0.80" } I'm not even able to install react-vis in a fresh React 18 project. Are you encountering an error indicating a peer dependency version conflict? The package react-vis requires a React version from 15.0.0 to 16.x, which is incompatible with the React version 18.0.0 installed in your project. To work around this, try running the command npm install react-vis@1.11.12 --legacy-peer-deps. The --legacy-peer-deps flag allows you to bypass peer dependency conflicts. I suggest using react-vis@1.11.12 since the latest version has some issues with component rendering (#1482). I'll investigate this further. Meanwhile, this should help! I have the same issue with RadialChart 'RadialChart' cannot be used as a JSX component. even with version 1.11.12 installed with yarn. Then sad but practically I have to find another alternative that at least works First step would be merging this PR: https://github.com/uber/react-vis/pull/1473
gharchive/issue
2023-11-14T11:13:31
2025-04-01T06:40:47.957649
{ "authors": [ "collink", "dancespiele", "jkytomak", "thisis-Shitanshu" ], "repo": "uber/react-vis", "url": "https://github.com/uber/react-vis/issues/1485", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
732814007
Protobuf changes Adding some changes to add compatibility with protobuf 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
2020-10-30T01:35:18
2025-04-01T06:40:47.960024
{ "authors": [ "CLAassistant", "bukue" ], "repo": "uber/streetscape.gl", "url": "https://github.com/uber/streetscape.gl/pull/472", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2631687009
feat: ensure firefox (flatpak) has hardware decoding turned on by default Got this straight from Bazzite, just renamed a few thingies to make it Bluefin-themed :p - Fixes #1730 I'm not sure about all these settings... I don't think they are required to enable hardware accelerated video decoding. I don't have any of them and hw accel decode works well for me. (I happen to have been testing this topic lately).
gharchive/pull-request
2024-11-04T02:34:17
2025-04-01T06:40:47.966999
{ "authors": [ "bsherman", "tulilirockz" ], "repo": "ublue-os/bluefin", "url": "https://github.com/ublue-os/bluefin/pull/1876", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2222728566
cosmic-silverblue: GNOME Wayland not launching from cosmic greeter I can not launch GNOME on Wayland. Last time I checked only GNOME on Xorg worked. I will try from tty with gnome-session --session gnome-wayland Are these images intended to have more than one desktop environment? I think we would only have Cosmic in the final version. Are these images intended to have more than one desktop environment? I think we would only have Cosmic in the final version. I agree. The upstream project is Fedora Cosmic Atomic so this one should be Ublue Cosmic. From what I understand, those desktops are temporary and will go away from these images, long-term This would be the only ublue image featuring 2 desktops. I suppose the drop will be when COSMIC is stable, not alpha and not beta anymore.
gharchive/issue
2024-04-03T11:54:35
2025-04-01T06:40:47.969209
{ "authors": [ "boredsquirrel", "dylanmtaylor", "etrigan63" ], "repo": "ublue-os/cosmic", "url": "https://github.com/ublue-os/cosmic/issues/25", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
642454662
'dashboard-proxy' is not a valid MicroK8s subcommand ! Following the infos at https://microk8s.io/ I tried to do microk8s dashboard-proxy but I get only this: 'dashboard-proxy' is not a valid MicroK8s subcommand. Available subcommands are: add-node cilium config ctr disable ... inspection-report-20200621_001621.tar.gz Same here. dashboard-proxy is a recent addition. It is available on the latest track and will be available in the 1.19 track and forward. Please install MicroK8s with the --channel argument: sudo snap install microk8s --classic --channel=latest/stable In this case please update the documentation at https://microk8s.io/ because is there where I find that 1) Install MicroK8s on Linux sudo snap install microk8s --classic @evilnick @joedborg, @j75 is right. With sudo snap install microk8s --classic you get the 1.18/latest track that does not have the dashboard-proxy command. The dashboard-proxy command is on the latest stable and will be available with the tracks from 1.19 and on. Should we update the docs to have the old dashboard access command or should we have the snap install to use the "latest/stable" channel? https://github.com/ubuntu/microk8s/pull/1341
gharchive/issue
2020-06-20T22:18:02
2025-04-01T06:40:48.002530
{ "authors": [ "fidesachates", "j75", "joedborg", "ktsakalozos" ], "repo": "ubuntu/microk8s", "url": "https://github.com/ubuntu/microk8s/issues/1336", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
960973197
Prepare for 1.22 build Start building 1.22! OpenEBS and Kubeflow addons are failing. I am merging this so we can proceed with the addon fixes.
gharchive/pull-request
2021-08-04T20:05:57
2025-04-01T06:40:48.003441
{ "authors": [ "ktsakalozos" ], "repo": "ubuntu/microk8s", "url": "https://github.com/ubuntu/microk8s/pull/2492", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
164500809
add links to explain how to use git and github This change is Thanks Daniel, I added some inline notes. Review status: 0 of 1 files reviewed at latest revision, 3 unresolved discussions. CONTRIBUTING.md, line 4 [r1] (raw file): Previously, tsimonq2 (Simon Quigley) wrote… > on the projects that are added to it. Done. CONTRIBUTING.md, line 26 [r1] (raw file): Previously, tsimonq2 (Simon Quigley) wrote… > GitHub Done. CONTRIBUTING.md, line 28 [r1] (raw file): Previously, tsimonq2 (Simon Quigley) wrote… > GitHub Done. Comments from Reviewable Dropping this in favour of https://github.com/ubuntu/snappy-playpen/pull/157 Simon reviewed this, we'll merge it and land #157 in the next days once it's ready. :-)
gharchive/pull-request
2016-07-08T10:15:49
2025-04-01T06:40:48.009483
{ "authors": [ "dholbach", "tsimonq2" ], "repo": "ubuntu/snappy-playpen", "url": "https://github.com/ubuntu/snappy-playpen/pull/152", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
422608656
FIRRTL Internal Error i got FIRRTL ERROR when i try "make CONFIG=PWMConfig" java -Xmx8G -Xss8M -cp "/mnt/e/Project/project-template/rocket-chip/target/scala-2.12/classes:/mnt/e/Project/project-template/rocket-chip/chisel3/target/scala-2.12/*":"/mnt/e/Project/project-template/testchipip/target/scala-2.12/classes":/mnt/e/Project/project-template/barstools/tapeout/target/scala-2.12/tapeout-assembly-1.0.jar barstools.tapeout.transforms.GenerateTop -o /mnt/e/Project/project-template/verisim/generated-src/example.TestHarness.PWMConfig.top.v -i /mnt/e/Project/project-template/verisim/generated-src/example.TestHarness.PWMConfig.fir --syn-top ExampleTop --harness-top TestHarness -faf /mnt/e/Project/project-template/verisim/generated-src/example.TestHarness.PWMConfig.anno.json --repl-seq-mem -c:TestHarness:-o:/mnt/e/Project/project-template/verisim/generated-src/example.TestHarness.PWMConfig.mems.conf -td /mnt/e/Project/project-template/verisim/generated-src Exception in thread "main" firrtl.FIRRTLException: Internal Error! Please file an issue at https://github.com/ucb-bar/firrtl/issues at firrtl.Utils$.error(Utils.scala:440) at firrtl.Utils$.throwInternalError(Utils.scala:181) at firrtl.Driver$.$anonfun$execute$1(Driver.scala:252) at logger.Logger$.$anonfun$makeScope$2(Logger.scala:138) at scala.util.DynamicVariable.withValue(DynamicVariable.scala:58) at logger.Logger$.makeScope(Logger.scala:136) at firrtl.Driver$.execute(Driver.scala:224) at barstools.tapeout.transforms.GenerateTopAndHarnessApp.executeTop(Generate.scala:102) at barstools.tapeout.transforms.GenerateTopAndHarnessApp.executeTop$(Generate.scala:96) at barstools.tapeout.transforms.GenerateTop$.executeTop(Generate.scala:116) at barstools.tapeout.transforms.GenerateTop$.delayedEndpoint$barstools$tapeout$transforms$GenerateTop$1(Generate.scala:118) at barstools.tapeout.transforms.GenerateTop$delayedInit$body.apply(Generate.scala:116) at scala.Function0.apply$mcV$sp(Function0.scala:34) at scala.Function0.apply$mcV$sp$(Function0.scala:34) at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12) at scala.App.$anonfun$main$1$adapted(App.scala:76) at scala.collection.immutable.List.foreach(List.scala:389) at scala.App.main(App.scala:76) at scala.App.main$(App.scala:74) at barstools.tapeout.transforms.GenerateTop$.main(Generate.scala:116) at barstools.tapeout.transforms.GenerateTop.main(Generate.scala) Caused by: java.util.NoSuchElementException: key not found: ExampleTop at scala.collection.MapLike.default(MapLike.scala:232) at scala.collection.MapLike.default$(MapLike.scala:231) at scala.collection.AbstractMap.default(Map.scala:59) at scala.collection.MapLike.apply(MapLike.scala:141) at scala.collection.MapLike.apply$(MapLike.scala:140) at scala.collection.AbstractMap.apply(Map.scala:59) at barstools.tapeout.transforms.RemoveUnusedModules.execute(RemoveUnusedModules.scala:46) at firrtl.Transform.$anonfun$runTransform$2(Compiler.scala:199) at firrtl.Utils$.time(Utils.scala:186) at firrtl.Transform.runTransform(Compiler.scala:199) at firrtl.Compiler.$anonfun$compile$2(Compiler.scala:443) at scala.collection.LinearSeqOptimized.foldLeft(LinearSeqOptimized.scala:122) at scala.collection.LinearSeqOptimized.foldLeft$(LinearSeqOptimized.scala:118) at scala.collection.immutable.List.foldLeft(List.scala:86) at firrtl.Compiler.$anonfun$compile$1(Compiler.scala:443) at firrtl.Utils$.time(Utils.scala:186) at firrtl.Compiler.compile(Compiler.scala:443) at firrtl.Compiler.compile$(Compiler.scala:439) at firrtl.VerilogCompiler.compile(LoweringCompilers.scala:162) at firrtl.Driver$.$anonfun$execute$1(Driver.scala:242) ... 18 more /mnt/e/Project/project-template/Makefrag:65: recipe for target '/mnt/e/Project/project-template/verisim/generated-src/example.TestHarness.PWMConfig.top.v' failed make: *** [/mnt/e/Project/project-template/verisim/generated-src/example.TestHarness.PWMConfig.top.v] Error 1 but I can use run "make CONFIG=RoccExampleConfig debug", get simulator-RoccExampleConfig. You need to set the TOP to the top-level module/dut's class name. https://github.com/ucb-bar/project-template/blob/master/verisim/Makefile#L9 Thanks a lot, I will try it. ヽ(✿゚▽゚)ノ
gharchive/issue
2019-03-19T08:51:59
2025-04-01T06:40:48.057577
{ "authors": [ "colinschmidt", "s1104439112" ], "repo": "ucb-bar/project-template", "url": "https://github.com/ucb-bar/project-template/issues/60", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
265517966
Private YouTube video This issue is user submitted and needs to be validated: 15.4.1. TCP Video link goes to https://www.youtube.com/watch?v=WwyJGzZmBe8 which is private and requires a signin Duplicate of #408
gharchive/issue
2017-10-14T19:35:51
2025-04-01T06:40:48.059452
{ "authors": [ "JackMorganNZ" ], "repo": "uccser/cs-field-guide", "url": "https://github.com/uccser/cs-field-guide/issues/502", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2022334212
Styling the Forum Vote Buttons Purpose Fix the rather clunky looking visuals of the forum like and dislike buttons. The intended result is to have buttons that fit the theme of the machina forum. Closing comment We added styles to the barebones like buttons, and ensured they behaved properly when toggling and switching between button clicks. Detailed notes We faced some issues with the voting icons not appearing for Firefox, but that was solved by using FA5 class names for those icons, i.e. fas instead of fa-solid. (credits: @majorsylvie) We made sure the user's vote was clear by choosing to fill an icon instead of solely changing the icon's color. This helped with accessibility. (credits: @giomhern ) We added a bit of extra space around the vote counter so the button placement would shift so much with every vote. (credits: @majorsylvie) Thank you to @joshuamonroe and @majorsylvie for reviewing, and @giomhern for spear-heading this! Issue Score: Excellent
gharchive/pull-request
2023-12-03T03:50:38
2025-04-01T06:40:48.135827
{ "authors": [ "bburgess19", "giomhern", "majorsylvie" ], "repo": "uchicago-cs/chigame", "url": "https://github.com/uchicago-cs/chigame/pull/388", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1727969506
Use @Contract instead of @NullUnmarked Is your feature request related to a problem? Please describe. Sometimes it is quiet easy to figure out when @Contract("null -> null") should be added at the method declaration itself. Currently, autoannotator adds @Nullunmarked on the invocations. Describe the solution you'd like Add @Contract cc: @lazaroclapp Hi @ketkarameya Thank you for reporting the requested feature. I will work on it and get back to you. Thanks for the report @ketkarameya! We discussed this today and let me summarize the findings. We'd like to only infer @Contract in cases where we can give a guarantee that the inferred annotation is valid. Right now, @Contract verification is not enabled at Uber, and we also discovered the verification is not powerful enough to validate some common cases. Basically, we'd need to enhance the NullAway dataflow analysis to reason about dead code. Consider the following case (adapted from an example by @lazaroclapp): @Nullable @Contract("_, !null -> !null") static Bar bar(final String a, @Nullable final String b) { if (b == null) { return null; } return new Bar(a, b); } Currently, NullAway fails to verify this @Contract annotation and reports it may be invalid (when contract checking is enabled). To verify the contract, the analysis has to reason that when b != null the return null statement is unreachable. Currently, NullAway does not do any kind of reasoning about (conditional) code reachability. So, we are tabling support for @Contract inference until we can enhance NullAway's ability to verify @Contract annotations for these kinds of cases. Thanks for investigating into this :)
gharchive/issue
2023-05-26T17:08:39
2025-04-01T06:40:48.210063
{ "authors": [ "ketkarameya", "msridhar", "nimakarimipour" ], "repo": "ucr-riple/NullAwayAnnotator", "url": "https://github.com/ucr-riple/NullAwayAnnotator/issues/202", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
205040871
Update Circle CI Ruby version to latest possible Following up on #13: Please update Ruby to the latest version possible. There was a noted issue with 2.4.0, but hopefully we can either get past that, or at least upgrade to the latest 2.3.x @mcritchlow I've tested to upgrade to ruby 2.4.0 on billing-ill first and it got failed, which is the same errors as the horton upgrades: An error occurred while installing json (1.8.3), and Bundler cannot continue. Make sure that `gem install json -v '1.8.3'` succeeds before bundling. ➜ billing-ill git:(feature/upgrade_ruby2.4.0) gem install json -v '1.8.3' Building native extensions. This could take a while... ERROR: Error installing json: ERROR: Failed to build gem native extension. Look at https://github.com/rails/rails/issues/27450, "Component 'json' of Ruby on Rails not working with Ruby 2.4.0". it seems the common issue for Ruby 2.4.0 I will try the workaround approaches to see if it can fix the issues. @hweng yeah, this is what @VivianChu ran into as well. Maybe we update to the latest 2.3.x for now and then try again for 2.4 later? @mcritchlow Someone suggested gem json -v 1.8.5 is support it, and It has been published last month. Let me try it to see how it is going on. @mcritchlow Yeah I've tried it on billing-ill, then it comes up different errors one by one which requires to upgrade a bunch of gems but mainly are rails 5 , rspec-rails and rubocop dependency gems. Now the bundle install in circleci looks fine to me that all gem install errors are gone. It passed DEPENDENCIES, DATABASE step and moved to TEST step: https://circleci.com/gh/ucsdlib/billing-ill/57?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link The Rspec is fine. It is failed because the RuboCop offenses that after upgrade the RuboCop gem, it detected new 106 offenses. I'll look into those new offenses and fix them late. But for horton project it hasn't installed RuboCop so I think it will be fine.
gharchive/issue
2017-02-03T00:39:43
2025-04-01T06:40:48.230737
{ "authors": [ "hweng", "mcritchlow" ], "repo": "ucsdlib/horton", "url": "https://github.com/ucsdlib/horton/issues/32", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2328247783
Playground-Demo-Fix: Subscript and Supscript toolbar buttons were mixed up Dear maintainers, I noticed following bug in the playground demo and provide a small and straight forward fix to it. The labels were simply mixed up and the clearing behaviour could not handle changing a subscript to a supscript or vice versa. With best regards, Leon Müller Thank you for the PR! We are maintaining the templates in plate repo: https://github.com/udecode/plate/tree/main/templates Could you open the PR there?
gharchive/pull-request
2024-05-31T17:01:42
2025-04-01T06:40:48.256073
{ "authors": [ "LeonMueller-OneAndOnly", "zbeyens" ], "repo": "udecode/plate-playground-template", "url": "https://github.com/udecode/plate-playground-template/pull/9", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2394130355
Finalización de implantación de funcionalidad crud componente colocación de horarios con flujo actual de plan trabajo docente y análisis de flujo de relación docente en colocación de espacios académicos Se requiere realizar la Finalización de implantación de funcionalidad crud componente colocación de horarios con flujo actual de plan trabajo docente y análisis de flujo de relación docente en colocación de espacios académicos, la issue debe cumplir con los siguientes requerimientos Sub Tareas [ ] Realizar la finalización de funcionalidad CRUD (get, put, uptate y delete) en el componente de colocación de espacios academicos, teniendo en cuenta el flujo definido en el modulo de plan docente trabajo [ ] Analizar y establecer el flujo actual de almacenamiento de colocación de espacios academicos al plan trabajo docente desde el modulo propio y establecer el flujo mas indicado para el modulo de horario, recordar que no siempre se asgina docentes en el modulo de horarios Criterios de aceptación [ ] Finalización de funciones CRUD [ ] Análisis y establecer el flujo de relación colocación de espacios con plan docente trabajo Requerimientos No aplica Definition of Ready - DoR [x] Está refinada y estimada en puntos de historia por el equipo. [x] Incluye la descripción y criterios de aceptación, con el detalle funcional y especificaciones técnicas, de forma entendible por cualquier miembro del equipo. [x] No tiene bloqueos que impidan su ejecución. [x] Las dependencias están identificadas y resueltas. [x] Puede ser probada dentro del Sprint. Definition of Done - DoD - Desarrollo [ ] Desarrollo en local. [ ] Push en Feature. [ ] Pruebas locales (funcionales). [ ] PR a Develop. [ ] Criterios de aceptación cumplidos. [ ] Documentación de issue realizada. [ ] Aprobada por SM/Líder técnico. Finalización de implantación de funcionalidad crud componente colocación de horarios con flujo actual de plan trabajo docente y análisis de flujo de relación docente en colocación de espacios académicos [!NOTE] Edicion de espacios en frontend https://github.com/udistrital/sga_documentacion/assets/69730859/acab5da4-fc5e-434e-83b2-992b132848a0 [!NOTE] Formulario para la asignación de docente https://github.com/udistrital/sga_documentacion/assets/69730859/bc8c3795-d82e-4dff-acab-859c47aa7cfe [!NOTE] Se creo controlador en horarios mid Se implemento en el front https://github.com/user-attachments/assets/62a55c95-cb3d-45fd-a230-e96fd8efa75b Issue finalizada
gharchive/issue
2024-07-07T16:49:24
2025-04-01T06:40:48.283847
{ "authors": [ "K3vinchaparro", "fabianbarreto02" ], "repo": "udistrital/sga_documentacion", "url": "https://github.com/udistrital/sga_documentacion/issues/345", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1980082959
List all accounts in the service As a [role] I need [function] So that [benefit] Details and Assumptions * [document what you know] Acceptance Criteria gherkin Given [some context] When [certain action is taken] Then [the outcome of action is observed] Add label
gharchive/issue
2023-11-06T21:23:25
2025-04-01T06:40:48.356533
{ "authors": [ "ugolabo" ], "repo": "ugolabo/devops-capstone-project", "url": "https://github.com/ugolabo/devops-capstone-project/issues/6", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }