input
stringlengths
0
131k
created_at
stringlengths
30
30
the reference code is as follows: [lychileng/obsidian-theme-pure/theme.css]([LINK]) [CODE]
2024-03-31 05:41:19.000000000Z
#230 causes crashes. i believe that problems start when data contains no suitable meta attributes, in which case [CODE] is set to [CODE] - although combo does not have this option. this [CODE] is nevertheless saved as context. such context then matches any context and overrides the heuristics. as result, the combo that controsl [CODE] shows the first item, while [CODE] is actually [CODE]. reselecting the attribute shows images ... except that the widget crashes even earlier. [LINK] calls [CODE] which returns [CODE]if [CODE] is [CODE], which breaks [CODE]. once [CODE] is saved in context, the widget will crash on any new data. while fixing this, we should probably fix the corresponding model: the model takes only meta attribute, but the code that sets the default searches among all attributes. we should decide whether to use metas or all attributes. in the former case, we need to include [USER]'s fixes for context handlers.
2024-03-31 20:59:39.000000000Z
### discussed in [LINK] originally posted by **odysseuskir** december 25, 2023 simplified coding offers certifications for python and html/css, but they are not visible on the website. i propose we have a card on the end of each supported course, so people can get a certification.
2024-03-31 07:52:09.000000000Z
### your mod link [LINK] ### your mod source code [LINK] ### your mod description _no response_
2024-03-31 11:59:55.000000000Z
tutorial issue found: [[LINK]) contains invalid tags. even though your tutorial was created, the invalid tags listed below were disregarded. please double-check the following tags: - software-product>sap btp - abap environment - tutorial>tutorial tutorial>beginner affected server: qa blue
2024-03-31 11:50:21.000000000Z
hello, there is an issue with wheezy debian package, after a vagrant up it returns : /root/frntn-elk/vagrantfile:6:in [CODE]configure' for vagrant:module (nomethoderror) from /usr/lib/ruby/vendor_ruby/vagrant/config/loader.rb:115:in [CODE]block in procs_for_source' from /usr/lib/ruby/vendor_ruby/vagrant/config.rb:41:in [CODE]synchronize' from /usr/lib/ruby/vendor_ruby/vagrant/config.rb:36:in [CODE]procs_for_source' from /usr/lib/ruby/vendor_ruby/vagrant/config/loader.rb:51:in [CODE]each' from /usr/lib/ruby/vendor_ruby/vagrant/config/loader.rb:45:in [CODE]block in load_config!' from /usr/lib/ruby/vendor_ruby/vagrant/environment.rb:392:in [CODE]load_config!' from /usr/lib/ruby/vendor_ruby/vagrant/environment.rb:327:in [CODE] ' with testing or official last .deb it's ok do you have the same issue with wheezy ? thanks regards johnnyb
2024-03-31 09:43:16.000000000Z
### context the social plugin tries to fetch fonts from google and to unzip them: [LINK] ### bug description google no longer provides direct access to the zip file, so building sites fails. [CODE] workaround was disabling the social plugin. ### related links - [reporting a bug]([LINK]/) ### reproduction using the code referenced above shows that the link provides html data. ### steps to reproduce [CODE]` import requests family= "noto sans" url = f"[LINK]}" res = requests.get(url, stream = true) for chunk in res.iter_content(chunk_size = 8192): print(chunk)
2024-03-31 09:41:57.000000000Z
## deployment.yaml - use read-only filesystem for containers where possible violation detected in /deployment.yaml:[1-23] :page_with_curl: file type: kubernetes :no_entry: details - use read-only filesystem for containers where possible
2024-03-31 11:32:36.000000000Z
as a **user**, i want to **search for blog posts based on various criteria** so that i can **find information in a fast way.** ### acceptance criteria: - user can search for blog posts by keyword, location, activity, or other relevant criteria. - user can filter search results by date, popularity, or other criteria.
2024-03-31 10:23:50.000000000Z
- [x] no contents ui - [x] add block (optional)
2024-03-31 15:58:17.000000000Z
### what new features do you want? - 260%30% 5 ### this issue is unique - issue - [x] i have searched the issue tracker and did not find an issue describing my bug. - issue
2024-03-31 10:48:02.000000000Z
## steps to reproduce 1. try to install the app . 2. observe: "server version 22 or lower is required." ### expected behaviour the app store lists v28 as the latest supported version. installation should work. ### actual behaviour cannot install: "server version 22 or lower is required." ## workflow media converter app **workflow media converter app version:** (see apps admin page: [CODE])
2024-03-31 22:41:38.000000000Z
add 1-st version barely working command, that takes .sql query and pass it to execution
2024-03-31 18:47:34.000000000Z
i followed the instructions for browser cache path for fanfiction.net but it still doesn't resolve the error 403, and even the use of proxies does not work. hat can i do to resolve this problem
2024-03-31 03:51:26.000000000Z
copy hack isnt simply working
2024-03-31 17:19:53.000000000Z
it causes the renderer to break on my m1 mac.
2024-03-31 03:35:02.000000000Z
thanks for the report. we have closed this issue automatically as we suspect it is invalid. if we made a mistake, please file a new issue and try to provide more context. you can find more information in the documentation about our machine learning process for triaging reports.
2024-03-31 09:55:35.000000000Z
create a ros workspace for zed2 camera, using zed_ros_wrapper from the current [fork]([LINK]). include the [pc_processing]([LINK]) package from robocup-home.
2024-03-31 06:08:29.000000000Z
in [[CODE]]([LINK] ), - ited ([LINK]/) was **down**: - http code: 502 - response time: 696 ms
2024-03-31 17:09:34.000000000Z
follow suggestions in this pr: [LINK] and add tests for php builds which validates versions of some dependencies such as grpc, composer, etc. bonus: also, remove extra tagging step and use multiple [CODE] in docker build commands
2024-03-31 16:06:38.000000000Z
in [[CODE]]([LINK] ), threads ([LINK]) was **down**: - http code: 429 - response time: 480 ms
2024-03-31 13:28:49.000000000Z
body of issue 3
2024-03-31 11:37:22.000000000Z
### what happened? hello, the [CODE] command fails with laravel 11: [CODE] as far i as i can tell, this is because the package requires only the version 10 for [CODE]. in the [CODE] file, i suppose the [CODE] (line 26) sould be changed to [CODE]. i would love to make a pr to propose this change but i am not enough experienced with git/github to do it... [USER], could you please have a look? ### how to reproduce the bug try to install on a fresh laravel 11 / filament 3 project. ### package version 3.0 ### php version 8.3 ### laravel version 11.1 ### which operating systems does with happen with? macos ### notes _no response_
2024-03-31 14:47:13.000000000Z
it loads perfectly fine, the buttons (f5 and f7) make a sound when pressed and i can feel a slight fps decrease but the esp doesn't show up. tried loading with and without these offsets: [CODE]
2024-03-31 12:29:02.000000000Z
use auth to protect route in the frontend and bakend ### acceptance criteria - [ ] structure the database to have relation between user and team - [ ] secure team crud backend - [ ] secure team crud frontend
2024-03-31 20:21:59.000000000Z
i'd like to see the ability to print at higher temps so i can finally print nylon. also, as i'm not familiar with compiling the firmware, maybe some detailed instructions on how to do so. thanks so much for all your hard work as it's made my vyper usable again!
2024-03-31 21:01:15.000000000Z
currently does not work if errors are present. need to reset errors when typing begins.. ?
2024-03-31 12:04:52.000000000Z
in [[CODE]]([LINK] ), ojolink (ojolink.fr) was **down**: - http code: 0 - response time: 0 ms
2024-03-31 02:34:44.000000000Z
# create the footer section #### aceptancee: - [ ] create footer component - [ ] create footer design desktop - [ ] create footer design mobile - [ ] import component into app
2024-03-31 01:31:42.000000000Z
[CODE] returns the collection [CODE] returns the specified ingredient resource [CODE] returns the form to insert a new ingredient resource [CODE] inserts a new ingredient resource, likely from the from served from [CODE] this resource should probably build a form directly from the database columns, with a couple of metadata columns filtered out. * [CODE] should be generated * [CODE] should be provided by the caller * [CODE] should be provided by the caller * [CODE] should be provided by the caller * [CODE] should be generated [CODE] should be unique across all items.
2024-03-31 20:11:29.000000000Z
recently i replaced the integration tests using subprocess to using clirunner.invoke as it gives more detailed error feedback. however, i couldn't get the stdin / stdout to work. here's the test. worst case, consider restoring this as a subprocess test? [CODE]
2024-03-31 19:10:45.000000000Z
**what version of shaka player are you using?** latest **what browser and os are you using?** android 13; galaxy a12 (sm-a127f), kiwi browser 124.0.6327.2 tried in kiwi to be able to see the dev tools, but the initial problem was spotted on the default galaxy browser on the device as well **please ask your question** when i play a video on the latest version on an a12 phone, it seems the abr miscalculates the phone's ability and tries to upgrade the video to 720p and 1080p again and again, which causes buffering since the phone capability is on 360p. (i checked that several times, downloaded kiwi, and browsed through it to make sure that this was indeed the problem). how can i fix that?
2024-03-31 07:51:04.000000000Z
testing issue tracker
2024-03-31 14:32:03.000000000Z
### steps to reproduce upgrading from 3.19.2 -> 3.19.5 reintroduced degraded scroll performance with impeller on ios. setup: scrollview with cupertino elementes (tabbar/navbar) or blurred elements in general step 1: start scrolling ### expected results smooth scrolling of the scrollview with impeller. ### actual results on flutter 3.19.5 with impeller-> jagged scrolling experience ... "stuttering" on flutter 3.19.5 with skia-> smooth scrolling 120 fps ### code sample code sample [CODE] ### screenshots or video screenshots / video demonstration [upload media here] ### logs logs [CODE] ### flutter doctor output doctor output [CODE]
2024-03-31 02:49:10.000000000Z
in [[CODE]]([LINK] ), auth server httpd ([LINK]) was **down**: - http code: 0 - response time: 0 ms
2024-03-31 21:01:55.000000000Z
in [[CODE]]([LINK] ), techinasia_wordpress_api ([LINK]) was **down**: - http code: 403 - response time: 228 ms
2024-03-31 07:40:31.000000000Z
2024-03-31 08:53:07.000000000Z
install django and supporting libraries **acceptance criteria:** - [ ] install django and gunicorn - [ ] install postgresql library - [ ] install cloudniry libraries - [ ] create requirements.txt
2024-03-31 20:23:42.000000000Z
in [[CODE]]([LINK] ), site: upload.teapot.ovh ([LINK]) was **down**: - http code: 0 - response time: 0 ms
2024-03-31 17:23:58.000000000Z
hello! are there plans and a timeline for upgrading the plugin for craft cms 5 compatibility? reference: [LINK]
2024-03-31 19:38:19.000000000Z
hi, are you considering adding an offset to the fileuploader and file download? we implemented this kind of feature with your library, in our project. if you want to add this feature we can integrate it with you. best regards, tal
2024-03-31 10:05:49.000000000Z
when applying the primary key option, we should remove the not null and unique options, as setting the primary key option does this automatically. acceptance criteria - whenever a user sets the primary key attribute, remove both the not null and unique options
2024-03-31 15:08:00.000000000Z
in most cases, the bathroom information for a specific area won't drastically change within a single day. under this premise, if a user conducts a search and the result is within the vicinity, say about 100 meters, we can save this result into the database. if another query is made by any user within this proximity shortly afterward, we can swiftly provide the results from the recent search instead of querying again. this strategy will serve to boost search speed and reduce the frequency of google maps api calls. considering that this app has a core user base—likely individuals with ibs, who are the main users—it's highly probable that these frequent users will perform queries within specific areas. thus, relying on our database for rapid searches can alleviate the need for constant google maps api calls. i'm even contemplating whether we could leverage a fast-caching system like redis instead of traditional databases such as mongodb for speedier retrieval. for the sake of data accuracy, the stored queries would be refreshed daily.
2024-03-31 09:43:44.000000000Z
hello! since this is diverging a bit from the initial ticket i commented, i thought it would be better to open a new one. i was having the same issue in the script when putting my duckdns information (it got stuck for several minutes), but now i'm pretty sure it's related to ipv6. i'm not using a vps, instead i'm running it in a local server i'm bulding. my server was forcing ipv6 over ipv4 and the script couldn't catch the ip using: [CODE] for debugging, i changed this command locally to: [CODE] and it passed! but then, i noticed another issue. the cert-bot is not reaching my server due timeout: [CODE] i'm not running anything on port 80 and my uwf is inactive, but i suspect my outbound ip is being nated by my internet service provider... and i'm not sure if this is an issue that can be workaroud :( is it possible to use ipv6 other than ipv4? if its better i can open a new bug/ticket. _originally posted by [USER] in [LINK]
2024-03-31 11:44:34.000000000Z
this issue lists renovate updates and detected dependencies. read the [dependency dashboard]([LINK]/) docs to learn more. ## repository problems renovate tried to run on this repository, but found these problems. - warn: found renovate config warnings ## edited/blocked these updates have been manually edited so renovate will no longer make changes. to discard all commits and start over, click on a checkbox. - [ ] chore(deps): update renovatebot/github-action action to v40.1.7 - [ ] chore(deps): update tj-actions/changed-files action to v44 ## detected dependencies dockerfile apps/actions-runner/dockerfile apps/alpine/dockerfile - [CODE] apps/jackett/dockerfile apps/ubuntu/dockerfile - [CODE] apps/udp-broadcast-relay-redux/dockerfile - [CODE] - [CODE] github-actions .github/workflows/build-images.yaml - [CODE] - [CODE] - [CODE] - [CODE] - [CODE] - [CODE] - [CODE] - [CODE] - [CODE] - [CODE] - [CODE] - [CODE] - [CODE] - [CODE] .github/workflows/get-changed-images.yaml - [CODE] - [CODE] .github/workflows/pr-validate.yaml .github/workflows/release-on-merge.yaml .github/workflows/release-scheduled.yaml .github/workflows/render-readme.yaml - [CODE] - [CODE] - [CODE] .github/workflows/renovate.yaml - [CODE] - [CODE] - [CODE] .github/workflows/semgrep.yml - [CODE] - [CODE] .github/workflows/simple-checks.yaml - [CODE] - [CODE] - [CODE] pip_requirements .github/scripts/requirements.txt
2024-03-31 00:16:19.000000000Z
this issue lists renovate updates and detected dependencies. read the [dependency dashboard]([LINK]/) docs to learn more. ## errored these updates encountered an error and will be retried. click on a checkbox below to force a retry now. - [ ] chore(deps): update e1himself/goss-installation-action action to v1.2.1 - [ ] chore(deps): update public.ecr.aws/docker/library/alpine docker tag to v3.19 - [ ] chore(deps): update tibdex/github-app-token action to v1.9.0 - [ ] chore(deps): update tj-actions/branch-names action to v6.5 - [ ] chore(deps): update docker/build-push-action action to v5 - [ ] chore(deps): update docker/login-action action to v3 - [ ] chore(deps): update docker/setup-buildx-action action to v3 - [ ] chore(deps): update renovatebot/github-action action to v40 ## edited/blocked these updates have been manually edited so renovate will no longer make changes. to discard all commits and start over, click on a checkbox. - [ ] chore(deps): update cue-lang/setup-cue digest to [HASH] - [ ] chore(deps): update actions/checkout action to v3.6.0 - [ ] chore(deps): update actions/checkout action to v4 - [ ] chore(deps): update docker/setup-qemu-action action to v3 - [ ] chore(deps): update dorny/paths-filter action to v3 - [ ] chore(deps): update tibdex/github-app-token action to v2 ## open these updates have all been created already. click a checkbox below to force a retry/rebase of any. - [ ] [chore(deps): update actions/upload-artifact action to v4](../pull/9853) ## detected dependencies dockerfile apps/alpine/dockerfile - [CODE] github-actions .github/actions/collect-changes/action.yaml - [CODE] .github/workflows/action-image-build.yaml - [CODE] - [CODE] - [CODE] - [CODE] - [CODE] - [CODE] - [CODE] - [CODE] - [CODE] .github/workflows/image-rebuild.yaml - [CODE] - [CODE] .github/workflows/pr-metadata.yaml - [CODE] - [CODE] - [CODE] .github/workflows/pr-validate.yaml - [CODE] .github/workflows/release-manual.yaml - [CODE] .github/workflows/release-schedule.yaml - [CODE] - [CODE] .github/workflows/renovate-schedule.yaml - [CODE] - [CODE] - [CODE]
2024-03-31 03:19:38.000000000Z
you did not provide your geojson file, and i am not sure if it is because my own geojson file is incorrect that no vegetation can be generated. { "type" : "featurecollection", "name" : "forest", "features" : [ { "type" : "feature", "properties":{ "name":"group-1", "type": 1 }, "geometry" : { "type" : "polygon", "coordinates" : [ [ [ -1.[HASH], 52.[HASH] ], [ -1.[HASH], 52.[HASH] ], [ -1.[HASH], 52.[HASH] ], [ -1.[HASH], 52.[HASH] ], [ -1.[HASH], 52.[HASH] ], [ -1.[HASH], 52.[HASH] ], [ -1.[HASH], 52.[HASH] ], [ -1.[HASH], 52.[HASH] ], [ -1.[HASH], 52.[HASH] ], [ -1.[HASH], 52.[HASH] ], [ -1.[HASH], 52.[HASH] ], [ -1.[HASH], 52.[HASH] ], [ -1.[HASH], 52.[HASH] ] ] ] }, "properties" : { "id" : 22, "objectid" : 22, "individualororganisation" : "individual", "firstname" : "example first name", "lastname" : "example last name", "organisationname" : "wmca", "treecount" : 18, "treetype" : "mixed woodland (broadleaf and conifer)", "privacypolicyagreement" : "yes", "showonmap" : "yes", "reason" : "to provide fruit", "dateplanted" : "30/06/2023" } } ] }
2024-03-31 13:23:15.000000000Z
## summary | status | count | |---------------|-------| | total | 561 | | successful | 548 | | ⏳ timeouts | 0 | | redirected | 0 | | excluded | 2 | | unknown | 0 | | errors | 11 | ## errors per input ### errors in readme.md * [err] [[LINK]/) | failed: network error: error:[HASH]:ssl routines:tls_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:1921: (hostname mismatch) * [429] [[LINK]/) | failed: network error: too many requests * [err] [[LINK]/) | failed: network error: error:[HASH]:ssl routines:tls_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:1921: (certificate has expired) * [500] [[LINK]/) | failed: network error: internal server error * [500] [[LINK]/) | failed: network error: internal server error * [403] [[LINK]/) | failed: network error: forbidden * [429] [[LINK]/) | failed: network error: too many requests * [err] [[LINK]/) | failed: network error: tcp connect error: connection refused (os error 111) * [429] [[LINK]/) | failed: network error: too many requests * [err] [[LINK]/) | failed: network error: error:[HASH]:ssl routines:tls_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:1921: (hostname mismatch) * [err] [[LINK]/) | failed: network error: tcp connect error: connection refused (os error 111) [full github actions output]([LINK])
2024-03-31 18:03:36.000000000Z
## ws-2019-0169 - medium severity vulnerability vulnerable library - marked-0.6.0.min.js a markdown parser built for speed library home page: found in base branch: next vulnerability details marked versions >0.3.14 and < 0.6.2 has regular expression denial of service vulnerability email addresses may be evaluated in quadratic time, allowing attackers to potentially crash the node process due to resource exhaustion. publish date: 2019-04-03 url: cvss 3 score details ( 5.3 ) base score metrics: - exploitability metrics: - attack vector: network - attack complexity: low - privileges required: none - user interaction: none - scope: unchanged - impact metrics: - confidentiality impact: none - integrity impact: none - availability impact: low for more information on cvss3 scores, click release date: 2019-04-03 fix resolution: 0.6.2 *** step up your open source security game with mend [here]([LINK])
2024-03-31 02:34:47.000000000Z
hello, are you planning to release the instructions for training code? thank you
2024-03-31 06:14:46.000000000Z
in [[CODE]]([LINK] ), cubari (catbox) ([LINK]) was **down**: - http code: 500 - response time: 10611 ms
2024-03-31 21:42:08.000000000Z
the 4th floor for the game. will feture 4 npc's with high skill and unique designs
2024-03-31 04:49:02.000000000Z
tutorial issue found: [[LINK]) contains invalid tags. even though your tutorial was created, the invalid tags listed below were disregarded. please double-check the following tags: - software-product>sap btp - abap environment - tutorial>tutorial tutorial>beginner affected server: prod
2024-03-31 07:35:46.000000000Z
small inconvenience: when you open the si under linux, the "texture" field grabs the keyboard focus. if you open the si and immediately try to use a global shortcut ("t" or "o" or whatever), this won't work and you'll type characters in the "texture" field instead. this was apparently fixed on windows: [LINK]
2024-03-31 09:58:41.000000000Z
several airwork areas published in enr5.5 is now republished as danger areas in enr5.1 [USER]
2024-03-31 12:23:06.000000000Z
## détail de l'erreur message: there are no commands defined in the "reverb" namespace. contexte: [{}] niveau: error date: 2024-03-31 11:54:10 environnement: staging
2024-03-31 09:54:13.000000000Z
i see this was released before nt8 was released which is confusing. i did try to import into nt8 and recieved an error message: "selected file was made form an older, incompatible version ninjatrader or is not a ninja script archive." assuming it is for an older version of ninjatrader, why is it labeled nt8? maybe it will be updated some day....
2024-03-31 15:31:28.000000000Z
### check for existing issues - [x] completed ### describe the feature when deleting a file currently, such file is permanently deleted without prompting the user. it should be nice to prompt before permanently deleting the file or move to system's _trash_. ### if applicable, add mockups / screenshots to help present your vision of the feature _no response_
2024-03-31 15:21:34.000000000Z
...my feature request here...
2024-03-31 01:15:01.000000000Z
## feature description references in the [bibliography]([LINK]) should link to the respective paper if possible. the links should only point to "official locations" (e.g., papers on aclanthology.org).
2024-03-31 17:11:42.000000000Z
body of issue 12
2024-03-31 11:37:13.000000000Z
in [[CODE]]([LINK] ), les lundis - data ([LINK]) was **down**: - http code: 0 - response time: 0 ms
2024-03-31 07:02:38.000000000Z
in [[CODE]]([LINK] ), cashline admin portal - dev ([LINK]/) was **down**: - http code: 0 - response time: 0 ms
2024-03-31 06:30:44.000000000Z
## versions: - the grapple hook mod: v1.7 - minecraft: v1.20.1 - mod loader: fabric loader v0.15.7 - fabric api 0.92.0+1.20.1 - cloth config: v11.1.118 ## description: after placing the upgrade block, i can't find a way to pick it back up without it just breaking and disappearing with any applied upgrades being lost as well. noticed in a custom mod list, verified in a simple setup with just minecraft, fabric api, cloth config, and grapple hook mod restitched. glancing through the mod and code here on github, i don't see anything i'm familiar with that would control what or how the block is mineable. is there a way to pick up/move the block without other mods?
2024-03-31 02:34:20.000000000Z
in [[CODE]]([LINK] ), ojolink (ojolink.fr) was **down**: - http code: 0 - response time: 0 ms
2024-03-31 11:37:14.000000000Z
could you see how the validation of the find method can be moved away from the find class? right now the validation is within the find class, because of the branching that is done there. you could consider splitting the find by keyword and by date into separate classes. currently, the rest of the methods have validation outside of the class, which is clean in terms of separation of concerns.
2024-03-31 09:24:41.000000000Z
in order to build the golden image and move in the experimental phase for kvm/qemu on linux, build out the scripts and machinery to install the full image from zero, previous research has been find on [LINK]
2024-03-31 16:51:09.000000000Z
we've been adding a few features that are only enabled under a feature flag. reasons can be a lack of confidence in reliability, or performance, or that the goal is really to experiment with things. currently, prometheus runs without feature flags enabled in prombench. it would be useful if feature flags could be passed as arguments to prombench.
2024-03-31 17:58:12.000000000Z
in [[CODE]]([LINK] ), bofrost.be ([LINK]) experienced **degraded performance**: - http code: 200 - response time: 1441 ms
2024-03-31 18:23:04.000000000Z
this will allow us to see (and error out on) all warnings and notices. [LINK]
2024-03-31 21:32:51.000000000Z
reporting client version: 515.1633 ## issue summary icebox is having that issue again where you break a rock that should have ore, and more often than not, no ore drops. not sure if this is an upstream issue or nova issue ## round id: 10485 ## testmerges: - [unapologetic ethereal electricitycreep buff pr vol. 1]([LINK]) - [[modular] adds an entirely new map to nova's roster: ouroboros!]([LINK]) - [[modular] mag-fed deployable turrets + target designator.]([LINK]) - [[modular] adds a dice roll emote]([LINK]) - [unapologetic teshari buffs vol. 1]([LINK]) - [adds more fake syndicate clothing to the loadout list, fixes and balances the existing ones]([LINK]) - [[port] [semi-modular] [jank] ports the lovely character directory which was ported from coyote bayou]([LINK]) - [re-enables borg resizing for tall/wide with more aggressive limits]([LINK]) ## reproduction: mining, on ice box. specifically, i was testing this was a plasma cutter and no character skill in mining
2024-03-31 19:12:43.000000000Z
in [[CODE]]([LINK] ), snigdha-forum ([LINK]) was **down**: - http code: 0 - response time: 0 ms
2024-03-31 06:32:40.000000000Z
### os windows ### hoi4 version 1.13.7 ### kaiserreich version kaiserreich 1.0.4 ### list any other mods used better mechanics and kr tech expansion ### were you using steam? yes ### were you in multiplayer? nope ### which expansions do you not have? _no response_ ### explanation of the issue so when the news of "chinese unification under kmt" fired after the sino japanese war, the flag somehow shifted to five colour flag that was used by other warlords. i didn't meet this issue before and i don't know what's wrong ### steps to reproduce just what i said above. maybe console command to enhance countries might be the issue? ### possible cause ![uploading img_20240331_042836.jpg…]() ### screenshots ![img_20240331_042836]([LINK]) ### save file ? ### log files ? ### important files attached - [ ] i have attached the game/error logs and a save to go with this report. i understand that failure to do so will likely result in automatic closure of this issue if not enough information is included to determine the cause of this issue.
2024-03-31 00:06:56.000000000Z
in [[CODE]]([LINK] ), hemis (149.54.12.140) was **down**: - http code: 0 - response time: 0 ms
2024-03-31 13:21:10.000000000Z
### problem description [CODE] is [CODE]. ### proposed solution change the category. ### alternatives considered to be removed after posting. ### additional information _no response_ ### is there an existing issue for this? - [x] i have searched the existing issues for a bug report that matches the one i want to file, without success.
2024-03-31 17:36:07.000000000Z
**tell us about the task you want to perform and are unable to do so because the feature is not available** add codegen for php library - [LINK]
2024-03-31 15:02:46.000000000Z
the database has: [CODE] this is not very intuitive and not standard across roles/permissions of other laravel packages, so it will make it harder for you guys to integrate 3rd party packages. before we go to far, i suggest we convert the existing code to be more standard. suggest using permissions, roles, permission_role, users, etc see attached schema and seeders for reference [permissions_and_roles.zip]([LINK])
2024-03-31 21:17:53.000000000Z
in [[CODE]]([LINK] ), hawkeuno ($uno) experienced **degraded performance**: - http code: 403 - response time: 2508 ms
2024-03-31 06:33:29.000000000Z
### package filament/filament ### package version v3 ### laravel version v11 ### livewire version v3 ### php version 8.3 ### problem description routes defined in [CODE] or with the [CODE] panel configuration are not resolved before links in [CODE] panel configuration are. this leads to [CODE] errors. ### expected behavior i expect to be able to define a route in [CODE] (or with [CODE], at a push) and be able to link to it from a navigation or menu button. ### steps to reproduce - make a new laravel 11 app - install filament (default panel setup, following documentation) - define a route (either in [CODE] or with the [CODE] panel configuration method) - open admin ### reproduction repository [LINK] ### relevant log output [CODE]
2024-03-31 08:18:22.000000000Z
2024-03-31 06:04:19.000000000Z
in [[CODE]]([LINK] ), beon.co.id ([LINK]) was **down**: - http code: 0 - response time: 0 ms
2024-03-31 05:36:32.000000000Z
hi, can i use it inside my lan environment? thanks eric xin
2024-03-31 12:52:49.000000000Z
as a logged in user, i can access my posted comments dashboard so that i can modify or delete a comment ac1- given a logged-in user, they can modify their comment. ac2 -given a logged-in user, they can delete their comment.
2024-03-31 21:46:20.000000000Z
### is this a regression? yes ### description ![image]([LINK]) ratelimiter mode is kwritesonly by default now, ### please provide a link to a minimal reproduction of the bug _no response_ ### screenshots or videos ![images]([LINK]) ### please provide the version you discovered this bug in (check about page for version information) _no response_ ### anything else? _no response_
2024-03-31 12:10:38.000000000Z
with a build of the latest [CODE], the language server claims to support a very limited set of capabilities: [CODE] for example, since [CODE], the language server claims to not support the "references" method, contrary to what is claimed in [CODE]. it appears that this behavior has changed with commit [HASH]. notably, the call to [applysettings]([LINK]) has been removed but not inserted again. the logic for setting capabilities like [CODE], however, has been moved to [applysettings]([LINK]). yet, this method is never called. when adding a call to [CODE] in [CODE], the reported capabilities change as follows: [CODE] this list is more in line with the claims in [CODE]. still, i'm not sure where [CODE] is supposed to be called and if the position noted above is the intended one.
2024-03-31 10:16:26.000000000Z
## bug report ### describe the bug here is a clear and concise description of what the problem is: [LINK] ## expected behavior here is a clear and concise description of what was expected to happen: yup. ## actual behavior yes ## possible fix reporter submitted. ### to reproduce steps to reproduce the behavior: 1. reported with line numbers. 2. xbmc foundation terrified donations will subside when fixed. 3. horrible people are continued to be gifted money for liquor. ### debuglog the debuglog can be found here: attached. ### screenshots here are some links or screenshots to help explain the problem: ## additional context or screenshots (if appropriate) here is some additional context or explanation that might help: i've never seen more corrupt community frankly. ### your environment used operating system: - [x] android - [x] ios - [x] tvos - [x] linux - [x] macos - [x] windows - [x] windows uwp - operating system version/name: - kodi version: v21rc2 *note: once the issue is made we require you to update it with new information or kodi versions should that be required. team kodi will consider your problem report however, we will not make any promises the problem will be solved.*
2024-03-31 15:49:36.000000000Z
make it easier to tell what version you're running.
2024-03-31 15:46:30.000000000Z
hello, i've installed the newest version of microg with the "revanced manager" on my smartphone, because there was an issue with "revanced youtube" and since then i can't log in with my google-account. is it because i'm using a huawei device (mate40 pro)? on all other devices with google services works totally fine. i've already reinstalled all apps, which were necessary for running, but still doesn't work. ![[HASH]-[HASH]-e437-40a8-a035-[HASH]]([LINK])
2024-03-31 11:48:14.000000000Z
in [[CODE]]([LINK] ), client website - peteholdstock.co.uk ([LINK]) was **down**: - http code: 404 - response time: 359 ms
2024-03-31 18:48:39.000000000Z
i tested audio2video on colab, the effect is good, but only 8 seconds of video can be generated, may i ask how to fix this problem? colab audio2video8 test link:[LINK]
2024-03-31 12:32:10.000000000Z
testing the refresh cf
2024-03-31 19:29:18.000000000Z
in [[CODE]]([LINK] ), client website - retraace.co.uk ([LINK]) was **down**: - http code: 404 - response time: 271 ms
2024-03-31 01:53:31.000000000Z
### summary of the new feature / enhancement i just merged a pull request and when i went to the main psu instance to sync, it was already present. the git settings in main are "one-way, manual". 4.2.15, in nested iis. ### proposed technical implementation details (optional) _no response_
2024-03-31 02:49:39.000000000Z
in [[CODE]]([LINK] ), udms ([LINK]) was **down**: - http code: 0 - response time: 0 ms
2024-03-31 17:01:42.000000000Z
i recently stumbled upon while searching for "darth_bugs" that a player named "bugs-dk38" didn't have a country value (among other things). this should be tested to see how it works in this wrapper.
2024-03-31 20:39:31.000000000Z
define db url:port env - in netlify - locally
2024-03-31 21:28:24.000000000Z
### describe the issue don't know if this has to do with the fact, that nordværk has taken over the garbage service in rebild recently, and that this service is reporting data from the old portal. from the data it shows that the data was delivered by renoweb? affalddk reports that my trash will be picked up tomorrow, but it won't be until the 26th of march - so some data is not right. ### what version of home assistant core has the issue? core-2024.3.1 ### what was the last working version of home assistant core? _no response_ ### what type of installation are you running? home assistant os ### diagnostics information none ### anything in the logs that might be useful for us? _no response_ ### additional information _no response_
2024-03-31 08:52:30.000000000Z
### the problem tomorrow.io stuck on initializing ### what version of home assistant core has the issue? version core-2024.3.3 ### what was the last working version of home assistant core? _no response_ ### what type of installation are you running? home assistant os ### integration causing the issue tomorrow.io ### link to integration documentation on our website [LINK]/ ### diagnostics information tomorrow.io stuck on initializing [home-assistant_tomorrowio_2024-03-31t06-32-39.976z.log]([LINK]) ### example yaml snippet _no response_ ### anything in the logs that might be useful for us? _no response_ ### additional information _no response_
2024-03-31 06:44:33.000000000Z
### describe the bug the mod [bits and chisels]([LINK]) lets you create "bits" that can stack in sizes well above 64. a server i play on has found that when these bits interact with certain create inventories, namely chutes, it'll cause client crashes that recur every time the chute block entity in question is loaded. i don't know how many bits it takes to cause a crash (i did a bunch of testing but it was inconsistent, sometimes crashing and sometimes not), but it seems that if it needs to process more than one "batch" of bits at a time it'll cause a crash. ### reproduction steps 1. load a new world. i set mine to be a creative world to expedite testing, but this happens in survival too. 2. acquire a smart chisel, then find or place any non-entity full block. equip the chisel, line the selection up with one corner of the block, click, line up the selection with the opposite corner, and click again to confirm. the block should disappear and give you 4096 bits in exchange. 3. acquire a chute. place the chute on top of a chest. 4. throw the bits into the chute. ### expected result the chute should process one stack of bits as often as it can, leaving the rest of the bits on top until it can send them all into the next inventory. ### screenshots and videos [LINK] ### crash report or log [LINK] ### operating system windows 11 insiders 24h2 (build 26080.1201) ### mod version 0.5.1f ### minecraft version 1.20.1 ### other mods this was tested on a fresh instance of 1.20.1 fabric, with the following additional mods: - bitsandchisels-2.7.3 - fabric-api-0.92.0 1.20.1 - indium-1.0.30 mc1.20.4 - lithium-fabric-mc1.20.1-0.11.2 - modmenu-7.2.2 - sodium-fabric-0.5.8 mc1.20.1 ### additional context _no response_
2024-03-31 04:54:58.000000000Z
### singer sdk version 0.35.2 ### is this a regression? - [x] yes ### python version 3.9 ### bug scope taps (catalog, state, etc.) ### operating system linux ### description meltano throws an exception whenever there is a schema change in the same run. [this]([LINK]) feature does not seem to work after the release of [this]([LINK]) feature. whenever a schema is changed, the cache of the connector should no longer valid. but currently, upon sink initialization, the connector is reused. indeed, if you look at the [CODE] method, the sink is initialized with the existing connector [CODE] ### code _no response_
2024-03-31 08:53:41.000000000Z