input stringlengths 0 131k | created_at stringlengths 30 30 |
|---|---|
when playing a video, it will play normally for roughly a minute maybe two and then the 3ds will crash. not the app it's just a normal homebrewed o3ds and 0.5.3 was working just fine | 2024-03-31 01:45:52.000000000Z |
in [[CODE]]([LINK] ), hub ([LINK]) was **down**: - http code: 503 - response time: 124 ms | 2024-03-31 08:58:55.000000000Z |
this time focus on the benefits of using an rss aggregator. | 2024-03-31 10:07:47.000000000Z |
#bind event not working [CODE] | 2024-03-31 05:41:25.000000000Z |
in [[CODE]]([LINK] ), dns1.electro (ns1.elteam.ir) was **down**: - http code: 0 - response time: 0 ms | 2024-03-31 01:05:04.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 08:45:46.000000000Z |
in [[CODE]]([LINK] ), ojolink (ojolink.fr) was **down**: - http code: 0 - response time: 0 ms | 2024-03-31 11:02:18.000000000Z |
see a list [here]([LINK]) | 2024-03-31 09:33:16.000000000Z |
we are ready for your guess! simply place your 5 letter word guess in between the two brackets in the title and hit "submit new issue". please do not change the rest of the title. example: wordleguess|[hello] you will see your guess appear in the [readme]([LINK]) in roughly 45 seconds! thanks for playing! if you'd like to watch for when your guess appears you can watch for the action to complete [here!]([LINK]) | 2024-03-31 07:46:05.000000000Z |
i am importing an excel file which contains an undefined field: [CODE] this code is not removing the undefined row, even though it is identifying it as undefined | 2024-03-31 17:11:35.000000000Z |
same issue as with home screen. it does not rerender when clicking the reading list button. needs hard refresh to show correct reading list. | 2024-03-31 10:20:29.000000000Z |
## linux distribution and version gentoo ## flatpak version 1.6.1 ## description of the problem gtk flatpak apps have horrible fonts. see screenshot of some gtk3-demo window.  outside of flatpak fonts rendering works normal. nemo settings window for comparison:  on x11 gtk gets font rendering settings from xsettings. where does it get these settings on wayland? how do i set it up on flatpak? ## steps to reproduce 1. install any gtk application (the last i tried was flatseal, but sublime-text has the same issues) 2. start it 3. fonts are horrible | 2024-03-31 00:31:10.000000000Z |
in [[CODE]]([LINK] ), ojolink (ojolink.fr) was **down**: - http code: 0 - response time: 0 ms | 2024-03-31 08:58:01.000000000Z |
it is so interesting to integrate methods from dictionary learning based on images. however i can't find the relevant papers and i need it badly. so may i ask where i can find the relevant files? | 2024-03-31 08:45:38.000000000Z |
in [[CODE]]([LINK] ), cyconet.org ([LINK]) was **down**: - http code: 0 - response time: 0 ms | 2024-03-31 18:58:06.000000000Z |
thanks for your great work! when i use any outlook email (.live, .hotmail, outlook...) i get "is a invalid email" but it's valid and working well best regards mohammed al darwish | 2024-03-31 15:08:05.000000000Z |
its only sending session_start even in log in and out. [LINK] | 2024-03-31 14:13:24.000000000Z |
hi, thanks for this tool, its amazing. i mostly used this with [CODE] utils to proxy connection. however, udp does not seem to be working really well through proxy (i.e. socks). it'd be great to have [CODE] option if possible. thanks! | 2024-03-31 07:31:55.000000000Z |
our translation of inline collections to sql valuesexpression does not specify an identifier, making it impossible to use project in certain query contexts. flagged by [USER] in [LINK] | 2024-03-31 03:40:20.000000000Z |
hi, i'm trying out this new version of nvchad config. one immediate thing i noticed is that when i tried to uncomment the lines and enable italic comments in [CODE], it simply did not work :x | 2024-03-31 16:59:45.000000000Z |
in [[CODE]]([LINK] ), departamento ([LINK]/) was **down**: - http code: 0 - response time: 0 ms | 2024-03-31 15:44:03.000000000Z |
in [[CODE]]([LINK] ), service - downloads portal ([LINK]) was **down**: - http code: 0 - response time: 0 ms | 2024-03-31 22:30:50.000000000Z |
add a timer so that this can be used for timer portion of pbe as well | 2024-03-31 17:24:09.000000000Z |
# requirement right now, the session block which is responsible for showing success or error messages is duplicated. convert that into a livewire component | 2024-03-31 04:00:40.000000000Z |
in [[CODE]]([LINK] ), unifi ([LINK]) was **down**: - http code: 0 - response time: 0 ms | 2024-03-31 23:08:04.000000000Z |
in [[CODE]]([LINK] ), spcast / loadbalancer ([LINK]/) was **down**: - http code: 0 - response time: 0 ms | 2024-03-31 20:20:51.000000000Z |
make sounds better! | 2024-03-31 11:56:40.000000000Z |
# summary adding a fresh zip file with bin/cue files to the rom set verifies fine. however, conversion to chd and running the [CODE] command after results in the chd file silently being moved to the trash directory. # steps taken to reproduce #### starting off with a fresh rom directory: [CODE] #### importing single dreamcast game: [CODE] #### convert dreamcast set to chd: [CODE] #### verify contents of directory: [CODE] #### run check-roms command against dreamcast set: [CODE] #### at this point: 1) the web server shows the game as complete:  2) the chd file has been moved to the trash: [CODE] | 2024-03-31 07:47:01.000000000Z |
### what happened? while working in #6984, i have noticed that [CODE] functions such as [CODE] are declared in [CODE], but they are never built. the code that would build these functions is in [CODE], but this file is never included in a compilation unit that gets built (unlike [CODE] and [CODE], which are handled properly). the file [CODE] appears in [CODE], but i guess that this file is built for [CODE] because [CODE] is not defined. i see two options: 1. remove the [CODE] function definitions from [CODE] and the unused code from [CODE] (such as [CODE]). 2. fix the code in [CODE] so that the [CODE] functions get built. the file [CODE] would need to be built twice: once for [CODE] and another for [CODE]. my suggestion is to do 1, since i don't see a use case for the [CODE] functions. ### system information n/a ### gnu radio version 3.11-git (main) ### specific version 0.0.0.0 ### steps to reproduce the problem (look at the code) ### relevant log output _no response_ | 2024-03-31 12:15:57.000000000Z |
in [[CODE]]([LINK] ), assesor bkd ([LINK]) was **down**: - http code: 0 - response time: 0 ms | 2024-03-31 17:30:52.000000000Z |
new updates on head repo. [LINK] | 2024-03-31 09:04:00.000000000Z |
hi i found you have had implemented tp-link smart components already. so i hope it would be simple to make the same for shelly components. please take a look at [LINK]/ it would be really nice, because i have these components in my live streaming studio. what would i like to do about it? the absolute minimum that would be nice a lot: * switch the relay on / off / toggle * switch the light on / off / toggle * set the color of the light * feedback when relay/light is on / off * turn on / off the whole scene (nice to have) * amount of energy consumption (nice to have) thank you! :-) have a nice day! sueneé | 2024-03-31 16:20:33.000000000Z |
hi! for some versions of palemoon now, pinned tabs expand to normal tab width when loading. the last version of palemoon where the problem didn´t occur is 31.2.0.1. the position of the tab bar is not relevant. if i disable tab_utilities it works as intended, but i miss many function of your addon. :( i can reproduce it on two different systems, which also have, at least partly, different addons in palemoon. it would be really nice if you could look into it. regards, ironduke57 | 2024-03-31 22:40:32.000000000Z |
this command can update sent embeds with message id or message link [CODE] | 2024-03-31 21:54:29.000000000Z |
. . , . , /api/user/{username} . ? filterchain.dofilter(servletrequest, servletresponse); **_name for argument of type string not specified, and parameter name information not found in class file either_** | 2024-03-31 02:31:32.000000000Z |
hi unknown if this is good or bad. im gonna put missing commits, as evolution x is using systemuigoogle and crdroid and etc. is using only systemui.... no for evolution x: 31-03-2024 [revert "rmx1921: overlay: correct systemui apk name and path for pinn]([LINK]) this patch is not activated, becouse how we write in the beginning of this message, evolution x use different pinner list and othe custom rom use another.... if someone is compiling evolution x then he need to leave this patch as this patch is not for evolution x until they change. | 2024-03-31 21:58:12.000000000Z |
hi, first of all: you saved my life! i struggled really to get this running, as i am not used to php files at all and looked for hours where i am configuring the required values for: "datadirectory", "secret" and co. i was looking for a config file or .env to enter it, but nothing was given. till i finally found out after hours of serach, that i have to enter in the recover.php in the _middle_ of php file. see, here is the thing: this file has a huge readme at first explaining everything, but never said once, where you have to enter the data. as i am not familiar with php, i just "ignored" the rest of the file, once the code started (root cause...). would be helpful to add in the readme (and in the file itself) to show where the information has to be entered. it seems like i am the only one who has that problem, as i have not found anything in the issues section nor at google ;) second feature request would be to speed up things by adding multi threading support for decrypting. decrypting thousands of files and gigabyte takes ages single threaded. but again: thank you, you saved my life! | 2024-03-31 10:56:34.000000000Z |
in [[CODE]]([LINK] ), gipi financial ([LINK]) was **down**: - http code: 503 - response time: 446 ms | 2024-03-31 12:58:06.000000000Z |
the cast method has had a 250 items limit, i fixed that but i'm wondering if there are more methods with this limit? i'm thinking about keywords for example, however this still gives more than 250 items while keywords are paginated at imdb? so that limit is not on all methods, so far only cast and episode seems to have it | 2024-03-31 17:05:07.000000000Z |
### contact details _no response_ ### what happened? a bug happened!  thank you, ### version > 0.7 ### hosted on heroku ### relevant logs output _no response_ ### acknowledgement - [x] i have followed all of the above steps. | 2024-03-31 21:36:24.000000000Z |
to improve the usability of astro-shield, it would be good to support the generation of headers metadata specific for the netlify provider, so we can generate csp headers for static content. ## reference - see [LINK]/ | 2024-03-31 16:05:39.000000000Z |
when my players join the lobby, they only have access to the necessary commands ("/survival"). when they go to survival, they have survival and lobby commands. and if they return to the lobby, they have access to the survival commands in the lobby. basically, the commands accumulate with each access to a world. i use luckperm permissions with a world context to give access only where i want. paper 1.20.4 | 2024-03-31 01:13:14.000000000Z |
make bar charts and pie charts into real elements instead of images so that they can be styled, updated, and copy/pasted | 2024-03-31 03:40:48.000000000Z |
we have our own starter that brings sleuth + opentracing for our services(it uses spring boot 2.7.x and and openjdk 17.0.10), on local machine everythings works fine, we able to see correct traceids and spans, but in dev or prod k8s cluser, we are observing zeros traceid and spanid in logs. most of the request's logs are having zeroes instead of traceid. starter brings following dependencies: [CODE] logs of requests looks like: [CODE] i have been unable to reproduce the issue locally. while it is possible to localize the problem, it does not provide a clear understanding of the root cause. as i understand span and traces created by [CODE] which delegates it to [CODE]. it should creates [CODE] however, if creation of span fails, it creates an invalid span as [CODE]. we are seeking guidance on what may have been done incorrectly. any assistance would be greatly appreciated. | 2024-03-31 10:29:04.000000000Z |
vulnerable library - jquery-1.8.3.min.js javascript library for dom operations library home page: path to vulnerable library: /openapi-static/assets/js/jquery-1.8.3.min.js dependency hierarchy: - :x: **jquery-1.8.3.min.js** (vulnerable library) found in base branch: master ### vulnerability details jquery prior to 1.9.0 allows cross-site scripting attacks via the load method. the load method fails to recognize and remove " ", which results in the enclosed script logic to be executed. publish date: 2020-05-19 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: 2020-05-19 fix resolution: jquery - 1.9.0 step up your open source security game with mend [here]([LINK]) cve-2020-11023 ### vulnerable library - jquery-1.8.3.min.js javascript library for dom operations library home page: . ### suggested fix type: upgrade version origin: path to vulnerable library: /openapi-static/assets/js/jquery-1.8.3.min.js dependency hierarchy: - :x: **jquery-1.8.3.min.js** (vulnerable library) found in base branch: master ### vulnerability details in jquery versions greater than or equal to 1.2 and before 3.5.0, passing html from untrusted sources - even after sanitizing it - to one of jquery's dom manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. this problem is patched in jquery 3.5.0. publish date: 2020-04-29 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: 2020-04-29 fix resolution: jquery - 3.5.0 step up your open source security game with mend [here]([LINK]) cve-2019-11358 ### vulnerable library - jquery-1.8.3.min.js javascript library for dom operations library home page: . ### suggested fix type: upgrade version origin: path to vulnerable library: /openapi-static/assets/js/jquery-1.8.3.min.js dependency hierarchy: - :x: **jquery-1.8.3.min.js** (vulnerable library) found in base branch: master ### vulnerability details jquery before 3.0.0 is vulnerable to cross-site scripting (xss) attacks when a cross-domain ajax request is performed without the datatype option, causing text/javascript responses to be executed. publish date: 2018-01-18 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: 2018-01-18 fix resolution: jquery - 3.0.0 step up your open source security game with mend [here]([LINK]) cve-2012-6708 ### vulnerable library - jquery-1.8.3.min.js javascript library for dom operations library home page: . ### suggested fix type: upgrade version origin: <a href="[LINK]> release date: 2018-01-18 fix resolution: jquery - v1.9.0 step up your open source security game with mend [here]([LINK]) | 2024-03-31 18:03:49.000000000Z |
now all message samples stored at resources it's bad solution because we can't change anysample without rebuild image and containers need to implement samples storing to another location | 2024-03-31 18:32:14.000000000Z |
2024-03-31 06:49:43.000000000Z | |
- | 2024-03-31 21:21:28.000000000Z |
## general questions ### 1. according to the steps in the document, configure the environment and pip install the prebuilt package of mlc-llm ### 2. there is a problem when 'convert_weight' :    ### 3. according to the error report, the current mlc-llm is based on numpy1.x, and the current environment is 2.x ### 4. i degrade numpy to 1.21, and python from 3.11 to 3.9 for compatible ### 5. then reinstall the prebuilt package of mlc-llm ### 6. the same problem occurred again during model conversion. ### 7. i found that the version of numpy has become 2.0.0rc1  # how to solve it? | 2024-03-31 09:09:59.000000000Z |
### liquidbounce branch nextgen ### liquidbounce build/version 0.1.9 ### operating system windows 11 ### minecraft version 1.20.4 ### describe the bug i got the mods lifesteal by loxigoose, and fabric api for 1.20.2 to join an aternos server with the mod and i did not know how to switch from 1.20.4 to 1.20.2 so i tried it and i get an error message and i was able to once get in the minecraft and the server but now i can't get it to even load minecraft. if someone could reply and tell me how to change the liquid bounce version from 1.20.4 to 1.20.2. i would appreciate it. ### steps to reproduce download lifesteal by loxigoose into the liquid bounce and also fabric api for 1.20.2 and try and load minecraft ### client log [CODE] ### screenshots _no response_ | 2024-03-31 14:04:57.000000000Z |
in [[CODE]]([LINK] ), client website - letthechildrensing.org ([LINK]) was **down**: - http code: 404 - response time: 253 ms | 2024-03-31 10:30:31.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:17:30.000000000Z |
ensure to refactor redundant database fields (e.g. we don't need channel id as a primary key if channel name is unique) | 2024-03-31 01:02:07.000000000Z |
in [[CODE]]([LINK] ), griffo ([LINK]) was **down**: - http code: 0 - response time: 0 ms | 2024-03-31 11:25:25.000000000Z |
### describe _no response_ ### additional _no response_ | 2024-03-31 13:33:32.000000000Z |
would like to request following feature: have multiple signatures for a single identity. scenario: when using a shared mailbox by multiple employees, like office[USER].com, we would like to select different signatures based on who is sending the email. this is possible only by creating multiple identities, but the problem is that display name should be the same in all sent mails "xyz company" to look professional. if i create multiple identities with the same display name, it's hard to select it from the compose dropdown because they look identical. alternative solution would be to have a description field (optional) for the identities, next to the display name, and use the description fields in the compose dropdown. | 2024-03-31 11:33:06.000000000Z |
hello, trying to update legrand switch over ota with force parameter. version info: zigbee2mqtt version 1.34.0-dev commit: [HASH] coordinator type ezsp v12 coordinator revision 7.3.2.0 build 212 coordinator ieee address 0xbc026efffe1fd840 frontend version 0.6.149 zigbee-herdsman-converters version 16.9.0 zigbee-herdsman version 0.26.1 using homeassistant skyconnect dongle. i have forced update over json file, after successful update seeing new version and idle state. "update": { "installed_version": [HASH], "latest_version": [HASH], "state": "idle" }, but after zigbee2mqtt restart shows me old version again, and i have chance to update device again.. "update": { "installed_version": [HASH], "latest_version": [HASH], "state": "available" } | 2024-03-31 13:06:32.000000000Z |
2024-03-31 00:59:48.000000000Z | |
### review mojo's priorities - [x] i have read the [roadmap and priorities]([LINK]) and i believe this request falls within the priorities. ### what is your request? i think the language would benefit from the ability to unpack tuples into variables, something that python supports and something that i would expect mojo to support in the future. [CODE] ### what is your motivation for this change? this would help clean up some of the code being used in the stdlib, and also community projects. ### any other details? n/a | 2024-03-31 16:30:52.000000000Z |
### bug description the shortcuts of toggle list and highlight can't work well ### how to reproduce [CODE] can't make [CODE] work; [CODE] can't make [CODE] work ### expected behavior [CODE] cat activate [CODE] action; [CODE] activate [CODE] action ### operating system win10 ### appflowy version(s) 0.5.3 ### screenshots _no response_ ### additional context _no response_ | 2024-03-31 09:19:54.000000000Z |
**as a** [role] **i need** [function] **so that** [benefit] ### details and assumptions * [document what you know] ### acceptance criteria gherkin given [some context] when [certain action is taken] then [the outcome of action is observed] | 2024-03-31 07:50:37.000000000Z |
hi. thank you very much for your labors and project. i would like to ask you - for example, i have a yambar panel - why if i set the window coordinates using gap from the edge of the monitor - it considers yambar as a window and makes indents from it and not from the edge? for example, if i run conky - everything is fine and labwc doesn't consider it as a window... | 2024-03-31 14:03:58.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:25:33 environnement: local | 2024-03-31 12:09:56.000000000Z |
hello. i use a resident proxy and socks5 protocol for connecting to the server. after a few minutes i see that the connection has an empty data (data:{}) and the grass website display disconnected this proxy. i opened development tools of extension and saw rest api ("client-ip") which works each 5 second. maybe you need to add this for all ws connections? | 2024-03-31 06:32:24.000000000Z |
hi, it would be great to have the ability to view the change (also by who does them) history system wide. just letting this issue there, so we know, that there is this need - no stress to implement if it's difficult to. | 2024-03-31 22:41:23.000000000Z |
clusterfuzz declares macos support in it's documentation [^1], but clusterfuzzlite says nothing about supported oses [^2]. github announced support of m1 macos runners [^3], so it would be nice to have running cfl on m1 runners. [^1]: [LINK]/ [^2]: [LINK]/ [^3]: [LINK]/ | 2024-03-31 01:54:28.000000000Z |
as a customer, i want to add products to my wishlist so that i can return to them later. acceptance criteria: - the customer can add a product to the wishlist from the product page. - the customer can see the number of products in their wishlist on the main menu. - the customer can view their wishlist by clicking on the wishlist in the main menu. tasks: - create a wishlist page. - implement an "add to wishlist" function on product pages. - connect wishlist to profile page epic: #22 | 2024-03-31 11:52:24.000000000Z |
### leetcode username [LINK] ### problem number, title, and link [2444. count subarrays with fixed bounds]([LINK]) ### bug category problem description, problem examples, problem constraints, problem hints, incorrect or missing "related topics", incorrect test case *(output of test case is incorrect as per the problem statement)*, missing test case *(incorrect/inefficient code getting accepted because of missing test cases)*, editorial ### bug description you are given an integer array nums and two integers mink and maxk. a fixed-bound subarray of nums is a subarray that satisfies the following conditions: the minimum value in the subarray is equal to mink. the maximum value in the subarray is equal to maxk. return the number of fixed-bound subarrays. a subarray is a contiguous part of an array. example 1: input: nums = [1,3,5,2,7,5], mink = 1, maxk = 5 output: 2 explanation: the fixed-bound subarrays are [1,3,5] and [1,3,5,2]. example 2: input: nums = [1,1,1,1], mink = 1, maxk = 1 output: 10 explanation: every subarray of nums is a fixed-bound subarray. there are 10 possible subarrays. ### language used for code java ### code used for submit/run operation [CODE] ### expected behavior [day41.docx]([LINK]) ### screenshots  ### additional context no | 2024-03-31 05:36:43.000000000Z |
### checklist - [x] i've searched for similar issues and couldn't find anything matching - [x] i've discussed this feature request in the [openimsdk slack]([LINK]) and got positive feedback ### is this feature request related to a problem? none ### problem description i hope this message finds you well. as an avid user and supporter of openim, i've been exploring ways to streamline and simplify the deployment and management process of openim services. given the complexities involved in deploying, updating, and managing instant messaging services, i believe the introduction of a dedicated tool, akin to kubernetes' kubeadm but for openim, would greatly benefit the community. ### solution description proposed tool: imops purpose: to provide a simplified, unified command-line tool for deploying, updating, and managing openim services across various environments. key features i envision for imops include: simplified deployment: automate the deployment process of openim, making it easy to get openim services up and running with minimal setup. streamlined updates: provide a straightforward way to update openim services to the latest version, ensuring that users can easily stay on top of security patches and new features. configurable management: allow for easy management of openim configurations, user permissions, and service monitoring directly from the command line. support for multiple environments: enable deployment to various environments, including kubernetes, docker, and traditional vm or bare-metal setups, accommodating a wide range of use cases and preferences. documentation and guides: offer comprehensive documentation and guides, aiding users in deploying, updating, and managing their openim infrastructure. ### benefits with openim's growing popularity and the increasing demand for scalable and reliable messaging solutions, imops could serve as a crucial tool to reduce the barrier to entry, simplify ongoing maintenance, and enhance the overall user experience. this initiative could also foster a stronger community by enabling more users to effectively deploy and manage openim, contributing to the platform's growth and stability. i am eager to hear your thoughts on this proposal and whether such a tool aligns with the vision and roadmap of the openim project. i believe that imops could be a significant step forward in making openim even more accessible and easier to manage for everyone. thank you for considering this feature request. i look forward to your feedback and am happy to contribute to the discussion or development of this tool. ### potential drawbacks _no response_ ### additional information _no response_ | 2024-03-31 14:22:56.000000000Z |
in [[CODE]]([LINK] ), sanbox test ([LINK]) was **down**: - http code: 401 - response time: 415 ms | 2024-03-31 04:25:03.000000000Z |
runs are listed here: [LINK] | 2024-03-31 18:01:36.000000000Z |
in [[CODE]]([LINK] ), techinasia_laravel_api ([LINK]) was **down**: - http code: 403 - response time: 224 ms | 2024-03-31 19:08:09.000000000Z |
- [ ] namespaces anpassen - [ ] nuget deprecate [LINK] | 2024-03-31 20:09:44.000000000Z |
### tested versions - **reproducible in:** 4.2.1 stable (x64, .net), 4.3-dev5 (x64, .net) - **doesn't run:** 4.0 stable (x64, .net), 4.1.3 stable (x64, .net) both of these versions didn't run because of the following error, which showed up 12 times in the console: [CODE] ### system information godot v4.2.1.stable.mono - windows 10.0.22631 - vulkan (forward+) - dedicated nvidia geforce rtx 3070 (nvidia; 31.0.15.5186) - amd ryzen 9 5900x 12-core processor (24 threads) ### issue description i made a maze generation program which worked flawlessly until i tried to add multithreading to it. then, i noticed that [CODE] was causing a crash without an error output when generating larger mazes, regardless if multithreading was being used. i'd expect [CODE] to either not crash, or output an error while doing so. **gdscript example:** the program works fine (sometimes it crashes regardless) with a maze size of 600*600, but when increased to 601*601, the program crashes. when the deferred and the multithreading variables are disabled, the script is able to generate much larger mazes. [LINK] **c# example:** the situation is exactly the same, but the c# limit is much lower, at 559* 559, and crashing at higher values, however, it exhibits much more consistency in its behavior. [LINK] ### steps to reproduce 1. open the project 2. select the [CODE] object in the editor **you may change the script from [CODE] to [CODE] to test c#** 3. set the size property to its default value (max value which won't crash), then run the project 4. increase the size property and re-run the project (now it crashes) 5. disable multithreading, then re-run the project (still crashes) 6. disable deferred, then re-run the project (now it works fine) **note:** the mouse is captured by default. press esc to release it, and left click to recapture it. ### minimal reproduction project (mrp) [maze mrp.zip]([LINK]) | 2024-03-31 02:48:05.000000000Z |
along with user name, add feature to input user email address, and print the same. | 2024-03-31 10:53:13.000000000Z |
### did you test with a precompiled firmware? yes, and the problem still exists. ### bug description when i try to run the bed tramming wizard, it will probe the first point, then throw the out of bounds error. the weird thing, is that if i make any update to the mesh size, the tramming wizard will work, but then have the same issues after reboot, even though the new bed size would have been saved. i just end up adjusting mesh size +/- 1 after a reboot and the tramming wizard will work fine, but it would be nice to not have to do that. ### bug timeline _no response_ ### expected behavior running full tramming wizard on all 4 corners. ### actual behavior only probes one point then throws error. ### steps to reproduce run tramming wizard. ### version of professional firmware latest ### printer model ender 3v2 with cr touch. ### electronics 4.2.2 ### lcd/controller stock lcd ### other add-ons _no response_ ### bed leveling ubl bilinear mesh ### your slicer cura ### host software none ### additional information & file uploads _no response_ | 2024-03-31 14:32:08.000000000Z |
### reminder - [x] i have read the readme and searched the existing issues. ### reproduction i have two .sh files. first one: [CODE] (run_llama_factory_pretraining_multinodes.sh)the second one: [CODE] ### expected behavior _no response_ ### system info [CODE] ### others _no response_ | 2024-03-31 09:12:08.000000000Z |
sorry for brevity, i have a deadline but have been looking for a place to report these bugs. * the icons don't work on chrome or safari with macos. every icon is for cc-by for rich text regardless of license options. only exception i found so far is cc 0. * the full-text licenses for rich text and print work and media do not include the words "creative commons" in the license. this is arguably permissible for the license terms but poor practice for cc understanding and brand visibility. | 2024-03-31 00:17:30.000000000Z |
### steps to reproduce #### prime fields small characteristic [CODE] [CODE] large characteristic [CODE] [CODE] #### non prime fields small characteristic [CODE] [CODE] large characteristic [CODE]py sagemath version 10.2, release date: 2023-12-03 using python 3.11.4. type "help()" for help. sage: p = 2**127 - 1 ....: e = ellipticcurve(gf(p^3), [1,1]) ....: set_random_seed(0) ....: p = e.random_point() ....: q = e.random_point() ....: %timeit p + p ....: %timeit p + q 52 µs ± 1.08 µs per loop (mean ± std. dev. of 7 runs, 10,000 loops each) 37.8 µs ± 834 ns per loop (mean ± std. dev. of 7 runs, 10,000 loops each) sage: sage: %timeit 2**100 * p 1.44 ms ± 25.3 µs per loop (mean ± std. dev. of 7 runs, 1,000 loops each) [CODE]markdown - **sage version**: sagemath version 10.3.rc3, release date: 2024-03-10 [CODE]` ### checklist - [x] i have searched the existing issues for a bug report that matches the one i want to file, without success. - [x] i have read the documentation and troubleshoot guide | 2024-03-31 23:16:16.000000000Z |
we have prerequisites specified in [LINK], but not in readme.md. | 2024-03-31 00:24:33.000000000Z |
not sure if this is intended but if a module only has one class and the class is deleted, the module is not removed from the displayed list. if this is intended, feel free to close this issue | 2024-03-31 02:12:32.000000000Z |
# bug report ## describe the bug i am using: [CODE] and when ill add an clock screen with 1 minute lifetime: [CODE] after boot trigger night mode within 1 minute: [CODE] wait a minute until the lifetime is over and **"on_empty_queue" is not triggered.** as a workarounf i am using clock lifetime of 1440 minutes and setting it again in an intervall of 720 minutes. but the bad thing, it loops really fast: ** [13:30:12][d][ehmtxv2:1079]: remove expired queue element: slot 0: mode: 2 icon_name: text: [13:30:12][d][ehmtxv2:1013]: oldest queue element is first: 0/2 [13:30:12][d][ehmtxv2:095]: empty slot [13:30:12][d][ehmtxv2:1261]: on_next_screen trigger [13:30:12][d][ehmtxv2:1164]: no screen to draw! [13:30:12][d][ehmtxv2:1013]: oldest queue element is first: 0/2 [13:30:12][d][ehmtxv2:095]: empty slot [13:30:12][d][ehmtxv2:1261]: on_next_screen trigger [13:30:12][d][ehmtxv2:1164]: no screen to draw! [13:30:12][d][ehmtxv2:1013]: oldest queue element is first: 0/2 [13:30:12][d][ehmtxv2:095]: empty slot [13:30:12][d][ehmtxv2:1261]: on_next_screen trigger [13:30:12][d][ehmtxv2:1164]: no screen to draw! [13:30:12][d][ehmtxv2:1013]: oldest queue element is first: 0/2 [13:30:12][d][ehmtxv2:095]: empty slot [13:30:12][d][ehmtxv2:1261]: on_next_screen trigger [13:30:12][d][ehmtxv2:1164]: no screen to draw! [13:30:12][d][ehmtxv2:1013]: oldest queue element is first: 0/2 [13:30:12][d][ehmtxv2:095]: empty slot** ## additional information - used hardware: - esp32 or esp8266 - esphomatrixv2 version: [e.g. 2023.5.0] ## to reproduce steps to reproduce the behavior: ## expected behavior a clear and concise description of what you expected to happen. ## configuration [CODE] ## screenshots if applicable, add screenshots to help explain your problem. ## logs [CODE] ## services calls [CODE] | 2024-03-31 16:57:30.000000000Z |
hi, i need to launch the program as portable, so i use a batch with the option --portable (and it stores all the config files on the "data" folder on the same location where the program is, which is great), but at restart the program after of uninstall a plugin or selecting the options "restart md" from the taskbar icon, the batch closes and then it launch as **not** portable creating files on %appdata%\macro deck. there should be a portable.dat file or check if the data folder already exist on the same location where the program is at launch, and in such case, run it as portable, and if not, then it will create the %appdata%\macro deck. many programs out there (like obs, ccleaner, moonlight, etc) uses behaviour like this and works great. cheers. | 2024-03-31 09:49:43.000000000Z |
microg services version 0.3.1.3.[HASH] what i installed, opened the app haven't touched anything about settings etc i just went to add account > sign in > wait a bit > input my email > press next it doesn't work it won't me go to next step inputting my password (i keep pressing it still stuck image below and even wait couple of minutes still no hope)  but when i pressed this key on my keyboard screen (image shown)  this error given to me (image shown)  tried many things reinstall, clear cache, clear data, restart my phone still the same error pls help me and i might missed something (i used old microg works before with revanced app, but i reset my phone that's the reason why) | 2024-03-31 16:20:56.000000000Z |
in [[CODE]]([LINK] ), techinasia ([LINK]) was **down**: - http code: 403 - response time: 729 ms | 2024-03-31 15:10:07.000000000Z |
hi, would much appreciate if you could add support for the original raspberry pi zero w, getting > unsupported arch armv6l on it right now. also on my odroid xu4: > unsupported arch armv7l | 2024-03-31 16:03:54.000000000Z |
the waters march/mar-revul bonemold greaves (t_de_bonemold_water_greaves), when placed down, have a hole at the top. it should just be solid black up there like other greaves.  | 2024-03-31 15:56:56.000000000Z |
does this mod only work on 1.20.4 or on 1.20.1 too? in cortex discord there is a fabric version of the mod that works on 1.20.1. is it possible to do the same with mixy? | 2024-03-31 23:06:02.000000000Z |
in [[CODE]]([LINK] ), polkadot.w3f.community/erapoints/address ([LINK]) was **down**: - http code: 0 - response time: 0 ms | 2024-03-31 15:47:46.000000000Z |
### do not remove or skip the issue template - [x] i understand that i will be **blocked** if i *intentionally* remove or skip any mandatory\* field ### checklist - [x] i'm reporting that yt-dlp is broken on a **supported** site - [x] i've verified that i have **updated yt-dlp to nightly or master** ([update instructions]([LINK])) - [x] i've checked that all provided urls are playable in a browser with the same ip and same login details - [x] i've checked that all urls and arguments with special characters are [properly quoted or escaped]([LINK]) - [x] i've searched [known issues]([LINK]) and the [bugtracker]([LINK]=) for similar issues **including closed ones**. do not post duplicates - [x] i've read the [guidelines for opening an issue]([LINK]) - [ ] i've read about [sharing account credentials]([LINK]) and i'm willing to share it if required ### region united states ### provide a description that is worded well enough to be understood this is the crux of the issue: [CODE] this was previously solved in #4593. it was first rediscovered on [LINK] this can be reproduced on multiple youtube videos. this warning is not seen on every download. ### provide verbose output that clearly demonstrates the problem - [x] run **your** yt-dlp command with **-vu** flag added ([CODE]) - [ ] if using api, add [CODE] to [CODE] params instead - [x] copy the whole output (starting with [CODE]) and insert it below ### complete verbose output [CODE] | 2024-03-31 20:07:41.000000000Z |
issue: while on a horse, when teleporting from one world to another and back, the player gets stuck in a state where they cannot dismount (even forcibly in water) or open their inventory, but they can control the horse. when doing nothing, the horse is able to wander around. relogging fixes the issue. reproduce: - mount a horse and teleport to a home on another world. - use /back. you will find yourself in the state described above. | 2024-03-31 18:34:24.000000000Z |
in [[CODE]]([LINK] ), - ited ([LINK]/) was **down**: - http code: 502 - response time: 469 ms | 2024-03-31 11:50:52.000000000Z |
# prerequisites please answer the following questions for yourself before submitting an issue. - [x] i am running the latest release (not a beta / pre-release) - [x] i checked the faq and found no common resolution for my issue - [x] i checked to make sure that this issue has not already been filed (by doing a quick search in the ) # expected behavior filter being updated. # current behavior what is the current behavior? this error: reporting an exception i received while using chaos recipe enhancer v3.23.1005: [CODE] ## steps to reproduce please provide detailed steps for reproducing the issue. 1. start app 2. select filter 3. reload filter 4. you get the error. ## context please provide any relevant information about your setup. this is important in case the issue is not reproducible except for under certain conditions. * chaos recipe enhancer version: v3.23.1005 * operating system: win 11 23h2 * chaos recipe enhancer settings (xml file or screenshot will suffice): [CODE] ## failure logs please include any relevant log snippets or files here. ## additional attachments (e.g. screenshots, videos) | 2024-03-31 15:22:13.000000000Z |
### notebook description there are some issues to be resolved in the notebook: - under the bar plot, i have printed "date of digitization data are missing for 604 glaciers or 0.[HASH]% of the dataset.". i would like to have this printed as a text box on the figure itself (left upper corner) with 2 digit precision (0.28%). - same for "the global arithmetic mean year of digitization is 2003.[HASH] ad, while the global area-weighted mean is 2001.[HASH] ad." (lower left corner of the plot). - i have made a 0.5 degree grid (rgi_raster) with values for the rgi region of each pixel (the value on the grid varies from 1 to 19 and it is 1x360x720 in dimensions, so the spatial domain and resolution are similar to the mass change data that are loaded in from the cds). the rgi region is just a region where the glacier is situated in, and there are 19 of them (e.g. new-zealand, caucasus, alaska, etc. and they all have a number up until 19). anyway, what you do now in the code is calculate the cumulative glacier mass change for all grid points in the world domain (360x720) for each time step (46 years), i.e. the variable "cumulative" in "ds2" (see print) is a 46-data point array ("ds2 = ds2.sum(("latitude","longitude"),keep_attrs=true) "). what i would like is such a cumulative glacier mass change array for each of the rgi regions. so, it could be a loop through values 1 to 19 (if rgi_raster == 1, if rgi_raster == 2, ...) and then calculate the cumulative mass change of all glaciers (mass change pixels) that have a rgi_raster value of 1, 2, ... 19. in the end, i would like to have 19 times a 46-year long cumulative glacier mass change arrays (for rgi region 1, 2, ... 19, and preferably also 1 additional cumulative glacier mass change array with all spatial grid points included as there is now, e.g. put if rgi_raster > 0 or so). these can be named cumulative_rgi_1, cumulative_rgi_2, ... as per example. i hope it is clear. ### notebook link or upload [glacier_distribution31324.zip]([LINK]) ### anything else we need to know? _no response_ ### environment | 2024-03-31 17:17:40.000000000Z |
**describe the bug** the wallpaper goes over the desktop, icons are gone, when clicking "show desktop", and the desktop appears with the normal static wallpaper showing with my icons there. this is an issue that bothers me as i use my desktop a lot, and my icons being gone annoys me. **to reproduce** steps to reproduce the behavior: it just happened, idk how, sorry. **expected behavior** for the desktop to actually show properly with the live wallpaper! **screenshots/video**   **desktop (please complete the following information):** - os: windows 11 24h2 insider preview os build 26085.1 - wallpaper: opengl fluid simulation **additional context** when going to close or minimize a window, the taskbar hides for approximately half a second then shows again. **log file (important)** [lively_log_20240331_162910.zip]([LINK]) | 2024-03-31 21:42:10.000000000Z |
### description the common mechanism is only to highlight the first line of the unreachable code, as shown below. however, this is not preserved for the lines after the infinite while loop. for instance, as shown below, there are many [CODE] diagnostics after each infinite loop. ### steps to reproduce compile the following ballerina code. [CODE] ### affected version(s) ballerina 2201.8.6 (swan lake update 8) ### os, db, other environment details and versions os: macos 14.4.1 23e224 jdk: openjdk 17.0.8 2023-07-18 ### related area -> compilation ### related issue(s) (optional) _no response_ ### suggested label(s) (optional) _no response_ ### suggested assignee(s) (optional) _no response_ | 2024-03-31 16:48:14.000000000Z |
just | 2024-03-31 14:40:16.000000000Z |
### what feature? when following a link as shown in the picture, we should see a search result on that word ### add screenshots | 2024-03-31 10:21:53.000000000Z |
running [CODE] command yields error message: [CODE] i am running this in a fresh environment with python 3.12.2 and the following packages installed: package version ---------- ------- args 0.1.0 clint 0.5.1 coverage 7.4.4 mamba 0.11.3 pip 24.0 setuptools 69.2.0 wheel 0.43.0 possibly relevant, i decided to see what happens when i uncomment "-p ./env --quiet", yielding the following error: [CODE] | 2024-03-31 08:12:18.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 01:33:15.000000000Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.