input
stringlengths
0
131k
created_at
stringlengths
30
30
create an api call to update an items status
2024-03-31 14:25:17.000000000Z
## cve-2024-28849 - medium severity vulnerability vulnerable library - follow-redirects-1.14.9.tgz http and https modules that follow redirects. library home page: . suggested fix type: upgrade version origin: <a href="[LINK]> release date: 2024-03-14 fix resolution: follow-redirects - 1.15.6 *** step up your open source security game with mend [here]([LINK])
2024-03-31 02:46:59.000000000Z
**describe the bug** a clear and concise description of what the bug is. **version** what version of the lol-bot are you running? **screenshots** if applicable, add screenshots to help explain your problem. **log files** if applicable, add the log file containing the error messages from your issue **additional context** add any other context about the problem here.
2024-03-31 10:17:35.000000000Z
### what version of [CODE] are you using? 0.21.2 ### what version of [CODE] are you using? 4.3.5 ### what package manager are you using? pnpm ### what operating system are you using? mac ### what browser are you using? brave ### describe the bug hello sir, i found the title and the content is not compatible on the phone. maybe there is something wrong with the sl-container 's max-width. and i want to handle it. may i open a pr to fix it? ### link to minimal reproducible example [LINK]/ ### participation - [x] i am willing to submit a pull request for this issue.
2024-03-31 15:39:31.000000000Z
create a drawermenu component that will slide the menu from the left side out
2024-03-31 21:29:11.000000000Z
in [[CODE]]([LINK] ), ai4os nextcloud storage ([LINK]) was **down**: - http code: 0 - response time: 0 ms
2024-03-31 04:23:23.000000000Z
### what happened? i'm trying to search by image via google, but the images are not showing up in the driver (chrome and firefox) ![screenshot_8]([LINK]) ### what browsers and operating systems are you seeing the problem on? any
2024-03-31 09:50:49.000000000Z
/please provide the following information to quickly locate the problem - /system environment - /versionpaddle paddleocr2.7.1 /related components - /command code - /complete error message /please try to not include the image in the issue. rec
2024-03-31 05:32:15.000000000Z
in [[CODE]]([LINK] ), abnormal ($abn) was **down**: - http code: 404 - response time: 679 ms
2024-03-31 17:16:24.000000000Z
readme needs an instruction on how to make your report.
2024-03-31 22:31:48.000000000Z
### name of council thurrock council ### example address/postcode ss17 7nn, york avenue, corringham ### additional information [LINK] ### verification - [x] i searched for similar issues at [LINK] and found no duplicates - [x] i have provided a tested working address/postcode/uprn with bin collections available - [x] i understand that this project is run by volunteer contributors and completion depends on numerous factors - even with a request, we cannot guarantee if/when your council will get a script
2024-03-31 17:11:44.000000000Z
i an engaged in a eurasian eagle owl project in sweden. in my survey for breeding birds i use audio recording devices (audiomoth) and about 200 files á 160 mb need to be analysed. for this purpose i am using audacity, where i analyse the frequency-time signal between 200 -800 hz known to contain the call. however, chirpity would be very helpful if i manage to make it work! the attached file contains eagle owl calls, but chirpity does not report the owl with the standard setting. i should be very greatful with any hint on how to get chiripityh to work correctly on this issue! best regards, larsgunnar nilsson [l08_2024-02-29_1710.zip]([LINK])
2024-03-31 07:50:53.000000000Z
hubproxy.on can trigger, if i don't invoke. but, hubproxy.on can use after i invoke. some data was received after connect start and before i invoke, these data can't trigger hubproxy.on.
2024-03-31 14:20:11.000000000Z
i run two vllm instances on 2 a100-40g to do inference. however, i found that the throughput is less than 2 times of the vllm on one card. i am not sure whether the batch matters. as in vllm, it uses the continuous batching, but datadreamer seems to do inference in batches.
2024-03-31 13:40:21.000000000Z
i want to now if it i9s the real source code ore if it is a rat beckaus i dont fint any words like esp ore aimbot in the code
2024-03-31 19:06:02.000000000Z
**describe the bug** the plugin won't identify classes inside objects that have a computed property ([CODE] or [CODE]), so doesn't check for any rules ([CODE] in this case). **to reproduce** [CODE] [CODE] **expected behavior** the plugin should detect the classes and warn of the invalid order. **screenshots** with the computed property (no linting): ![image]([LINK]) without property (linting works fine): ![image]([LINK]) **environment (please complete the following information):** - os: linux mint 21.2 x86_64 - softwares + version used: - vscode 1.87.2 - [CODE] **current fix/ workaround:** i managed to fix this issue for the classnames-order rule, by updating the [CODE] function inside classnames-order.js: [CODE]
2024-03-31 15:50:11.000000000Z
this group currently has 26 characters and 17 additions. the additions all appear to be accurate, as can be seen with this link: [[LINK] phonetic groups.htm?current=405&highlight]([LINK]) all of the additions were part of pull request #118. please close this issue to signify agreement.
2024-03-31 02:31:34.000000000Z
can only access the import image toolbutton from the toolbox toolbar or the tools menu. ![image]([LINK]) the qtoolbox's need to be put in a grid layout so all the page labels display. ![image]([LINK])
2024-03-31 22:04:15.000000000Z
left
2024-03-31 15:32:32.000000000Z
hello, i am testing some iml methods on datasets like casia, coverage, imd2020, nist16, but i couldn't find the complete nist16 dataset. i found a link on zhihu to a cloud storage, but it contains thousands of images, not the 564 images mentioned in the paper.do you know how to download it?
2024-03-31 14:07:32.000000000Z
see top of image attached. this dotted line appears at the top and bottom of my editor upon focus. ![screenshot 2024-03-30 at 8 27 56 pm]([LINK])
2024-03-31 00:37:08.000000000Z
from [LINK] : > switch to a lighter workflow: > > while forking workflow is the safest (and is recommended), it is also rather heavy. you may switch to a simpler workflow if you wish. refer the textbook to find more about [alternative workflows]([LINK]): the feature branches workflow: a reasonable alternative, but if you choose this, make sure your master branch is protected and most members have write access only (i.e., no admin access) the centralized workflow: discouraged. even if you do switch, we still recommend that you use pr reviews, at least for prs affecting others' features. why is it that feature branch workflow is considered lighter? i feel they're both the same: you create a new branch, you send a pull request, the pull request is reviewed. or is the textbook assuming that (minor) pull requests are no longer reviewed?
2024-03-31 07:27:19.000000000Z
## :rotating_light: the automated release from the [CODE] branch failed. :rotating_light: i recommend you give this issue a high priority, so other packages depending on you can benefit from your bug fixes and new features again. you can find below the list of errors reported by **semantic-release**. each one of them has to be resolved in order to automatically publish your package. i"m sure you can fix this . errors are usually caused by a misconfiguration or an authentication problem. with each error reported below you will find explanation and guidance to help you to resolve it. once all the errors are resolved, **semantic-release** will release your package the next time you push a commit to the [CODE] branch. you can also manually restart the failed ci job that runs **semantic-release**. if you are not sure how to resolve this, here are some links that can help you: - [usage documentation]([LINK]) - [frequently asked questions]([LINK]) - [support channels]([LINK]) if those don"t help, or if this issue is reporting something you think isn"t right, you can always ask the humans behind **[semantic-release]([LINK])**. --- ### no npm token specified. an [npm token]([LINK]) must be created and set in the [CODE] environment variable on your ci environment. please make sure to create an [npm token]([LINK]) and to set it in the [CODE] environment variable on your ci environment. the token must allow to publish to the registry [CODE]. --- good luck with your project your **[semantic-release]([LINK])** bot :package::rocket:
2024-03-31 08:30:08.000000000Z
first test. [LINK]
2024-03-31 12:30:37.000000000Z
label shift label
2024-03-31 10:09:04.000000000Z
in [[CODE]]([LINK] ), bofrost.nl ([LINK]) experienced **degraded performance**: - http code: 200 - response time: 1622 ms
2024-03-31 20:26:36.000000000Z
in [[CODE]]([LINK] ), adguard home dot ($ag_dot) was **down**: - http code: 0 - response time: 0 ms
2024-03-31 16:59:16.000000000Z
# html ## user story as a bootcamp student i want the prework notes to be structured on a webpage so that i can easily find and read information ## acceptance criteria given a prework study guide website when i visit the website in my browser then i see four boxes titled html, css, git, and javascript with associated notes listed
2024-03-31 01:21:48.000000000Z
when using /, you should only display the elements marked with rectangles as shown in the picture below. this is to improve the ui by eliminating unnecessary text space. additionally, this section also requires support for english. thanks. ![image]([LINK])
2024-03-31 10:54:09.000000000Z
## description if you hide something in an opened toilet tank you can't take it back without destroying this toilet. **reproduction** 1. use a crowbar on a toilet. 2. put something small or tiny inside. 3. try to take it back. 4. watch your urist always sitting on toilet instead of picking stashed item. **additional context** alt click not helping because there is no such tab to "pick an item from secret stash" or smth like that. if you really need that hidden item back your only way is to destroy that damn toilet.
2024-03-31 03:21:20.000000000Z
### orcaslicer version 1.8.1 ### os version win 11 ### additional system information not performance related. appears to be a race condition. ### printer bambu x1c + 2x ams ### how to reproduce this may be hard for someone else to reproduce, which is why i've taken a video of the behavior. what happens is that it appears that whenever the slicer is getting ams updates (see debug logging, attached), it force-refreshes the list of filaments available.. but if the user has the filament list open and is trying to select a filament at this time, it appears to jump the filament list back to the top.. which makes it very hard to select a particular filament ! the behavior appears to be somewhat random in timing and is effectively a race condition vs the user. ### actual results see attached movie here where scrolling through the filament list keeps "jumping to top". i believe this is related to the refreshing of filaments from the ams from the currently online printer. movie: [LINK] ### expected results the list should not be jumping the user around while they're trying to select a filament ! it should wait until the user has exited the list select to update the list. bambu studio seems to handle this properly. ### project file & debug log uploads [debug_network_sat_dec_23_18_04_42.zip]([LINK]) debug/network logs attached no project file attached because this reproduces w/ a blank project. ### checklist of files to include - [x] log file - [x] project file
2024-03-31 00:16:38.000000000Z
currently prim only supports a single threshold value, and an outcome is classified binary. in some cases, it might be beneficial to actually input multiple levels of how good an outcome is, such as "unaccaptable", "accaptable" and "preferred". as side for support in prim init, the prim methods should also be able to support this: - find_box() should be able to find boxes on multiple levels (with the level as input) - with a selected box, inspect should show the multiple levels, with rdylgn colormap when plotting. - other prim methods should also be adjusted.
2024-03-31 17:26:45.000000000Z
i can't see how the separation of those types is useful.
2024-03-31 23:12:41.000000000Z
in [[CODE]]([LINK] ), upptime ($upptime) was **down**: - http code: 0 - response time: 0 ms
2024-03-31 15:33:28.000000000Z
in [[CODE]]([LINK] ), cashline admin portal - dev ([LINK]/) was **down**: - http code: 0 - response time: 0 ms
2024-03-31 22:25:01.000000000Z
**describe the bug** the client displays an email as a link but instead of setting a proper mailto link, it generates url which results in 404. error tracked by sentry: [LINK]/ **to reproduce** steps to reproduce the behavior: 1. go to [LINK] 2. click on 'preparation' 3. scroll down and click to 'stefan[USER].io' 4. see the 404 error **expected behavior** the link should trigger opening of email client. **screenshots** **additional context** the error is part of the offsite 2024 space. it should be reproducible in posts.
2024-03-31 21:16:20.000000000Z
hi we tried to generate the model into trt with the bev height of 5 when dealing with the occupancy network . we realized that the trt was generated with the output of bev pooling to be 1x128x128x320. however, with our setting, we successfully obtained the bev pool out as 1x5x128x128x320 during torch training, inference and trans of onnx. we would really appreciate if we could hear back from you. many thanks thanks for your error report and we appreciate it a lot. **checklist** 1. i have searched related issues but cannot get the expected help. 2. the bug has not been fixed in the latest version. **describe the bug** a clear and concise description of what the bug is. **reproduction** 1. what command or script did you run? [CODE] 2. did you make any modifications on the code or config? did you understand what you have modified? 3. what dataset did you use? **environment** 1. please run [CODE] to collect necessary environment information and paste it here. 2. you may add addition that may be helpful for locating the problem, such as - how you installed pytorch \[e.g., pip, conda, source\] - other environment variables that may be related (such as [CODE], [CODE], [CODE], etc.) **error traceback** if applicable, paste the error trackback here. [CODE] **bug fix** if you have already identified the reason, you can provide the information here. if you are willing to create a pr to fix it, please also leave a comment here and that would be much appreciated!
2024-03-31 15:45:20.000000000Z
[USER] aide moi à corriger cette erreur ## détail de l'erreur message: sqlstate[42s02]: base table or view not found: 1146 table 'api.jobs' doesn't exist (connection: mysql, sql: select * from [CODE] where [CODE] = default and (([CODE] is null and [CODE] <= [HASH]) or ([CODE] <= [HASH])) order by [CODE] asc limit 1 for update skip locked) contexte: [{"errorinfo":["42s02",1146,"table 'api.jobs' doesn't exist"],"connectionname":"mysql"}] niveau: error date: 2024-03-31 13:24:57 environnement: local
2024-03-31 11:24:59.000000000Z
some queries may be able to be completely responded to by buffered blobs. also reduces the likelihood of a read evicting blobs it wanted to read but evicting it and subsequently fetching - given we limit evictions to 32 per query, this isn't a huge problem, but could save close to half a second on gcs.
2024-03-31 13:23:18.000000000Z
in cli commands, aliases should be available for the version and help commands: --help and -h for help, --version and -v for version
2024-03-31 10:07:59.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 julia library - [LINK] more info here - [LINK]
2024-03-31 12:06:18.000000000Z
msid: 95388 version: 1 preprint doi: [LINK] ## step 1. awaiting reviews **editorial to post reviews via hypothesis** **useful links:** - docmap: [LINK] - new model tracking: [LINK]/ - reviews on sciety: [LINK] **for trouble shooting (e.g. no docmaps available):** - docmap issue addressing: [LINK]=/ - explore datahub docmaps api: [LINK] - unmatched submissions and preprints: [LINK] - unmatched manuscripts spreadsheet: [LINK] ## step 2. preview reviewed preprint **production qc content ahead of publication** **instructions:** - qc preview: [LINK] - update ticket with any problems (add [CODE] label) - when qc ok, add [CODE] label to ticket and add publication date and time to [LINK] - move card to next column - (at end of the day post link in [#enhanced-preprint]([LINK]) and ask for pdf to be generated) **useful links:** - preprint doi : [LINK] - confirm reviews returned by epp: [LINK] - to update the meca path in the docmap: [LINK] ## step 3: awaiting search reindex **this step adds the reviewed preprint to the homepage: [LINK]** the search reindex is triggered once an hour. we need the reviewed preprint to be indexed as the search application serves the journal homepage. **useful links:** - jenkins pipeline to reindex search can be triggered sooner or monitored here: [LINK]/ ## step 4: published! pdf requested **waiting for pdf to be generated** **useful links:** - pdf tracking: [LINK]/ ## step 5: introduce pdf to data folder and git repo upload pdf to relevent folder in git repo [LINK]/ ## step 6: done! - [ ] kettle is on!
2024-03-31 13:59:23.000000000Z
**describe the enhancement request** follow-up from #905, rename precompiles concept to cairo1helpers: example: [CODE] [CODE] **describe preferred solution**
2024-03-31 16:15:56.000000000Z
[CODE] got this error when trying to compile bindings. i'm on ubuntu 22.04. any ideas?
2024-03-31 12:00:02.000000000Z
### describe the feature request. as an api developer i want to see metadata information about data products so that i can debug problems with administering data [LINK] this needs to be added to the api model one get endpoint would list all data products, eg [CODE] one get endpoint would list all schemas in a data product, and it's current most recent version[CODE] this is to aid debugging - do we need to also list the versions of a data product as well as the most recent one? ### describe the context. _no response_ ### value / purpose _no response_ ### user types _no response_
2024-03-31 01:49:17.000000000Z
the sound is heard several times while pressing the scroll button
2024-03-31 11:17:20.000000000Z
**what happened (please include outputs or screenshots)**: i did a lot of searching on-line, and i couldn't find a trivial way to obtain a list of pods belonging to a certain service. what i understand is that services are associated with their corresponding pods by the selector labels they have in common. so what i tried to do is obtain the selector from [CODE] and then passing that selector on as the [CODE] argument to [CODE]. that resulted in the following error: [CODE] the response also contained [CODE] and a [CODE] with error messages that made it clear that it choked on special characters in the dict, which apparently got rendered as a json object, instead of the expected comma-separated [CODE] selector labels notation. **what you expected to happen**: i would expect this to work, and see the list of pods corresponding to service [CODE]. **how to reproduce it (as minimally and precisely as possible)**: so first, i look up the service (assuming service/application name [CODE]), for which i want to retrieve the corresponding pods: [CODE] at this point, [CODE] contains a [CODE] with the label selector keys and their corresponding values. so subsequently, i want to look up the corresponding pods: [CODE] **anything else we need to know?**: i found a workaround in [this answer on stackoverflow]([LINK]), which dates back to 2018, but still works. but this is an awkward and unintuitive workaround. why does the api expect us to perform such a conversion manually? or better yet, would it perhaps be possible to add a [CODE] function to the api that simply takes a reference to the service retrieved from [CODE] and returns the corresponding pods? also, maybe there is a far more trivial and more proper way to solve this problem, but honestly, i haven't been able to find such a solution on-line. if so, could you maybe clarify this in the documentation, or perhaps add an example to the [CODE] folder in this project? this issue is similar, but not entirely identical to issue #1559. that issue was about not being able to pass on a selector obtained from [CODE] to [CODE], which resulted in the same problem. that issue was closed without a proper resolution. thank you kindly for looking into this. **environment**: - python client version ([CODE]): [CODE]
2024-03-31 00:08:07.000000000Z
. ,
2024-03-31 19:23:58.000000000Z
## description we need the use case diagrams for our project before going further. we will use this link to access the collaborative webpage for our diagram: [lucidchart link]([LINK]) ## estimated time 80 mins ## deadline date(31/03/2024) - 23:59 ## reviewer [USER] - deadline of the review(02/04/2024 - 23:50)
2024-03-31 12:29:03.000000000Z
in [[CODE]]([LINK] ), qbittorrent webui ([LINK]) was **down**: - http code: 404 - response time: 477 ms
2024-03-31 05:25:32.000000000Z
a group spec in an extension has: [CODE] running [CODE] results in: [CODE]
2024-03-31 06:51:49.000000000Z
**task 5.1: add wishlist functionality for users to save products.** difficulty: medium testing: integration testing to ensure products are correctly saved to the wishlist. **task 5.2: implement full checkout process.** difficulty: high testing: detailed integration testing required to ensure smooth purchase flow. **task 5.3: develop automatic discounts and promotions functionality.** difficulty: high testing: integration testing to ensure correct application of discounts and promotions. **task 5.4: add report generation for sales and user analysis.** difficulty: high testing: integration testing to verify accuracy of data generated in reports.
2024-03-31 21:30:18.000000000Z
### issue url (ads) [[LINK]) ### comment > adguard doesnt block youtube ads, youtube shorts, or in line ads like this username: [CODE] ### screenshots screenshot 1 ![screenshot 1]([LINK]) ### system configuration information | value --- | --- adguard product: | adguard for ios v4.5.2 license type: | paid advanced protection: | enabled dns filtering: | disabled filters: | ad blocking: adguard base other extensions used: | none
2024-03-31 06:42:00.000000000Z
### batocera build version batocera 39 ### your architecture pc ### your graphic processor unit(s) (gpu) integrate hd630 ### issue description on **ppsspp** (standalone) when i remap controls for my arcade panel, everything is lost when i reboot the pc. it's correctly saved works when i create a configuration file per game but not for global configuration. ### detailed reproduction steps when i run a game, i clic on the **hot key** then setting and __reassign controls__ ### details of any attempts to fix this yourself i tried to add [CODE] on the batocera configuration file but it still not work. ### details of any modifications you have made to batocera. remapping is correctly saved works when i create a configuration file per game but not for global configuration. ### logs and data _no response_
2024-03-31 14:56:06.000000000Z
### before posting - [x] this is a **bug**, not a question or an enhancement. - [x] i've [searched for similar issues]([LINK]) and didn't find a duplicate. - [x] i've written a clear and descriptive title for this issue, not just "bug" or "crash". - [x] i agree to follow nextcloud's [code of conduct]([LINK]/). ### steps to reproduce 1. install 3.28.1. fresh install or upgrade from 3.28.0, does not matter. 2. download a file using the context menu on a file. clicking "sync" on a folder with server-side changes compared to the client has the same behaviour. ### expected behaviour the file should be downloaded at the intended storage location, such as [CODE]. the chosen storage location does not matter, it always happens. ### actual behaviour only the folder structure is recreated up until [CODE]. the rest remains in [CODE]. ### android version 14 ### device brand and model fairphone 4 ### stock or custom os? stock ### nextcloud android app version 3.28.1 ### nextcloud server version 27.1.8 ### using a reverse proxy? yes ### android logs _no response_ ### server error logs [CODE] ### additional information i cannot provide logs as i don't want to upgrade to the broken 2.38.1 again. it should be fairly easy to reproduce.
2024-03-31 20:19:24.000000000Z
in [[CODE]]([LINK] ), sneak.page ([LINK]) was **down**: - http code: 0 - response time: 0 ms
2024-03-31 17:54:14.000000000Z
tabindex attribute is persisting on elements where it is no longer set. in the attached screenshot the blue highlighed line has a "tabindex" value that is not set in the render function. i am 100% sure that it's not set in the render function because the circled div is created in the same [CODE] call. there is a tabindex value set in similarly nested div in a different component. which is the one highlighted below. so i think for some reason it is not being cleared when diffing properly the code is here [LINK] [CODE] is the function that is used to render the very last element and sets a tabindex. [CODE] is the function that renders an element without tabindex set.
2024-03-31 09:56:38.000000000Z
hello dear bible api team ! i was asking if french is supported ? if i wanted to put jean 14:6 instead of john 14:6 and apocalypse 22:10 instead of revelation 22:10, would it work perfectly ? thanks in advance ! god bless you ;)
2024-03-31 00:06:21.000000000Z
modify the website title as 'dubbo admin'
2024-03-31 13:32:43.000000000Z
## description guidebook mentions locking apes protects them from deconstruction, it is not true however. **reproduction** lock ape, throw away your access, deconstruct it. **screenshots** ![obraz]([LINK])
2024-03-31 10:57:31.000000000Z
**describe the bug** by launching a new project with the latest version published on march 31 at 2:22 pm, access to the model via ollama works fine. devika gives me a plan to create the snake game code in python then tries to search the internet with duckduckgo and at this point an error message appears in console : [CODE] **to reproduce** steps to reproduce the behavior: 1. launcher devika in docker : docker compose up -d 2. click on new project 3. select duckduckgo in websearch 4. select an ollama model (deppseekcoder for me) 5. write 'write a snake game in python' 6. wait the process and see error **expected behavior** devika use chromium or firefox to made searches **screenshots** no screenshots **desktop (please complete the following information):** - os: linux mint 21.3 - browser firefox - version 124.0.1
2024-03-31 18:32:31.000000000Z
## job failure report - **workflow name**: test_nightly - **run id**: [[HASH]](<[LINK]>) ### description a failure occurred in the scheduled run of our nightly test suite. please investigate the cause of the failure and take the necessary steps to resolve it.
2024-03-31 08:29:07.000000000Z
this functionality will move from `val" to "soul" in the "soul-auth" update. once the transition is nearing completion we should test this issue isn't present. [USER] - as we're adopting soul-auth, could you please check that val doesn't fall over if it encounters a user without a role?
2024-03-31 09:01:21.000000000Z
2024-03-31 06:17:40.000000000Z
**describe the bug** specific placements of standalone comments, primarily in list comprehensions, will cause parsing errors. these are actually formatting errors; black generates invalid code on the first run of [CODE], which then can't be parsed. **to reproduce** i stumbled over two cases while working on #4026: 1. [CODE] causes > cannot parse: 9:0: ] this is because the code is first split at [CODE], leaving [CODE] to [delimiter_split]([LINK]), which doesn't know about the comprehension and adds a trailing comma after the [CODE]. 2. [CODE] this looks similar, but leads to a different error: > cannot parse: 7:0: eof in multi-line statement this is the code produced in the first formatting run: [CODE] besides the broken comment, the style also looks pretty weird to me. this is somehow related to the way [append_safe]([LINK]) doesn't allow comments if there is a comprehension or lambda in the line and can also be triggered with a lambda: [CODE] there's other weirdness here. i haven't fully understood why this happens yet, but couldn't reduce the input further. **expected behavior** the code should be formatted successfully and correctly. **suggestions** i feel like there are probably more edge cases in which black expects a line to have a certain structure and crashes if standalone comments chop it up arbitrarily. it might be better to mostly ignore standalone comments and fix them as a last step. any other solution would have to give lines more context about their origin. for example, the input [CODE] causes the exact same call to [CODE] as the first example, but here the trailing comma is valid and correct. **environment** [CODE] **additional context**
2024-03-31 23:41:56.000000000Z
please add an option to upload to a selected site (ftp, or one of the others) automatically on screenshot. launchpad details: [#lp585197]([LINK]) mark a. hershberger - 2010-05-25 00:58:41 +0000
2024-03-31 07:45:30.000000000Z
when type in terminal lsusb permission denied ![screenshot_20240331_075728]([LINK])
2024-03-31 02:33:35.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 - warn: app has not been granted permissions to update workflows - aborting branch. ## other branches these updates are pending. to force prs open, click the checkbox below. - [ ] chore(deps): update endbug/label-sync action to v2.3.3 - [ ] chore(deps): update actions/checkout action to v3.6.0 - [ ] chore(deps): update renovatebot/github-action action to v39.2.4 - [ ] chore(deps): update actions/checkout action to v4 - [ ] chore(deps): update actions/labeler action to v5 - [ ] chore(deps): update asdf-vm/actions action to v3 - [ ] chore(deps): update renovatebot/github-action action to v40 ## detected dependencies asdf .tool-versions - [CODE] - [CODE] - [CODE] - [CODE] - [CODE] github-actions .github/workflows/meta-labeler.yaml - [CODE] .github/workflows/meta-sync-labels.yaml - [CODE] - [CODE] .github/workflows/renovate.yaml - [CODE] - [CODE] .github/workflows/tests.yaml - [CODE] - [CODE] - [CODE] - [CODE] gomod magefiles/go.mod - [CODE] - [CODE] pre-commit .pre-commit-config.yaml - [CODE] - [CODE] - [CODE] - [CODE] - [CODE] - [CODE]
2024-03-31 00:05:42.000000000Z
### version 1.3a12i(22) ### ### stacktrace ### ### reason ### java.lang.securityexception: requesting code from com.amazon.webview.chromium (with uid 32118) to be run in process io.github.visnkmr.bapl (with uid 10040) ### link to app center ### * [[LINK])
2024-03-31 01:19:05.000000000Z
### bug description fit local resolution does not revert back to original resolution on target when disconnecting ### how to reproduce disconnect a connection when using fit resolution ### expected behavior rustdesk should revert back to target's previous display resolution ### operating system(s) on local side and remote side windows 11 > windows 10 ### rustdesk version(s) on local side and remote side 1.2.4 gpu build ### screenshots not needed ### additional context _no response_
2024-03-31 15:22:03.000000000Z
currently the sdl_sound interface is opaque and there isn't difference when interfacing with different formats. as such seeking, duration and everything else uses milliseconds. this is fine in general. some issues may arise though, when using "tracker-like" formats as mentioned in this comment here [LINK] in old ags versions, before we switched to sdl_sound, beside using milliseconds two formats specifically supported an alternative way of using duration and seeking - midi - which used the beat number - mod/xm/s3m - the pattern number (the "dumb" library we used called it "orders") this issue is more a **question**, if it would be acceptable or not to add some way to add format specific extensions in sdl_sound, and how it would work. if such a way type of extension is acceptable, then the design could be done in a different issue, as i would like to add these two functionalities to sdl_sound to help us keep our backwards compatibility - looking at the dependencies in the repository it looks like the information is available in them, it's about devising an api to recover.
2024-03-31 21:58:14.000000000Z
issue with angle conversion from [CODE],[CODE] to [CODE] [LINK] ## how to reproduce [CODE] ## expected outcome [CODE] ## actual outcome [CODE] ## additional details * cargo.lock [CODE] * rust version(s): [CODE] * target platform: [CODE]
2024-03-31 12:46:27.000000000Z
**describe the issue** right click on a vm and open the "edit" settings panel. click on "network" and enable the "show advanced settings". click on one of the text fields, for example "guest network", so the field gets highlighted. click on the "remove" button on the bottom left part of the window. utm crashes. **configuration** * utm version: 4.4.4 (92) * macos version: 13.6.1 (22g313) * mac chip (intel, m1, ...): apple m2 **crash log** [utm-2023-11-15-102608.ips.zip]([LINK])
2024-03-31 01:56:15.000000000Z
in [[CODE]]([LINK] ), drug products database (dpd) ([LINK]/) was **down**: - http code: 0 - response time: 0 ms
2024-03-31 20:16:29.000000000Z
### description the model [[CODE]]([LINK]) from the [CODE] branch of the [business simulation library (bsl)]([LINK]) will not simulate in open modelica. given that the model validates ok in omedit and wolfram system modeler v14, with the model also running fine in system modeler, i wonder whether this may not in fact be a bug in omedit? ### steps to reproduce open [[CODE]]([LINK]) in omedit and select [CODE] from the menu. ### expected behavior the model should simulate without any issues. ### screenshots i am getting a [CODE]: [CODE] ### version and os - openmodelica version: [CODE] - os: [CODE] - [CODE] ### additional context this issue is part of the effort to minimize frictions between different tools running a modelica library. see [this discuusion]([LINK]).
2024-03-31 18:15:34.000000000Z
review the terraform plan, then approve or deny the deployment of v1.0.0 to prod. workflow is pending manual review. url: [LINK] required approvers: [arianeasa] respond "approved", "approve", "lgtm", "yes" to continue workflow or "denied", "deny", "no" to cancel.
2024-03-31 03:27:49.000000000Z
## cve-2024-29041 - medium severity vulnerability vulnerable libraries - express-4.18.1.tgz , express-4.17.1.tgz express-4.18.1.tgz fast, unopinionated, minimalist web framework library home page: path to dependency file: /application/package.json path to vulnerable library: /application/package.json dependency hierarchy: - sails-1.5.3.tgz (root library) - :x: **express-4.17.1.tgz** (vulnerable library) found in base branch: master vulnerability details express.js minimalist web framework for node. versions of express.js prior to 4.19.0 and all pre-release alpha and beta versions of 5.0 are affected by an open redirect vulnerability using malformed urls. when a user of express performs a redirect using a user-provided url express performs an encode [using [CODE]]([LINK]) on the contents before passing it to the [CODE] header. this can cause malformed urls to be evaluated in unexpected ways by common redirect allow list implementations in express applications, leading to an open redirect via bypass of a properly implemented allow list. the main method impacted is [CODE] but this is also called from within [CODE]. the vulnerability is fixed in 4.19.2 and 5.0.0-beta.3. publish date: 2024-03-25 url: cvss 3 score details ( 6.1 ) base score metrics: - exploitability metrics: - attack vector: network - attack complexity: low - privileges required: none - user interaction: required - scope: changed - impact metrics: - confidentiality impact: low - integrity impact: low - availability impact: none for more information on cvss3 scores, click release date: 2024-03-25 fix resolution: express - 4.19.0 *** step up your open source security game with mend [here]([LINK])
2024-03-31 02:19:49.000000000Z
in [[CODE]]([LINK] ), bankpay - qa ([LINK]) was **down**: - http code: 0 - response time: 0 ms
2024-03-31 17:18:37.000000000Z
espanso currently needs to spawn a small window when starting on wayland to gather the necessary information about the active keyboard. currently, the window contains a rainbow, but some users reported it being annoying. investigate if we can make it full black or with an espanso logo.
2024-03-31 23:52:25.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 06:10:46.000000000Z
acceptance criteria: * the robot should be able to make some shots while moving in auto, assuming a fixed time for a shot.
2024-03-31 17:07:36.000000000Z
finding and fixing mistakes in code using sonarlint
2024-03-31 14:43:13.000000000Z
allow adding multiple accounts and picking one from the gui. the auto re-authentication stuff will still work the same with the active account. also when starting the game it will automatically switch to the current account if it has been signed in through the mod.
2024-03-31 01:16:35.000000000Z
the threads1.rs hint references "sample answers". i looked through the project and have not found them. are sample answers something that existed in a previous version and no longer exist?
2024-03-31 14:23:16.000000000Z
i can power on change mode power off etc etc but soo far signal level is always 0 even if getting 20+9 on the radio and the frequency radio shows vfo a is tuned to 0.000 khz
2024-03-31 13:21:51.000000000Z
**is your feature request related to a problem? please describe.** yes. when using the [CODE] hook from the [CODE] package inside components created with react's [CODE], there's a typescript typing issue. this forces developers to explicitly cast the [CODE] object, disrupting a smooth development experience. **describe the solution you'd like** the ideal solution would be for the [CODE] hook's typings to automatically infer the correct ref type when used in a [CODE] context. this would eliminate the need for manual type casting. **describe alternatives you've considered** currently, the only workaround is to explicitly cast the [CODE] to [CODE] (or the appropriate element type). while functional, this introduces an extra point for potential type safety concerns. **additional context** here's a simplified code example demonstrating the issue: [CODE]
2024-03-31 14:16:13.000000000Z
### summary wrong behavior on std::mem::transmute ### lint name clippy::borrowed_box ### reproducer i tried this code: [CODE] clippy says: [CODE] but its a ub! [CODE] is a reference to [CODE] and actually a reference to [CODE] the suggestion turn [CODE] into [CODE] ### version [CODE] ### additional labels _no response_
2024-03-31 14:05:46.000000000Z
2024-03-31 12:59:08.000000000Z
## cve-2022-0155 - medium severity vulnerability vulnerable library - follow-redirects-1.14.2.tgz http and https modules that follow redirects. library home page: . suggested fix type: upgrade version origin: <a href="[LINK]> release date: 2022-01-10 fix resolution (follow-redirects): 1.14.7 direct dependency fix resolution (axios): 0.22.0 *** step up your open source security game with mend [here]([LINK])
2024-03-31 02:26:16.000000000Z
several model types can have additional information. skills and traits have descriptions for instance. ideally gw2search can optionally filter based on substring matches in these fields too. _originally a subtask in [LINK]
2024-03-31 18:51:14.000000000Z
ng will want to be able to change the number of sections in the feed position dial as well as the location of the orange sections. we should have these values be constants and make them very easy to change so they can easily modify our product for their weapons.
2024-03-31 04:14:49.000000000Z
in [[CODE]]([LINK] ), test ([LINK]) was **down**: - http code: 508 - response time: 831 ms
2024-03-31 08:12:37.000000000Z
currently it is not possible to start placing a tower if you can"t afford it. but… * it would be nice to see the range of a tower and whether it"s worth saving for it * if there is only 2 food left, you can"t upgrade a 2 food tower to a 4 food tower. that should be better handled per cell, by tinting the tower red if it can"t be placed.
2024-03-31 17:35:15.000000000Z
clean up workspaces by ensuring the following: - provider and module version references are referencing a specific version. (see semver.org) - set terraform version - build setup proper readme.md files (see makeareadme.com) - ensure all variables and outputs have proper descriptions
2024-03-31 17:55:09.000000000Z
**software** icims career login **describe the bug** there is a bug when you press back to go to the previous page and instead of doing that it **to reproduce** steps to reproduce the behavior: 1. go to icims career login page 2. click on login 3. apply for a job 4. click the back option on the top 5. you'll get the bug page **expected behavior** goes back to the original job listing page **screenshots** ![screenshot 2024-03-30 000100]([LINK]) **desktop (please complete the following information):** - browser chrome - version 22 **smartphone (please complete the following information):** - device: [] - os: [] - browser [] - version [] **additional context**
2024-03-31 21:06:29.000000000Z
matplotlib balks at a simfile for [CODE]; possibly a latex misinterpretation. [CODE] thanks to lemone for reporting.
2024-03-31 19:03:43.000000000Z
in [[CODE]]([LINK] ), fatorx ([LINK]) was **down**: - http code: 0 - response time: 0 ms
2024-03-31 02:01:55.000000000Z
add tasks to install environment on macos.
2024-03-31 05:48:11.000000000Z
there is an error with this repository's renovate configuration that needs to be fixed. as a precaution, renovate will stop prs until it is resolved. location: [CODE] error type: the renovate configuration file contains some invalid settings message: invalid configuration option: github-runners
2024-03-31 00:29:22.000000000Z
connect the crud operations to the application interface
2024-03-31 12:46:16.000000000Z