input stringlengths 0 131k | created_at stringlengths 30 30 |
|---|---|
the output of library i'm building is a dataframe ( from pandas ) is it possible to compare output which is rendered from a pandas.dataframe ? or it can only compare with string ? | 2024-03-31 18:20:45.000000000Z |
**player** - [LINK] **explanation** | 2024-03-31 19:43:42.000000000Z |
2024-03-31 02:02:18.000000000Z | |
create and publish a dagger module for goff on the [daggerverse]([LINK]). | 2024-03-31 09:39:21.000000000Z |
i want to point to a strange behavior in how the implicit package calculates evaluation metrics. in particular, precision[USER] should decrease as [CODE] increases. however, for the dataset that we tested, precision[USER] calculated via [CODE] increases with [CODE]. upon checking the code, the reason for this behavior is due to [line 444]([LINK]) ([CODE]) in [CODE]. if the number of items that the user likes is smaller than [CODE], the code effectively truncates the denominator to the number of liked items while the numerator, which is the number of relevant/true recommended items, can increase as `increases. i don't understand why precision[USER] is calculated in this package in such a manner. i have not found any other reference for this formula. other packages tested with our dataset generated precision[USER] that decreases with k. if there is a reason or reference for this approach, please share. if this is indeed an error, there are other occurrences of this truncation in [here]([LINK]) and [here]([LINK]) which should be fixed too as they introduce error i the calculation of ndcg[USER]. | 2024-03-31 23:39:56.000000000Z |
- | 2024-03-31 07:11:05.000000000Z |
come up with a better name for the project.. | 2024-03-31 22:51:30.000000000Z |
in [[CODE]]([LINK] ), danbs ([LINK]) was **down**: - http code: 404 - response time: 182 ms | 2024-03-31 20:25:07.000000000Z |
when running [CODE] in the presence of multiple gpus the multiple gpus are automatically detected and used. the output from these runs differs from runs with a single gpu in terms of the numbers and positions of the predicted boxes. this can be confirmed with the following reprex: [CODE] running on an interactive instance with 1 gpu (on the hipergator) we get: [CODE] running on an interactive instance with 2 gpu's we get: [CODE] this shows two issues: 1. there are fewer boxes on 2 gpus than on 1 gpu 2. the boxes are shifted. compare the last two rows. they have the same scores and y coordinates, but the x coordinates are reduced by 100 when running on 2 gpus. line 2 on 1 gpu and line 1 on 2 gpus are likely also the same tree and demonstrate a more complex shift in positions near 0,0. this issue was discovered by [USER], i'm just helping by putting together the reprex. | 2024-03-31 18:53:25.000000000Z |
### so, what is it about? examine the problem.txt file in the easy/day 8 folder and work out the question. ### code of conduct - [x] i agree to follow this project's code of conduct | 2024-03-31 18:37:28.000000000Z |
it would be very helpful to be able to export the uris from a google export, so that they could be imported in a batch into freeotp+ or other authenticators that accept lists of uris. as it is, i think the only way to do this is to export the qr codes for each entity, then extract the uris from those with a camera. thanks in any case for this very useful project. | 2024-03-31 20:55:15.000000000Z |
make sure that the navigation between each of the basic pages is seamless and correct (i.e. that when a user clicks to go to x page, they go to x page) | 2024-03-31 04:45:08.000000000Z |
 i'm new to this. what is this error? is it related to the sdk or am i doing something wrong (google translator) | 2024-03-31 21:14:52.000000000Z |
add reporting download status to the user (useful for big files) | 2024-03-31 10:44:20.000000000Z |
can someone help me with figuring out how i can pass, say 3 widgets to the animated sampler and the callback would return 3 images which i would then use in my animatedsampler? | 2024-03-31 11:34:27.000000000Z |
in [[CODE]]([LINK] ), cashline java - dev ([LINK]) was **down**: - http code: 0 - response time: 0 ms | 2024-03-31 21:42:45.000000000Z |
i am only doing on foot missions currently and i very often see this: i do something which consumes materials, like upgrading a rifle, and the helper does still show other recipes as green, as if the materials were there. i need to go to the main menu with elite and "continue" with solo again to see the correct data. | 2024-03-31 20:44:53.000000000Z |
\ **user id: (not logged user)** **version:** 0.10.1.5 beta release-619 **steps to reproduce:** 1. setup an automatic loom 2. press the hammer icon for specific variations on the weave cotton bunting (large or small) recipe at an automatic loom 3. versions other than the default red one will cost only tailoring labor **expected behavior:** it should cost as much as the default red one **actual behavior:** instead of actually taking resources it only takes a little bit of tailoring labor **do you have mods installed? does the issue happen when no mods are installed?:** i don't have mods installed. **please provide log files. instruction is here [LINK] [player.log]([LINK]) [player-prev.log]([LINK]) | 2024-03-31 17:18:18.000000000Z |
## new errors detected see [latest scan details ]([LINK]) - [ ] please fix | 2024-03-31 13:17:23.000000000Z |
*title*: *handling response headers/trailers in connectioncallbacks::onevent(remote/localclose) vs dtor of network filter* *description*: i'm trying to understand which operations happen between connectioncallbacks::onevent(connectionevent::remoteclose/localclose) and the destructor of network filters being called, i mean can i assume that the destruction of network filters is done immediately after onevent finish, or some operations happen in between, and if so which kind of operations can happen? more context about my question: i'm using "tcp tunneling over http" feature in tcpproxy filter with the following two options: propagate_response_headers & propagate_response_trailers and i want to read headers/trailers from filterstate at the end of the connection. should i handle response headers/trailers in onevent callback (assuming they will not be received in any way after that) or should i wait in that to the destructor of network filter? i've tried to understand what happens when envoy gets a reset from downstream -> connectionimpl::onfileevent is called which includes a call for connectioncallbacks::onevent and adding items to deferred deletion list, then dispatcherimpl::deferreddelete is called which incluses destruction of network filters, but i'm not sure if in some situations can something happen between connectionimpl::onfileevent and dispatcherimpl::deferreddelete?  | 2024-03-31 08:01:08.000000000Z |
currently, the hash label used to play silent audio is [CODE]. however, this seems like an arbitrary choice and is potentially an invalid one at that, as [CODE] should expect a [CODE] hash and not a [CODE] hash. a better choice of an argument would be [CODE]. | 2024-03-31 06:29:19.000000000Z |
for some reason, android64 isn't able to update. can you fix please. | 2024-03-31 14:54:04.000000000Z |
in [[CODE]]([LINK] ), ms - worker-pos ($ms_worker_pos_url) was **down**: - http code: 404 - response time: 211 ms | 2024-03-31 09:52:26.000000000Z |
in [[CODE]]([LINK] ), otakusan ([LINK]) was **down**: - http code: 0 - response time: 0 ms | 2024-03-31 02:52:00.000000000Z |
### issue url (incorrect blocking) [[LINK]) username: [CODE] ### screenshots screenshot 1  screenshot 1 with adguard disabled  ### system configuration information | value --- | --- adguard product: | adguard browser extension v4.3.35 system version: | windows 11 browser: | opera stealth mode options: | strip urls from tracking parameters, hide your search queries, send do-not-track header, self-destructing third-party cookies (2880), block trackers filters: | ad blocking: adguard base, adguard mobile ads, easylist privacy: adguard tracking protection, adguard url tracking, easyprivacy, peter lowe's blocklist, fanboy's anti-facebook list, fanboy's anti-thirdparty fonts, legitimate url shortener social widgets: adguard social media, fanboy's social blocking list annoyances: adguard annoyances, adguard cookie notices, adguard popups, adguard mobile app banners, adguard other annoyances, adguard widgets, fanboy's annoyances, adblock warning removal list, easylist cookie list, dandelion sprout's annoyances list security: online malicious url blocklist, nocoin filter list other: adguard dns language-specific: adguard russian, adguard german, adguard turkish, ru adlist: counters | 2024-03-31 13:58:52.000000000Z |
### extension [LINK] ### description as the title explain, it would be nice to have a command or an option to the search command to look by tag or filter. i have tried to search by tag with [CODE] as it was my natural intuition but nothing showed up. maybe search by tag by starting with an hash [CODE] and search by filter by starting with an [CODE]? ### who will benefit from this feature? power ticktick users that have many filters and tags ### anything else? _no response_ | 2024-03-31 16:03:28.000000000Z |
hello, i'm the maintainer of erdantic, and i found your project through github's [reverse dependencies tracking]([LINK]). i just wanted to let you know that erdantic v1.0.0 is coming soon. it's currently available as a pre-release version and can be installed with [CODE]. from a quick code search of this repository, below is the code that i found that uses erdantic. as far as i can tell, there shouldn't be any breaking changes for you, so your existing code should continue to work [LINK] there are a few visual changes that you may notice—these are documented [here]([LINK]). you might also be interested in some new functionality that lets you more easily customize diagrams, documented [here]([LINK]/). any feedback and testing would be much appreciated! thanks for using erdantic. | 2024-03-31 02:37:28.000000000Z |
in [[CODE]]([LINK] ), do53 roost ipv4 udp ([LINK]) was **down**: - http code: 0 - response time: 0 ms | 2024-03-31 21:18:32.000000000Z |
### did you check the tree-sitter docs? - [ ] i have read all the [tree-sitter docs]([LINK]) if it relates to using the parser ### is your feature request related to a problem? please describe. the latest tagged release is from august 2023. please release a new version. ### describe the solution you'd like . ### describe alternatives you've considered . ### additional context _no response_ | 2024-03-31 22:04:12.000000000Z |
when building a [CODE] the editor complains about the return type:  so i figured i'll provide strongly typed objects but it seems like the types are not included in the [CODE] package?  is this by intension and what would be the right workaround? | 2024-03-31 22:30:10.000000000Z |
### describe the bug after updating, when i try to run a exl2 model at 8 bpw on my 8gb graphics card using 4bit cache with 8192 context, it says out of memory when it was working fine before i updated ooba. ### is there an existing issue for this? - [x] i have searched the existing issues ### reproduction i have no idea if it is reproducible for anyone else ### screenshot  ### logs [CODE] ### system info [CODE] | 2024-03-31 23:45:49.000000000Z |
**describe the bug** json body in http pieces from 0.18 template not importing in properly in v0.21 | 2024-03-31 02:57:01.000000000Z |
### describe the bug no able to save setting after update to jellyfin 10.8.13. the screen will flashback to nothing selected after save. ### jellyfin installation method docker ### container image and tag nyanmisaka/jellyfin:latest ### operating system synology ds920+ ### support bundle its emtpy ### jellyfin logs _no response_ | 2024-03-31 13:20:39.000000000Z |
in [[CODE]]([LINK] ), auth server httpd ([LINK]) was **down**: - http code: 0 - response time: 0 ms | 2024-03-31 18:00:02.000000000Z |
can you add me code owner to this project? i'm from tea community | 2024-03-31 04:32:41.000000000Z |
prompt user to update app, when new app version is released. [LINK] | 2024-03-31 09:20:00.000000000Z |
in [[CODE]]([LINK] ), de server (de1.elteam.ir) was **down**: - http code: 0 - response time: 0 ms | 2024-03-31 19:41:35.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 07:11:16.000000000Z |
down | 2024-03-31 16:24:38.000000000Z |
## cve-2024-28237 - medium severity vulnerability vulnerable library - octoprint-1.8.3-py2.py3-none-any.whl the snappy web interface for your 3d printer library home page: publish date: 2024-03-18 url: cvss 3 score details ( 4.0 ) base score metrics: - exploitability metrics: - attack vector: local - attack complexity: low - privileges required: high - user interaction: required - scope: unchanged - impact metrics: - confidentiality impact: low - integrity impact: low - availability impact: low for more information on cvss3 scores, click release date: 2024-03-18 fix resolution: octoprint - 1.10.0 *** step up your open source security game with mend [here]([LINK]) | 2024-03-31 01:04:58.000000000Z |
[LINK] uisealed class | 2024-03-31 07:10:03.000000000Z |
### is there an existing issue for this? - [x] i have searched the existing issues ### task description perform the following * add more unit testing (towards the goal of achieving >90% coverage) * bump version to release candidate 0 | 2024-03-31 18:29:58.000000000Z |
standard types are briefly mentioned in ["script keywords"]([LINK]), but i think users would expect a separate article with "types" in the title. there's also ["standard types"]([LINK]), but it very unexpectedly mentions only "point". | 2024-03-31 10:16:25.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 15:13:48.000000000Z |
**describe the bug** none of app password owned by other users can by accessed by any action using /core/tokens/{identifier}/. i have given the service account accessing the api the following permissions update: i gave the service account permission to impersonate as other users, but when i try to access the impersonate api, it says i don't have permission authentik core -- | token | can add token | | token | can change token | | token | can view token | | token | can delete token | | token | view token's key | | user | can view user | **to reproduce** use /core/tokens/{identifier}/ to access an app password (not expired atm, not managed by authentik), with any method (get, put, delete...) **expected behavior** expected to return app password information **screenshots** **logs** authentik-authentik-server-1 | {"auth_via": "api_token", "event": "/api/v3/core/tokens/wifi-qi /", "host": "authentik. .com", "level": "info", "logger": "authentik.asgi", "method": "get", "pid": 128965, "remote": "192.168.5.112", "request_id": "[HASH]", "runtime": 43, "scheme": "https", "status": 404, "timestamp": "2024-01-22t09:53:27.981847", "user": "airflow", "user_agent": "mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/120.0.0.0 safari/537.36 opr/106.0.0.0"} **version and deployment (please complete the following information):** - authentik version: 2023.10.6 - deployment: docker-compose **additional context** add any other context about the problem here. | 2024-03-31 01:47:38.000000000Z |
## cve-2021-44906 - critical severity vulnerability vulnerable library - minimist-1.2.5.tgz parse argument options library home page: found in base branch: main vulnerability details minimist <=1.2.5 is vulnerable to prototype pollution via file index.js, function setkey() (lines 69-95). publish date: 2022-03-17 url: cvss 3 score details ( 9.8 ) base score metrics: - exploitability metrics: - attack vector: network - attack complexity: low - privileges required: none - user interaction: none - scope: unchanged - impact metrics: - confidentiality impact: high - integrity impact: high - availability impact: high for more information on cvss3 scores, click release date: 2022-03-17 fix resolution (minimist): 1.2.6 direct dependency fix resolution ([USER]/cli-service): 4.5.14 *** step up your open source security game with mend [here]([LINK]) | 2024-03-31 02:26:37.000000000Z |
[CODE] gleam 1.0.0 installed via homebrew the server seems to run ok when starting via cli. am i missing a vscode setting? is there any way i can debug what it can't find? | 2024-03-31 17:03:21.000000000Z |
## issue heading - : login ## implementations list - [ ] login - [ ] login ## dead-line - : 2024.03.31 ## additional comments - - | 2024-03-31 14:33:41.000000000Z |
vulnerable library - verdaccio-5.29.0.tgz path to dependency file: /package.json path to vulnerable library: /package.json ## vulnerabilities | cve | severity | cvss | dependency | type | fixed in (verdaccio version) | remediation possible** | | ------------- | ------------- | ----- | ----- | ----- | ------------- | --- | | [cve-2024-29041]([LINK]) | medium | 6.1 | express-4.18.2.tgz | transitive | n/a* | ❌ | *for some transitive vulnerabilities, there is no version of direct dependency with a fix. check the "details" section below to see if there is a version of transitive dependency where vulnerability is fixed. **in some cases, remediation pr cannot be created automatically for a vulnerability despite the availability of remediation ## details cve-2024-29041 ### vulnerable library - express-4.18.2.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: express - 4.19.0 step up your open source security game with mend [here]([LINK]) | 2024-03-31 07:10:15.000000000Z |
### steps to reproduce 1. pin message 2. edit it 3. make sure the preview hasn't been updated ### expected behaviour it will update ### actual behaviour it doesn't update ### operating system macos ### version of telegram desktop 10.9.1.260779 appstore ### installation source mac app store ### crash id _no response_ ### logs _no response_ | 2024-03-31 08:32:30.000000000Z |
in [[CODE]]([LINK] ), hjstrauss ([LINK]) was **down**: - http code: 0 - response time: 0 ms | 2024-03-31 15:18:38.000000000Z |
### is there an existing issue for this? - [x] i have searched the existing issues ### package ecosystem maven ### package manager version n/a ### language version java 21 ### manifest location and content before the dependabot update [LINK] ### dependabot.yml content n/a ### updated dependency n/a ### what you expected to see, versus what you actually saw dependabot job hangs and runs forever, cannot cancel ### native package manager behavior _no response_ ### images of the diff or a link to the pr, issue, or logs _no response_ ### smallest manifest that reproduces the issue _no response_ | 2024-03-31 07:32:11.000000000Z |
i want to explain the challenge new users face before adopting your wonderful product. this challenge will no doubt slow the adoption of your product among streamers, who are sometimes less tech savvy than their audience. every question i'm asking below is a chance for a new, non-technical user to give up and walk away from your product before even trying it out. many of them will not be familiar enough with github to even open a new issue. i am installing this plugin for the first time, and this is the first plugin i've tried to use with obs, so i'm especially qualified to write this bug report. in 10 minutes, when i have used my black-belt tech-fu to attack this challenge, i will lose the ability to ask these questions properly, so i've held off on doing any research to solve my own problem. i have the following questions, which should be answered by the installation wiki or the usage wiki. currently, they are not, and it requires technical expertise or familiarity with your product to answer each of them. * how do i verify that the plugin is installed correctly? should i expect any ui changes to my obs instance? new menus? new sources? new ...? a few screenshots would be nice. once i install it correctly and find your plugin ui, i have no more need of this. however, if i've installed it incorrectly, i won't know that i've done it wrong, because i have no way to get feedback about it. * where and how do i install the presets? the usage page instructs me to unzip the preset files, but doesn't say where. does it matter where? it also doesn't say what the next step is to install or use them. will your plugin automatically scan my [CODE] folder? will it prompt me to choose a location? i don't know. if i knew the knew the next step, i could guess where to unzip the files and whether it matters where. * how do i find this plugin within obs? i have never used an obs plugin before, so i have no idea what the convention is. because i'm familiar with installing plugins for other software, i have some good guesses. not everyone will. * how do i go through the _most basic_ workflow to get something to show up in my stream or recording? you've got some documentation for advanced cases on the usage page already, which is great for when i'm ready to get advanced. what i need first, though, is the minimum necessary steps to get anything to happen at all. is it turned on by default? will it find my presets and pick one automatically? where do i change the settings if the defaults aren't working for me? | 2024-03-31 15:33:10.000000000Z |
list colors and fonts to be used for dev | 2024-03-31 23:55:19.000000000Z |
my image is to big and dompdf puts an empty page in front off. [CODE] | 2024-03-31 00:41:57.000000000Z |
in [[CODE]]([LINK] ), server gaming ([LINK]) was **down**: - http code: 403 - response time: 977 ms | 2024-03-31 21:56:35.000000000Z |
**describe the bug** --------------------- i have a gigabyte x670e aorus extreme motherboard, and i have 2 cpu fans on my deepcool air cpu cooler for the cpu. i have 1 exhaust fan and i also have 6 case fans. 3 on top and 3 in the front of the case. fan control only see's 1 fan (i don't know which one that is) and the nvidia card fan. i don't know why fan control doesn't see all my other fans. they are all 120mm **is there a log.txt file next to fancontrol.exe with recent date entries?** -------------------------------------------------------------------------- there is no log.txt file in the folder. **relevant hardware specs and setup** --------------------------------------- deepcool assassin 4 dual fan gigabyte x670e aorus extreme motherboard (where the 7 case fans are all plugged into). the cpu dual 120mm fans are plugged into the normal fan header for cpu fans. gforce gtx-1070-ti - (yaya, i know its an old outdated card, i am saving up & waiting for the price to drop for the 7900xtx.) screenshot: ------------  thanks for reading, its greatly appreciated. | 2024-03-31 08:15:12.000000000Z |
in [[CODE]]([LINK] ), gipi financial ([LINK]) was **down**: - http code: 503 - response time: 302 ms | 2024-03-31 17:29:00.000000000Z |
the scripted library component "counter n bit" should return to 0 after having reached its max value. | 2024-03-31 13:01:52.000000000Z |
### plugin description go to top message of the channel you're viewing ### existing plugin for other mod [LINK] ### request agreement - [x] i read the above and made sure my plugin is possible and allowed - [x] i checked the [existing plugins]([LINK]) and made sure my plugin doesn't already exist - [x] i [searched the existing issues]([LINK]) and made sure a similar request doesn't already exist | 2024-03-31 15:22:55.000000000Z |
### describe the bug [CODE] ### steps to reproduce the issue start run.bat ### expected behaviour install? ### downloaded build of wsa wsa_2311.40000.5.0_x64 ### windows build number 22635.3350 ### pc specification (normal pc, obviously irrelevant) ### additional context _no response_ | 2024-03-31 18:07:20.000000000Z |
log: [CODE] . i think this is because [scripts/recipes/mods/lc.zs line 15]([LINK]) missing a ";" . | 2024-03-31 04:36:57.000000000Z |
### update disclaimer - [x] yes, i have checked and my issue is not related to the game updating and plugins not working correctly. ### what did you do? i've been having issues with the launcher starting up. i get this long error. i've tried everything i can think of, including uninstalling everything related to the launcher. when i go to reinstall, i'm still getting the same error. i can't seem to get any help for this.  ### platform windows ### wine/proton runner version _no response_ ### relevant log output [CODE] | 2024-03-31 09:18:27.000000000Z |
remove the tag that is holding the img links, image is already within a card. probably don't need the tag? | 2024-03-31 03:26:30.000000000Z |
## description - ! | 2024-03-31 14:03:41.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:21 environnement: staging | 2024-03-31 09:56:05.000000000Z |
2024-03-31 18:55:12.000000000Z | |
in [[CODE]]([LINK] ), cashline tomcat - dev ([LINK]/) was **down**: - http code: 0 - response time: 0 ms | 2024-03-31 14:50:56.000000000Z |
## cve-2023-52445 - high severity vulnerability vulnerable library - linux-stable-rtv4.1.33 julia cartwright's fork of linux-stable-rt.git library home page: found in base branch: master vulnerable source files (2) /drivers/media/usb/pvrusb2/pvrusb2-context.c /drivers/media/usb/pvrusb2/pvrusb2-context.c vulnerability details in the linux kernel, the following vulnerability has been resolved: media: pvrusb2: fix use after free on context disconnection upon module load, a kthread is created targeting the pvr2_context_thread_func function, which may call pvr2_context_destroy and thus call kfree() on the context object. however, that might happen before the usb hub_event handler is able to notify the driver. this patch adds a sanity check before the invalid read reported by syzbot, within the context disconnection call stack. publish date: 2024-02-22 url: cvss 3 score details ( 7.8 ) base score metrics: - exploitability metrics: - attack vector: local - attack complexity: low - privileges required: low - user interaction: none - scope: unchanged - impact metrics: - confidentiality impact: high - integrity impact: high - availability impact: high for more information on cvss3 scores, click release date: 2024-02-22 fix resolution: v4.19.306,v5.4.268,v5.10.209,v5.15.148,v6.1.75,v6.6.14,v6.7.2 *** step up your open source security game with mend [here]([LINK]) | 2024-03-31 00:58:58.000000000Z |
for each tablet, make a different dropdown list and merge teams and match into one dropdown menu alleviating the problem of scouting the wrong match as each tablet will have a different team that must be scouted | 2024-03-31 01:02:52.000000000Z |
the code: [CODE] the result:  i don't know what's the exact problem i met. i can't see response body (json) from the gemini api. related: [LINK] and [LINK] | 2024-03-31 14:43:53.000000000Z |
in [[CODE]]([LINK] ), immich ([LINK]) was **down**: - http code: 530 - response time: 88 ms | 2024-03-31 19:24:55.000000000Z |
sentry issue: [uc-helper-express-6rb]([LINK]/) [CODE] this issue was automatically created by sentry via [open github issue]([LINK]/) | 2024-03-31 01:17:56.000000000Z |
hi, since the version 1.16, i'm no longer able to connect to my remote server. the server configuration is correct from the plugin but whenever i try to connect, the plugin try to connect to the default local ip instead according to the log. 2024-03-27 22:47:05,832 info extension initialized, version: 1.16.0, python: 3.11.8 (main, mar 26 2024, 12:26:07) [gcc 13.2.0] 2024-03-27 22:47:05,833 info loading settings from /home/agolinux/.local/share/krita/ai_diffusion/settings.json 2024-03-27 22:47:06,334 info connecting to [LINK] 2024-03-27 22:47:06,415 info found controlnet model inpaint for sd 1.5: control_v11p_sd15_inpaint.pth 2024-03-27 22:47:06,415 info found controlnet model scribble for sd 1.5: control_lora_rank128_v11p_sd15_scribble_fp16.safetensors 2024-03-27 22:47:06,415 info found controlnet model scribble for sd xl: sai_xl_sketch_256lora.safetensors 2024-03-27 22:47:06,415 info found controlnet model line_art for sd 1.5: control_v11p_sd15_lineart.pth 2024-03-27 22:47:06,415 info found controlnet model line_art for sd xl: sai_xl_sketch_256lora.safetensors 2024-03-27 22:47:06,415 info found controlnet model soft_edge for sd 1.5: control_v11p_sd15_softedge.pth 2024-03-27 22:47:06,415 info found controlnet model canny_edge for sd 1.5: control_v11p_sd15_canny.pth 2024-03-27 22:47:06,416 info found controlnet model canny_edge for sd xl: sai_xl_canny_256lora.safetensors 2024-03-27 22:47:06,416 info found controlnet model depth for sd 1.5: control_lora_rank128_v11f1p_sd15_depth_fp16.safetensors 2024-03-27 22:47:06,416 info found controlnet model depth for sd xl: sai_xl_depth_256lora.safetensors 2024-03-27 22:47:06,416 info found controlnet model normal for sd 1.5: control_lora_rank128_v11p_sd15_normalbae_fp16.safetensors 2024-03-27 22:47:06,416 info found controlnet model pose for sd 1.5: control_lora_rank128_v11p_sd15_openpose_fp16.safetensors 2024-03-27 22:47:06,416 info found controlnet model pose for sd xl: thibaud_xl_openpose_256lora.safetensors 2024-03-27 22:47:06,416 info found controlnet model segmentation for sd 1.5: control_lora_rank128_v11p_sd15_seg_fp16.safetensors 2024-03-27 22:47:06,416 info found controlnet model blur for sd 1.5: control_lora_rank128_v11f1e_sd15_tile_fp16.safetensors 2024-03-27 22:47:06,416 info optional controlnet model blur for sd xl not found (search path: ttplanetsdxlcontrolnet, ttplanet_sdxl_controlnet_tile_realistic) 2024-03-27 22:47:06,416 info found controlnet model stencil for sd 1.5: control_v1p_sd15_qrcode_monster.safetensors 2024-03-27 22:47:06,416 info found controlnet model hands for sd 1.5: control_sd15_inpaint_depth_hand_fp16.safetensors 2024-03-27 22:47:06,416 info found controlnet model hands for sd xl: sai_xl_depth_256lora.safetensors 2024-03-27 22:47:06,416 info found clip vision model ip_adapter for all: sd1.5/model.safetensors 2024-03-27 22:47:06,416 info found ip-adapter model reference for sd 1.5: ip-adapter_sd15.safetensors 2024-03-27 22:47:06,416 info found ip-adapter model reference for sd xl: ip-adapter_sdxl_vit-h.safetensors 2024-03-27 22:47:06,416 info found ip-adapter model face for sd 1.5: ip-adapter-faceid-plusv2_sd15.bin 2024-03-27 22:47:06,416 info found ip-adapter model face for sd xl: ip-adapter-faceid-plusv2_sdxl.bin 2024-03-27 22:47:06,416 info found upscale model default for all: 4x_nmkd-superscale-sp_178000_g.pth 2024-03-27 22:47:06,416 info found upscale model fast_2x for all: omnisr_x2_div2k.safetensors 2024-03-27 22:47:06,416 info found upscale model fast_3x for all: omnisr_x3_div2k.safetensors 2024-03-27 22:47:06,416 info found upscale model fast_4x for all: omnisr_x4_div2k.safetensors 2024-03-27 22:47:06,417 info found inpaint model default for all: mat_places512_g_fp16.safetensors 2024-03-27 22:47:06,417 info found inpaint model fooocus_head for sd xl: fooocus_inpaint_head.pth 2024-03-27 22:47:06,417 info found inpaint model fooocus_patch for sd xl: inpaint_v26.fooocus.patch 2024-03-27 22:47:06,417 info found lora model lcm for sd 1.5: lcm-lora-sdv1-5.safetensors 2024-03-27 22:47:06,417 info found lora model lcm for sd xl: lcm-lora-sdxl.safetensors 2024-03-27 22:47:06,417 info found lora model face for sd 1.5: ip-adapter-faceid-plusv2_sd15_lora.safetensors 2024-03-27 22:47:06,417 info found lora model face for sd xl: ip-adapter-faceid-plusv2_sdxl_lora.safetensors 2024-03-27 22:47:06,514 info sd 1.5: supported 2024-03-27 22:47:06,514 info sd xl: supported 2024-03-27 22:47:20,803 info connecting to [LINK] 2024-03-27 22:47:23,372 info connecting to [LINK] 2024-03-27 22:47:23,574 info connecting to [LINK] 2024-03-27 22:47:23,752 info connecting to [LINK] 2024-03-27 22:47:23,935 info connecting to [LINK] 2024-03-27 22:47:24,113 info connecting to [LINK] 2024-03-27 22:47:24,293 info connecting to [LINK] | 2024-03-31 12:18:55.000000000Z |
in [[CODE]]([LINK] ), lm bogen wsv ([LINK]) was **down**: - http code: 0 - response time: 0 ms | 2024-03-31 19:53:35.000000000Z |
left | 2024-03-31 16:54:30.000000000Z |
[USER] aide moi à corriger cette erreur ## détail de l'erreur message: sqlstate[42s22]: column not found: 1054 unknown column 'data.sector' in 'where clause' (connection: mysql, sql: select * from [CODE] where [CODE].[CODE] = app\models\user\user and [CODE].[CODE] = 12 and [CODE].[CODE] is not null and [CODE] is null and [CODE].[CODE] = news order by [CODE] desc limit 5) contexte: [{}] niveau: error date: 2024-03-31 13:22:00 environnement: local | 2024-03-31 12:10:34.000000000Z |
# node.js and express ### what is express js ? express.js is a minimalist and flexible node.js web application framework that provides a robust set of features for building web and mobile applications. it is designed to make it easier to write server-side web applications in javascript by providing a simple yet powerful api for handling http requests and responses, routing, middleware, and more. **step 1 — setting up the project** first, open your terminal window and create a new project directory: [CODE] then, navigate to the newly created directory: [CODE] at this point, you can initialize a new npm project: [CODE] next, you will need to install the express package: [CODE] at this point, you have a new project ready to use express. **step 2 — creating an express server** now that express is installed, create a new server.js file and open it with your code editor. then, add the following lines of code: [CODE] the first line here is grabbing the main express module from the package you installed. this module is a function, which we then run on the second line to create our app variable. you can create multiple apps this way, each with its own requests and responses. [CODE] these lines of code is where we tell our express server how to handle a get request to our server. express includes similar functions for post, put, etc. using app.post(...), app.put(...), etc. these functions take two main parameters. the first is the url for this function to act upon. in this case, we are targeting '/', which is the root of our website: in this case, localhost:3000. the second parameter is a function with two arguments: req, and res. req represents the request that was sent to the server; we can use this object to read data about what the client is requesting to do. res represents the response that we will send back to the client. here, we are calling a function on res to send back a response: 'successful response.'. [CODE] finally, once we"ve set up our requests, we must start our server! we are passing 3000 into the listen function, which tells the app which port to listen on. the function passed in as the second parameter is optional and runs when the server starts up. this provides us some feedback in the console to know that our application is running. revisit your terminal window and run your application: [CODE] then, visit localhost:3000 in your web browser. your browser window will display: 'successful response'. your terminal window will display: 'example app is listening on port 3000.'. and there we have it, a web server! however, we definitely want to send more than just a single line of text back to the client. let"s briefly cover what middleware is and how to set this server up as a static file server! **step 3 — using middleware** with express, we can write and use middleware functions, which have access to all http requests coming to the server. these functions can: - execute any code. - make changes to the request and the response objects. - end the request-response cycle. - call the next middleware function in the stack. we can write our own middleware functions or use third-party middleware by importing them the same way we would with any other package. let"s start by writing our own middleware, then we"ll try using some existing middleware to serve static files. to define a middleware function, we call app.use() and pass it a function. here"s a basic middleware function to print the current time in the console during every request: [CODE] the next() call tells the middleware to go to the next middleware function if there is one. this is important to include at the end of our function - otherwise, the request will get stuck on this middleware. we can optionally pass a path to the middleware, which will only handle requests to that route. for example: [CODE] by passing '/request-type' as the first argument to app.use(), this function will only run for requests sent to localhost:3000/request-type. revisit your terminal window and run your application: [CODE] then, visit localhost:3000/request-type in your web browser. your terminal window will display the timestamp of the request and 'request type: get'. now, let"s try using existing middleware to serve static files. express comes with a built-in middleware function: [express.static]([LINK]). we will also use a third-party middleware function, [serve-index]([LINK]), to display an index listing of our files. first, inside the same folder where the express server is located, create a directory named public and put some files in there. then, install the package serve-index: [CODE] first, import the serve-index package at the top of the server file. then, include the express.static and serveindex middlewares and tell them the path to access from and the name of the directory: [CODE] now, restart your server and navigate to localhost:3000/public. you will be presented with a listing of all your files! ### conclusion express.js, the minimalist web framework for node.js, empowers developers with a powerful toolkit to streamline the creation of web applications and apis. its simplicity and intuitive api make it accessible to developers of all levels, facilitating rapid development without compromising on flexibility. with its middleware architecture, express.js promotes modularization of application logic, enabling easy integration of additional functionality at various stages of the request-response cycle. this lightweight and efficient framework is renowned for its performance, ensuring fast response times and scalability even in high-demand environments. supported by a vibrant community and a rich ecosystem of plugins and extensions, express.js offers comprehensive documentation and ample support resources, making it the framework of choice for building modern, scalable, and feature-rich web solutions in the node.js ecosystem. | 2024-03-31 08:52:40.000000000Z |
## détail de l'erreur message: there are no commands defined in the "reverb" namespace. contexte: [{}] niveau: error date: 2024-03-31 11:53:52 environnement: staging | 2024-03-31 09:53:55.000000000Z |
2024-03-31 02:47:41.000000000Z | |
## aws.tf - ensure that s3 bucket has cross-region replication enabled violation detected in /aws.tf:[1-25] :page_with_curl: file type: terraform :no_entry: details - ensure that s3 bucket has cross-region replication enabled | 2024-03-31 11:32:57.000000000Z |
# problem when someone submits a transaction to reduce someone's tokens, there needs to be approval before the transaction is allowed. otherwise, someone nefarious might be able to find a way to charge someone that shouldn't be charged. # design - [ ] when transaction is created, an email should be sent, asking the scholar to approve or reject - [ ] the person who created the transaction should be notified of the decision | 2024-03-31 20:27:24.000000000Z |
currently, canio is in there as caino. makes it difficult to search for if you didn't know about the typo. | 2024-03-31 02:13:46.000000000Z |
in [[CODE]]([LINK] ), namematching service ([LINK]) was **down**: - http code: 0 - response time: 0 ms | 2024-03-31 04:27:06.000000000Z |
please check if the time in [CODE] file is synchronized with world clocks [HASH] and if there are any other issues in the repo. | 2024-03-31 01:12:05.000000000Z |
add decoding of 'unknown_0xxx' commands when capturing from a mihome hub or another instance; useful for energenie-sniffer. missing so far are: a3 (exercise_valve) a5 (valve_state) | 2024-03-31 09:47:18.000000000Z |
hi [USER]-krishna , wonder if i can specify the output files (.pdb and .pt) to specified path not just under current location. thanks. | 2024-03-31 21:34:29.000000000Z |
in [[CODE]]([LINK] ), polkadot.w3f.community/candidate/address ([LINK]) was **down**: - http code: 0 - response time: 0 ms | 2024-03-31 17:42:40.000000000Z |
fw update error to request that ts is closed | 2024-03-31 17:09:53.000000000Z |
seems the most recent commit only support solana-program < 15? which will render many conflicts when anchor build. e.g. error: package [CODE] cannot be built because it requires rustc 1.73.0 or newer, while the currently active rustc version is 1.72.0-dev either upgrade to rustc 1.73.0 or newer, or use cargo update -p bumpalo[USER].15.3 --precise ver   | 2024-03-31 04:46:53.000000000Z |
some test scripts write files like demo_base_script.json need to make them simpler so i don't load the wrong file | 2024-03-31 15:08:40.000000000Z |
in [[CODE]]([LINK] ), thesceneplace ($tsp) was **down**: - http code: 404 - response time: 485 ms | 2024-03-31 10:40:55.000000000Z |
in [[CODE]]([LINK] ), hungarian ([LINK]) was **down**: - http code: 508 - response time: 1103 ms | 2024-03-31 08:57:50.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 06:18:24.000000000Z |
it shall not be possibe to use moneybox names twice. but update edpoint does not check if moneybox name already exist. todo: - [x] prevent updateing moneybox if name already exists in database | 2024-03-31 05:10:30.000000000Z |
in [[CODE]]([LINK] ), do53 roost ipv4 udp ([LINK]) was **down**: - http code: 0 - response time: 0 ms | 2024-03-31 02:38:32.000000000Z |
down | 2024-03-31 16:32:15.000000000Z |
hey, i think there is a typo: [LINK] [CODE] should be instead of [CODE]: [CODE] | 2024-03-31 04:21:22.000000000Z |
### is there an existing issue that is already proposing this? - [x] i have searched the existing issues ### is your feature request related to a problem? please describe it nope, no problems ### describe the solution you'd like when asked [CODE] can we have a point that says [CODE] that gives a resul of [CODE] ### teachability, documentation, adoption, migration strategy i'll be able to do the pr in both next.js and the docs ### what is the motivation / use case for changing the behavior? i have an api that exposes both because it's a business-to-business api, and our business cases show that some businesses will prefer to go for graphql while others will go for rest, but since we are not targetting consumers, we will incorporate both. i'm currently doing the structuring manually, if it seems like a nice feature, i'll happily give it a shot in your codebase. | 2024-03-31 03:39:20.000000000Z |
**version information:** - platform: windows 10 - version: 24.03 - build/commit: [HASH] **describe the bug** when attempting to clone a vehicle in the vehicle menu and the player does not have enough money, the ui element telling you the cost renders behind the window **to reproduce** steps to reproduce the behaviour: 1. open a vehicle window while having less money than the cost to build another 2. clone the vehicle 3. error will render behind vehicle window **expected behaviour** error message should display on top of window. **screenshots**  **additional context** when vehicle window is on the right edge of the screen, error message is not visible at all. | 2024-03-31 03:48:18.000000000Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.