input stringlengths 0 131k | created_at stringlengths 30 30 |
|---|---|
can you provide a windows version of libmapnik-jni.dll? thanks. | 2024-03-31 03:26:32.000000000Z |
### applet version/build date 1.0 (2021-11-05 08:50:35) ### cinnamon version 5.2.7 ### distribution ubuntu 22.04 ### graphics hardware *and* driver used amd ### applet name and maintainer googledrive[USER] [USER] ### what happened? i cant init the folder because on login to google drive i get this error: > fehler 400: invalid_request the out-of-band (oob) flow has been blocked in order to keep users secure. follow the out-of-band (oob) flow migration guide linked in the developer docs below to migrate your app to an alternative method. anfragedetails: redirect_uri=urn:ietf:wg:oauth:2.0:oob ### other information _no response_ | 2024-03-31 19:16:15.000000000Z |
/createstaticitem  it should not give you the positive message at all then | 2024-03-31 21:32:45.000000000Z |
hi! are there plans to implement monotonic regressors, like it is possible for lightgbm, for example? thank you! best robert | 2024-03-31 22:44:55.000000000Z |
in [[CODE]]([LINK] ), auth-bridge - test 1 ($auth_bridge_test_1) was **down**: - http code: 0 - response time: 0 ms | 2024-03-31 22:59:31.000000000Z |
### tested versions - reproducible in 4.x ### system information windows 11 - godot 4.1-stable ### issue description cameras with frustrum projection don't work properly with unproject_offset. i've tried looking around to see if anyone else is having this issue. unfortunately for me frustrum projection is a kind of obscure feature and i'm using it in doubly obscure ways. the most helpful document i ran into was [deprecate camera3d's projection_frustum projection mode]([LINK]), which explained some of the known jank. ideally, i would be using custom projection matrices. for now, i'd be satisfied with just a tip to get the screen position under frustrum projection, but it would be nice if the function worked with frustrum projection out of the box. ### steps to reproduce download the mrp. launch the test scene and rotate the camera with the arrow keys. if the camera's project is changed to perspective or orthographic, the sprite will be placed over the cube (as long as the cube is on screen, i didn't bother adding checks otherwise for the mrp). in frustrum project though, the sprite gets offset. it appears that unproject_offset is basing it's calculations off of the fov variable, which would line up with the claim from the deprecation request: "none of the code paths in camera3d actually explicitly handles projection_frustum." ### minimal reproduction project (mrp) [cameraprojectiontest.zip]([LINK]) | 2024-03-31 16:49:29.000000000Z |
[LINK] what is the function [CODE] or [CODE]? are those functions provided by the library? or are the functions that the user must create? if the user must create those functions, then please note that in the example. please note the signatures of those functions, and possibly even an example implementation (being that this is intended to be an example of how to use the library). thank you | 2024-03-31 19:37:28.000000000Z |
  what are the parameters and flops? why can't i measure it? my result is 36.49m, not 27.54m? | 2024-03-31 03:26:52.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. error type: cannot find preset's package (github>gabehoban/terra-cluster//.github/renovate/automerge.json5) | 2024-03-31 01:34:10.000000000Z |
this line fails cis instead of skipping for prs having no body with this error [CODE] [LINK] | 2024-03-31 20:16:57.000000000Z |
2024-03-31 22:59:51.000000000Z | |
## current behavior the [CODE] skips the span creation by only checking the [CODE] of the parent span. this breaks the span creation defined by [opentelemetry specification]([LINK]). > create a span depending on the decision returned by shouldsample: see description of [shouldsample's]([LINK]) return value below for how to set isrecording and sampled on the span, and the [table above]([LINK]) on whether to pass the span to spanprocessors. considering a user configures an always-on sampler for debugging and expects every operation taken by redis that has instrumentation. with the current implementation, this would drop spans even if the user wants to see it. [LINK] ## possible solution remove codes like this before calling [CODE] [LINK] ## more context my concern only comes from otel's perspective; let me know if it is a special case for go-redis. i am also happy to raise a pr to solve this issue. | 2024-03-31 07:20:04.000000000Z |
the documentation still has the old arch logo | 2024-03-31 00:47:05.000000000Z |
### prerequisites - [x] this is **not** a [_youtube_]([LINK]), [_facebook_]([LINK]), [_twitch_]([LINK]) or [_a shortener/hosting site_]([LINK]) report. _these sites must be reported by clicking their **respective links**_. - [x] i read and understand the [policy about what is a valid filter issue]([LINK]). - [x] i verified that this issue is not a duplicate. (search [here]([LINK]) to find out.) - [x] i did not remove any of the [default filter lists]([LINK]), or i have verified that the issue was not caused by removing any of the default lists. - [ ] i did not enable additional filter lists, or i have verified that the issue still occurs without enabling additional filter lists. - [x] i do not have custom filters/rules, or i have verified that the issue still occurs without custom filters/rules. - [x] i am not using ublock origin along with other content blockers. - [x] i have verified that the web browser's built-in content blocker/tracking protection, [network wide/dns blocking]([LINK]), or my vpn is not causing the issue. - [x] i have verified that other extensions are not causing the issue. - [x] if this is about a breakage or detection, i have verified that it is caused by ublock origin and isn't a site issue. - [ ] i did not answer truthfully to **all** the above checkboxes. ### url(s) where the issue occurs. [CODE] ### description when opening the website, grey layer appears and nothing works. using latest version. ### other extensions used none ### screenshot(s) screenshot(s)  ### configuration details [CODE] | 2024-03-31 10:15:41.000000000Z |
hi, mahapps integration does not work anymore with latest version of mahapp.metro (2.4.3). the problem is that some of the resource names have changed and colors from both libraries are mixed. for example right now instead of having in app.xaml [CODE] we should have [CODE] this is one change i found quickly but for sure there is more. is there anybody who already integrated new versions and is willing to share new resources definition ? :) | 2024-03-31 22:01:25.000000000Z |
# code security report ### scan metadata **latest scan:** 2024-03-31 05:39am **total findings:** 0 | **new findings:** 0 | **resolved findings:** 0 **tested project files:** 1 **detected programming languages:** 1 (javascript / node.js) - [ ] check this box to manually trigger a scan | 2024-03-31 05:40:15.000000000Z |
when i copied and pasted this plugin into my project, it give me error [CODE] | 2024-03-31 16:59:56.000000000Z |
# problem statement currently, implementation of [CODE] procedurally checks validity of arguments, and interface documentation has to be written manually. # solution proposal create a data structure that represents language values and use that when registering primops; automatically generate interface documentation from that. # related - [LINK] - [LINK] - [LINK] - [LINK] | 2024-03-31 15:53:13.000000000Z |
[USER]-arcana i've encountered this issue and was able to replicate it reliably: when i sprint, slide and jump while sliding, the slide sound keeps playing (should probably stop as soon as the player is in the air). if the sound is still playing by the time i land, the game errors: [CODE] | 2024-03-31 23:43:22.000000000Z |
### bug description i cannot add a new virtual device., that is i add it but the red triangle in nr mark it as uncorrectly configured.  it appears in the list of device ad in the picture. it does'nt appear in the alexa app ### to reproduce create a new node and deploy ### expected behavior the device should appera in alexa app. the device node shoud'nt show an error red triangle ### virtual-smart-home version latest ### node-red version latest ### node.js version latest ### plan pro ### thing-id _no response_ | 2024-03-31 18:11:35.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 15:00:21.000000000Z |
facilities section will help the user to know about the quality of the hostel. | 2024-03-31 04:48:52.000000000Z |
github actions to netlify? something else? do we want other testing or linting or something too? | 2024-03-31 21:56:30.000000000Z |
### description when one deploys via the dashboard and asks for a public ipv6, a /64 is added which brings confusion since it's not required to use the ip.  ### implementation just remove the /64 | 2024-03-31 22:06:13.000000000Z |
## description hi. i'm trying to run tensorrt on docker container on win10. when i ran my image, it just showed an introduction and ended without any error. can sb help me with it. here my dockerfile: [CODE] my cmd: [CODE] my log: [CODE] also, docker take too much ram and disk:  ## environment **tensorrt version**: 8.6.1 **nvidia gpu**: rtx 3050 laptop **nvidia driver version**: **cuda version**: 12.1.1 **cudnn version**: operating system: window 10 python version (if applicable): 3.10 tensorflow version (if applicable): pytorch version (if applicable): baremetal or container (if so, version): ## relevant files **model link**: ## steps to reproduce **commands or scripts**: **have you tried [the latest release]([LINK])?**: **can this model run on other frameworks?** for example run onnx model with onnxruntime ([CODE]): | 2024-03-31 16:02:36.000000000Z |
in [[CODE]]([LINK] ), hay river health and social services authority ([LINK]/) was **down**: - http code: 0 - response time: 0 ms | 2024-03-31 17:39:05.000000000Z |
does lcm work with stable video diffusion? | 2024-03-31 20:47:51.000000000Z |
### version v6 (beta) ### what platforms are you having the problem on? android ### architecture old architecture ### what happened? this is with beta 6 on android - i would try beta7 but it doesn't build for me. my code snippet looks like this: [CODE] and i see: [CODE] ### reproduction repository link ### reproduction i can provide a stand alone if you really need; this is highly reproducible for me; this was working fine in v5. i would also be happy to see an example program with seek() working in it. i'm getting the videoref from the ref prop in the video element like the current example: [CODE] | 2024-03-31 23:05:04.000000000Z |
i tried this code: [CODE] this code constructed vec by vec! and with_capacity(), then convert in to boxed slice and into raw, so then i got the raw pointer of them. and the compiling justfile: [CODE] then, i build and run this code on x86_64-pc-windows-msvc and wasm32-wasi the wasi version is running by wazero vm. [CODE] i expected to see this happen: both on windows or wasi, the result should be: [CODE] if the with_capacity() works as expected, this two pointer should be a valid memory address on the heap. instead, this happened: windows: [CODE] the same happened with wasi, but because the wasm stack trace is so long, i've put its contents later in this article. pointer 0x1 means the return of allocate a zero sized layout, so nothing is allocated from the heap. i found this problem when i wrote a wasi program that exports alloc and dealloc functions to wasm host vm, and the vm can alloc a memory buffer on the memory of this wasi program and write something into the buffer. after the vm alloc and write data, the vm can call some other functions exported from wasi program, and then dealloc the memory buffer to release the memory space. however, i found the with_capacity() did not allocate memory and we got a 0x1 address. the output that compile and run on wasi: [CODE] ### meta [CODE]: [CODE] | 2024-03-31 11:34:22.000000000Z |
in [[CODE]]([LINK] ), education culture and employment ([LINK]) was **down**: - http code: 0 - response time: 0 ms | 2024-03-31 21:49:42.000000000Z |
# description pyo3 recently released 0.21.0, which came with some big breaking changes (see: [migration guide]([LINK])). this requires rewriting a good chunk of functions, but brings increased performance + memory safety. also comes with an experimental [CODE] feature, to expose rust async functions to python async (with no interop required). **related issue(s)** | 2024-03-31 20:16:22.000000000Z |
in [[CODE]]([LINK] ), sg1vpn.serverssh.net (sg1vpn.serverssh.net) was **down**: - http code: 0 - response time: 0 ms | 2024-03-31 10:16:56.000000000Z |
## data will need to be added to the "players" route slug for the viewer to see individual player statistics a +page.svelte and +page.server.ts will need to be added if not already there. these will serve as templates for data to be pulled based in the [id] slug. | 2024-03-31 06:49:59.000000000Z |
### the problem the name org.freedesktop.secrets was not provided by any .service files ; error when trying to sign into github desktop from steamdeck desktop ### release version 3.3.6-linux3 ### operating system 6.1.52-valve16-1-neptune-61 (64-bit) ### steps to reproduce the behavior go to github desktop, options, accounts, github.com sign in, attempt. ### log files _no response_ ### screenshots _no response_ ### additional context _no response_ | 2024-03-31 15:16:58.000000000Z |
# description the crowdfund **startsale** execute message has an **end_time** field which uses the **expiration** struct. this needs to be replaced by **milliseconds** instead (timestamp in milliseconds). also the auction **startauction** execute message has a **duration** field which needs to be replaced by **end_time** like the crowdfund for consistency. ## acceptance criteria - appropriate changes have been made to auction and crowdfund | 2024-03-31 16:15:35.000000000Z |
[LINK] **filename:** blabcontroller.java **line:** 204 **cwe:** 80 (improper neutralization of script-related html tags in a web page (basic xss) ('cross-site scripting (xss)')) this call to getmorefeed() contains a cross-site scripting (xss) flaw. the application populates the http response with untrusted input, allowing an attacker to embed malicious content, such as javascript code, which will be executed in the context of the victim's browser. xss vulnerabilities are commonly exploited to steal or manipulate cookies, modify presentation of content, and compromise confidential information, with new attack vectors being discovered on a regular basis. the tainted data originated from an earlier call to java.sql.preparedstatement.executequery. use contextual escaping on all untrusted data before using it to construct any portion of an http response. the escaping method should be chosen based on the specific use case of the untrusted data, otherwise it may not protect fully against the attack. for example, if the data is being written to the body of an html page, use html entity escaping; if the data is being written to an attribute, use attribute escaping; etc. both the owasp java encoder library and the microsoft antixss library provide contextual escaping methods. for more details on contextual escaping, see [LINK]. in addition, as a best practice, always validate untrusted input to ensure that it conforms to the expected format, using centralized data validation routines when possible. references: | 2024-03-31 15:54:27.000000000Z |
## détail de l'erreur message: there are no commands defined in the "reverb" namespace. contexte: [{}] niveau: error date: 2024-03-31 11:50:22 environnement: staging | 2024-03-31 09:58:16.000000000Z |
## summary | status | count | |---------------|-------| | total | 63 | | successful | 47 | | ⏳ timeouts | 0 | | redirected | 0 | | excluded | 0 | | unknown | 0 | | errors | 16 | ## errors per input ### errors in changelog.md * [404] [[LINK]) | failed: network error: not found * [404] [[LINK]) | failed: network error: not found * [404] [[LINK]) | failed: network error: not found * [404] [[LINK]) | failed: network error: not found * [404] [[LINK]) | failed: network error: not found * [404] [[LINK]) | failed: network error: not found * [404] [[LINK]) | failed: network error: not found * [404] [[LINK]) | failed: network error: not found * [404] [[LINK]) | failed: network error: not found * [404] [[LINK]) | failed: network error: not found ### errors in contributing.md * [404] [[LINK]) | failed: network error: not found * [404] [[LINK]) | failed: network error: not found * [404] [[LINK]) | failed: network error: not found * [404] [[LINK]) | failed: network error: not found * [404] [[LINK]) | failed: network error: not found * [403] [[LINK]) | failed: network error: forbidden [full github actions output]([LINK]) | 2024-03-31 08:19:13.000000000Z |
in [[CODE]]([LINK] ), adguard home dot ($ag_dot) was **down**: - http code: 0 - response time: 0 ms | 2024-03-31 06:36:34.000000000Z |
hi, i'm a novice programmer, i don't understand how to get the path of the folder where the click was made i need to get the path so that i can then work with it in visual studio c# i tried using json and the path parameter, but something doesn"t work, or i"m doing something wrong, please tell me thank you! | 2024-03-31 08:50:13.000000000Z |
- [ ] enum string union - [ ] enums - [ ] types - [ ] wrapped | 2024-03-31 03:07:11.000000000Z |
* use scalene to benchmark * consider using openai, as they seem to be faster | 2024-03-31 13:57:20.000000000Z |
in [[CODE]]([LINK] ), - ited ([LINK]/) was **down**: - http code: 502 - response time: 695 ms | 2024-03-31 20:39:10.000000000Z |
in [[CODE]]([LINK] ), minionflo.net ([LINK]) was **down**: - http code: 0 - response time: 0 ms | 2024-03-31 22:59:11.000000000Z |
## ref: #13 ## description 1. pidid [pk] 2. uidid [fk] 1-n 3. fidid [fk] 1-n 4. title 5. text 6. browse 7. comnumber 8. upvote 9. downvote 10. releasetime ## dod(defintion of done) | 2024-03-31 07:04:03.000000000Z |
need to collapse it at a certain point  | 2024-03-31 00:50:06.000000000Z |
### operating system linux ### joplin version joplin 2.13.9 (prod, linux) ### desktop version info joplin 2.13.9 (prod, linux) client id: [HASH] sync version: 3 profile version: 44 keychain supported: no revision: [HASH] agenda: 3.7.1 day review: 1.0.1 graph: 1.1.0 markmap: 1.6.0 note overview: 1.7.1 pages publisher: 1.7.1 paragraph extractor: 1.0.0 paste special: 1.1.2 search & replace: 2.2.0 suitcase: 0.3.2 toggle editor menu & keyboard shortcut: 1.0.1 turntochart: 1.9.3 zotero link: 1.0.2 ### current behaviour i did tools -> options -> keyboard shortcuts and clicked 'export' and saved suggested json file the file contain only a small selection of keyboard shortcuts somewhat similar to closed #50001 ### expected behaviour to include all visible keyboard shortcuts in the json export file. nb: i did not change any kbsc prior to exporting. exported json copied in log file box ### logs [ { "command": "toggleeditors", "accelerator": "ctrl+g" }, { "command": "suitcase.lower", "accelerator": "ctrl+alt+shift+l" }, { "command": "suitcase.upper", "accelerator": "ctrl+alt+shift+u" }, { "command": "suitcase.title", "accelerator": "ctrl+alt+shift+t" }, { "command": "suitcase.sentence", "accelerator": "ctrl+alt+shift+s" }, { "command": "suitcase.fullwidth", "accelerator": "ctrl+alt+shift+f" }, { "command": "suitcase.halfwidth", "accelerator": "ctrl+alt+shift+h" }, { "command": "suitcase.sort", "accelerator": "ctrl+alt+shift+a" }, { "command": "openpagespublisher", "accelerator": null }, { "command": "searchandreplace", "accelerator": "ctrl+h" }, { "command": "showmarkmap", "accelerator": "ctrl+shift+m" }, { "command": "extractparagraphs", "accelerator": null } ] | 2024-03-31 11:31:43.000000000Z |
# readme ## user story as a boot camp student, i want the prework notes to be structured on a webpage, so that i can easily find and read the information ## acceptance criteria given the prework project repository, when i view the readme for the repository, then i can see a professional readme that provides information on the project and how to use it | 2024-03-31 01:09:25.000000000Z |
**describe the bug:** the input selector is no longer available **to reproduce:** just open the accessory. the only thing visible is the power button **expected behavior:** see the input selector to change inputs **logs:** [CODE] **plugin config:** [CODE] **screenshots:**  **environment:** * **plugin version**: 1.2.0 * **homebridge version**: 1.7 * **node.js version**: 16.20 * **npm version**: n/a * **operating system**: raspbian | 2024-03-31 00:28:20.000000000Z |
## cve-2024-29041 - medium severity vulnerability vulnerable libraries - express-4.17.3.tgz , express-4.17.1.tgz , express-4.18.1.tgz express-4.17.3.tgz fast, unopinionated, minimalist web framework library home page: path to dependency file: /package.json path to vulnerable library: /node_modules/[USER]/mongo-express/node_modules/express/package.json dependency hierarchy: - mongo-express-1.0.0-alpha.4.tgz (root library) - :x: **express-4.17.1.tgz** (vulnerable library) express-4.18.1.tgz fast, unopinionated, minimalist web framework library home page: . suggested fix type: upgrade version origin: <a href="[LINK]> release date: 2024-03-25 fix resolution: 4.19.0 *** step up your open source security game with mend [here]([LINK]) | 2024-03-31 02:31:35.000000000Z |
hi [USER] [USER]-wilson, how much current does the bm1366 draws? i tried to make my own little miner stick, i used a static 1.2v 6a dc-dc buck for the bm1366 vdd, but seems like it's not enough, it pulls the power supply to about 0.38v, and i saw the bitaxe hex using a 40a power ic to supplies 6 bm1366, which average about 6.7a per chip? please help... thank you!!! | 2024-03-31 21:12:42.000000000Z |
### describe the bug, including details regarding any error messages, version, and platform. the codes below seems to have forgotten to handle the conjunctions of and and or. forget to handle [CODE] ? [LINK] forget to handle [CODE] an [CODE] ? [LINK] ### component(s) c++ | 2024-03-31 08:14:38.000000000Z |
in [[CODE]]([LINK] ), hjstrauss ([LINK]) was **down**: - http code: 0 - response time: 0 ms | 2024-03-31 13:52:43.000000000Z |
appreciate your work on this! any chance you could regenerate results for the latest library versions? | 2024-03-31 13:14:50.000000000Z |
### version > radium-mc1.20.1-0.12.3+git.[HASH] ### reproduction steps > 1. download mod > 2. launch it with the latest version of rei ### crash report file > [latest.log]([LINK]) > [crash-2024-03-31_14.05.09-client.txt]([LINK]) ### additional information > | 2024-03-31 12:09:04.000000000Z |
in [[CODE]]([LINK] ), snibox ([LINK]) was **down**: - http code: 525 - response time: 229 ms | 2024-03-31 23:26:09.000000000Z |
hello, thank you for your outstanding work! you used a [CODE] with 2469 vqa pairs, could you please open source the subset? thank you very much! | 2024-03-31 06:41:13.000000000Z |
code doesn't support latest pytorch versions anything above 1.10 | 2024-03-31 20:58:52.000000000Z |
- [ ] test aura for new game version 10.2.6 - [ ] update aura at wago.io | 2024-03-31 10:12:06.000000000Z |
down | 2024-03-31 16:33:37.000000000Z |
**as a user/superuser i would expect**: a summary of my order after purchase what are parts of this feature you would expect to see? - my delivery details - a summary of the order i have done including delivery, product and any other costs. - a summary of all of the products that i have purchased. | 2024-03-31 21:28:19.000000000Z |
[LINK] satistficing -> satisficing [LINK] uncertianties -> uncertainties [LINK] quantiative -> quantitative | 2024-03-31 21:56:50.000000000Z |
is it possible to make this works on widows? there is no software that allows fan control which reads both cpu and gpu temps for gen 6 models. please t_t | 2024-03-31 18:32:47.000000000Z |
### java pack direct download url [LINK] ### default pack direct download url _no response_ ### bedrock merge pack direct download url _no response_ ### default assets version none ### block material none ### attachable material none ### archive scratch files none ### rename model files true ### font conversion none ### armor conversion none ### meg3 fix none ### sounds conversion none ### bow conversion none ### shield conversion none ### block conversion none ### code of conduct - [x] i agree to follow this project's code of conduct. i have permission to use all assets i have linked to within this form. | 2024-03-31 02:46:07.000000000Z |
rdbende wants these. taken from #1308: > i rarely look at the docstrings, but rather use the web docs. it's easier for me to find what i'm looking for, but then go usually back to the source code, to read, what it actually does :d i originally wanted to delete [CODE] because it wasn't very well mainted. maybe we could maybe replace it with something like [pydoc-markdown]([LINK]/). | 2024-03-31 22:17:31.000000000Z |
in [[CODE]]([LINK] ), fibercore ([LINK]) was **down**: - http code: 0 - response time: 0 ms | 2024-03-31 06:41:51.000000000Z |
iphone 2.4.17 1. open the composer inside of a chat 2. click +, click on the image capturer square 3. there's black screen, it's impossible to go back, you need to reload the app [LINK] | 2024-03-31 21:58:55.000000000Z |
i can't seem to make it recognize this time stamp [CODE] it does [CODE] though. what am i doing wrong? | 2024-03-31 11:26:50.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 04:07:00.000000000Z |
i get the following compilation error when trying to update to the new version: [error_log.txt]([LINK]) previous versions compiled and ran fine. | 2024-03-31 14:53:54.000000000Z |
trying to compile in vs17 following the instructions in the readme of the repo, i get this error, both in leelazero and autogpt: msb8028 the intermediate directory (x64\debug\) contains files shared from another project (leela-zero.vcxproj). this can lead to incorrect clean and rebuild behavior. autogtp c:\program files (x86)\microsoft visual studio\2017\professional\common7\ide\vc\vctargets\microsoft.cppbuild.targets 391 msb6006 "cmd.exe" exited with code 2. autogtp c:\program files (x86)\microsoft visual studio\2017\professional\common7\ide\vc\vctargets\microsoft.cppcommon.targets 209 while the output shows this: 1>------ build started: project: autogtp, configuration: debug x64 ------ 1>c:\program files (x86)\microsoft visual studio\2017\professional\common7\ide\vc\vctargets\microsoft.cppbuild.targets(391,5): warning msb8028: the intermediate directory (x64\debug\) contains files shared from another project (leela-zero.vcxproj). this can lead to incorrect clean and rebuild behavior. 1>performing custom build tools 1>impossibile trovare il file specificato. 1>performing custom build tools 1>impossibile trovare il file specificato. 1>moc'ing console.h... 1>impossibile trovare il percorso specificato. 1>moc'ing job.h... 1>impossibile trovare il percorso specificato. 1>moc'ing management.h... 1>impossibile trovare il percorso specificato. 1>moc'ing worker.h... 1>impossibile trovare il percorso specificato. 1>generate moc_predefs.h 1>c:\program files (x86)\microsoft visual studio\2017\professional\common7\ide\vc\vctargets\microsoft.cppcommon.targets(209,5): error msb6006: "cmd.exe" exited with code 2. 1>done building project "autogtp.vcxproj" -- failed. ========== build: 0 succeeded, 1 failed, 1 up-to-date, 0 skipped ========== when i try instead to build on vs22 leelazero compiles correctly, while autogpt for some reason has the same error that was output in vs22. #739 showed the same error i have, but i couldn't get any of the possible fixes to work (specifically, i tried installing the latest version of qt since the installer didn't have 5.10 as a possible option and it changed nothing, and i couldn't find any cmakesettings.json in the project either. the nuget package for qtcore refused to work). is there some known fix for this? | 2024-03-31 01:02:10.000000000Z |
in [[CODE]]([LINK] ), ms - gamification ($ms_gamification_url) was **down**: - http code: 404 - response time: 230 ms | 2024-03-31 09:26:22.000000000Z |
in [[CODE]]([LINK] ), mastodon-relay.moew.science ([LINK]) was **down**: - http code: 0 - response time: 0 ms | 2024-03-31 03:19:16.000000000Z |
### requested feature: i believe it would be nice to have a confirmation dialog if there is an unsaved z offset when **save_config** is pressed. ### solves the following problem: numerous times i've gone through a first layer calibration and forgotten to save the offset before saving the config. ### additional information: _no response_ | 2024-03-31 07:23:05.000000000Z |
the readme still links to the hour-long demo of the initial release. | 2024-03-31 10:17:04.000000000Z |
it reacts to all changes (hue, hue range, saturation, etc.) but doesn't react to sound. | 2024-03-31 16:21:05.000000000Z |
on macos the server randomly segfaults due to a corrupted [CODE] and due to a corruption of the filedescriptor in the [CODE], which is sometimes randomly [CODE] > random memory errors on macos _originally posted by [USER] in [#40]([LINK] | 2024-03-31 13:06:01.000000000Z |
is this project still alive? | 2024-03-31 10:03:52.000000000Z |
this issue will touch on a new file structure for multiple repositories, including 254. let me know what you think. i would love to implement some version of this before the code cleanup. the purpose of this is for minimal folder stacking | 2024-03-31 08:51:01.000000000Z |
there are two pay functions defined in the gateway's ln node interface: [CODE] and [CODE]. [LINK] the former uses the whole invoice and is currently the only payment option implemented for cln. for lnd we have both implementations, but everyone has been using [CODE] by default since 0.2 now, so i think we can remove the [CODE] code for lnd. once #278 is fully fixed we can remove the old api altogether. | 2024-03-31 12:27:58.000000000Z |
in [[CODE]]([LINK] ), rf ideas ([LINK]) was **down**: - http code: 0 - response time: 0 ms | 2024-03-31 09:27:27.000000000Z |
### what happened? han meter is reporting correct energy values under normal conditions, but used together with solar panels its reporting incorrect values when solar panels are producing more electricity than im using. it starts reporting much less for one hour, and then jump back afterwards. ### what did you expect to happen? preferrably it should just show flat if its producing more electricity and therefore selling it. would just get odd numbers if it reports negative. ### how to reproduce it (minimal and precise) sell power with solar panels :) ### zigbee2mqtt version 1.35.1 ### adapter firmware version [HASH] ### adapter smlight slzb06 ### setup kubernetes container on intel nuc ### debug log _no response_ | 2024-03-31 19:59:31.000000000Z |
adding text to the body of corpus. text branch is created for version control | 2024-03-31 15:51:17.000000000Z |
synchronize the entire training and the attack tool, including the crawler's start and end times. | 2024-03-31 09:57:39.000000000Z |
hello i think it would be a great idea to add ads to the emulator it would be great because you could make a lot of money which you could use to fund development so that the emulator runs at full speed on my pentium ii thank you and have a nice day | 2024-03-31 21:43:16.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 12:15:45.000000000Z |
in [[CODE]]([LINK] ), site: dex.teapot.ovh ([LINK]) was **down**: - http code: 0 - response time: 0 ms | 2024-03-31 21:49:00.000000000Z |
## description this feature adds an api to create a signal metrics batch job. ## request ### method post ### url /jobs/metrics/signal_batch ### request parameters none ### request body [CODE] ## result ### result parameters | parameter | description | required | example | |---|---|---|---| | id | the id of the job. | yes | [HASH]-1234-1234-1234-[HASH] | | kind | the kind of the job. | yes | signal_metrics_batch | | created_at | the time when the job was created. | yes | 2023-01-01t00:00:00z | | status | the status of the job. | yes | pending | | error_message | the error message if the job failed. | no | null | | traceback | the traceback if the job failed. | no | null | | result | the result of the job if it succeeded. | no | null | | parameters | the parameters of the job. | yes | {"signals": ["signal_name_1", "signal_name_2"], "start_date": "2023-01-01", "end_date": "2023-01-31"} | | current_progress | the current progress of the job. | no | null | ### result body [CODE] ## example curl request ### request [CODE] ### curl response [CODE] ## go server ### struct [CODE] ### handler [CODE] ## links - [jobs.create_signal_metrics_batch_job]([LINK]) - [signalmetricsbatchjobcreate]([LINK]) - [signalmetricsbatchjob]([LINK]) ## automated issue details dear visitor, this issue has been automatically generated from the octopize project [avatar-python]([LINK]/) to make sigo compatible. please vote with a thumbs up or thumbs down to assess the quality of the automatic generation. best regards, the sigo team | 2024-03-31 20:39:26.000000000Z |
### description treesitter parser/hilite is enabled for [CODE] files and works in buffers. but in telescope preview, no syntax coloring for twig files. ### neovim version [CODE] ### operating system and version win10 + ubuntu 22.04 ### telescope version / branch / rev telescope 0.1.6 ### checkhealth telescope [CODE] ### steps to reproduce nvim with kickstart.nvim installed: - open xxx.twig.html - open telescope and scan for .twig files ### expected behavior twig files show up in left panel and are syntax coloured in the preview panel ### actual behavior twig files show up in left panel and are not syntax coloured in the preview panel (plain) ### minimal config [CODE] | 2024-03-31 19:27:35.000000000Z |
create a python file named main.py that has the following properties: file name: sum.py - it accepts the name of the user as input; - it accepts the age of the user as input; - it prints a greeting to the user and also adds in their name and age; - finally, it says goodbye to the user; | 2024-03-31 19:46:58.000000000Z |
### describe . ### tasks . ### more . | 2024-03-31 06:50:05.000000000Z |
currently, after a guess is made, the next property to be guessed is displayed after just a few seconds. in wrong guess scenarios, it can be difficult to absorb what the right alternative would be, especially when there is more than one possible syntax. one suggestion would be to have an option that enables/disables automatic progress, giving users unlimited time to analyze the results and decide to move on to the next property to be guessed when they want to. another option is to allow the user to click on the previous guesses to see what the proper answer was, maybe even have his guess to compare where he went wrong? would be easier to spot when the concept was wrong from when they made a small typo, for example. these are just suggestions and are not mutually exclusive, the main goal is to allow for a better learning experience by taking the time to analyze the results. | 2024-03-31 21:19:51.000000000Z |
due to a change in the workflow file of the [lobechat][lobechat] upstream repository, github has automatically suspended the scheduled automatic update. you need to manually sync your fork. please refer to the detailed [tutorial][tutorial-en-us] for instructions. [lobechat][lobechat] workflow github sync fork [][tutorial-zh-cn]  [lobechat]: [LINK] [tutorial-zh-cn]: [LINK] [tutorial-en-us]: [LINK] | 2024-03-31 03:13:24.000000000Z |
the locks of [CODE] in [CODE] and the message loop in [CODE] can occur at the same time, causing a panic. merge the two loops to avoid this. #28 | 2024-03-31 15:04:56.000000000Z |
**describe the bug** with a recent change to uswds there is now extra spacing between icons and their labels in dawson: this appears to be present everywhere in the application and can be traced to an updated from uswds: **business impact/reason for severity** low - does not impact functionality **in which environment did you see this bug?** all **who were you logged in as?** docket clerk **what were you doing when you discovered this bug? (using the application, demoing, smoke tests, testing other functionality, etc.)** **to reproduce** steps to reproduce the behavior: 1. go to '...' 2. click on '....' 3. scroll down to '....' 4. see error **expected behavior** a clear and concise description of what you expected to happen. **actual behavior** a clear and concise description of what actually happened. **screenshots** if applicable, add screenshots to help explain your problem. **desktop (please complete the following information):** - os: [e.g. ios] - browser [e.g. chrome, safari] - version [e.g. 22] **smartphone (please complete the following information):** - device: [e.g. iphone6] - os: [e.g. ios8.1] - browser [e.g. stock browser, safari] - version [e.g. 22] **cause of bug, if known** **process for logging a bug:** * complete the above information * add a severity tag (critical, high severity, medium severity or low severity). see below for priority definition. **severity definition:** * critical defect blocks entire system's or module"s functionality no workarounds available testing cannot proceed further without bug being fixed. * high-severity defect affects key functionality of an application there's a workaround, but not obvious or easy app behaves in a way that is strongly different from the one stated in the requirements * medium-severity defect a minor function does not behave in a way stated in the requirements. workaround is available and easy * low-severity defect mostly related to an application"s ui doesn't need a workaround, because it doesn't impact functionality ## definition of ready for bugs(created 10-4-21) definition used: a failure or flaw in the system which produces an incorrect or undesired result that deviates from the expected result or behavior. (note: expected results are use cases that have been documented in past user stories as acceptance criteria and test cases, and do not include strange behavior unrelated to use cases.) the following criteria must be met in order for the development team to begin work on the bug. the bug must: - be focused on solving a user problem - contain data for all fields in the bug template, so the team can pick it up and begin working immediately process: if the unexpected results are new use cases that have been identified, but not yet built, new acceptance criteria and test cases should be captured in a new user story and prioritized by the product owner. if the court is not able to reproduce the bug, add the "unable to reproduce" tag. this will provide visibility into the type of support that may be needed by the court. in the event that the court cannot reproduce the bug, the court will work with flexion to communicate what type of troubleshooting help may be needed. ## definition of done (updated 4-14-21) **product owner** - [ ] bug fix has been validated in the court's test environment **engineering** - [ ] automated test scripts have been written - [ ] field level and page level validation errors (front-end and server-side) integrated and functioning - [ ] verify that language for docket record for internal users and external users is identical - [ ] new screens have been added to pa11y scripts - [ ] all new functionality verified to work with keyboard and macos voiceover [LINK] - [ ] readmes, other appropriate docs and swagger/apis fully updated - [ ] ui should be touch optimized and responsive for external only (functions on supported mobile devices and optimized for screen sizes as required) - [ ] interactors should validate entities before calling persistence methods - [ ] code refactored for clarity and to remove any known technical debt - [ ] deployed to the court's [CODE] environment if prod-like data is required. otherwise, deployed to any [CODE] environment for review. | 2024-03-31 04:21:52.000000000Z |
safari apple or ios production domain always give me error "websocket connection to wss://xxxxxxxx failed: there was a bad response from the server" | 2024-03-31 23:05:09.000000000Z |
### what would you like to be added? please review the test and provide summary at the beginning of the test, so it's clear what and how we are testing. ### why is this needed? improving readability | 2024-03-31 02:58:46.000000000Z |
[LINK] description | 2024-03-31 11:25:57.000000000Z |
in the [CODE] implementation for [CODE], bytes of a subsequent process may be read and dropped when resizing the buffer to the length of the current request. this should either be left in the buffer and added to the size when resizing or pushed to a separate buffer. | 2024-03-31 15:54:33.000000000Z |
**describe the requested icon** the requested icon would be a chest icon that could also work as a loot box icon. the best would be from the front, i think it's easier to understand. **screenshots**  **additional context** i'd personally use it in my video games' store website for purchasable items such as _loot boxes_ that could be represented with a chest. that'd be also handy in a lot of situations like an inventory etc... | 2024-03-31 07:38:25.000000000Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.