input
stringlengths
0
131k
created_at
stringlengths
30
30
### is your feature request related to a problem? please describe. it is irritating to have to type -t floppy -fs 0 when mounting hdm files. additionally the swapping disc menu is designed to not allow you to select file names without prescribed extensions. (on macos specifically it does not allow you to choose *.* therefore breaking this functionality). ### what you want the ability to swap any disk loaded or on disk into any disk drive. ### describe alternatives you've considered _no response_ ### additional information for many pc 98 games you must create a user disk. to do this you must swap disks several times in different a / b locations. ### have you checked that no similar feature request(s) exist? - [x] i have searched and didn't find any similar feature request. ### code of conduct & contributing guidelines - [x] i agree to follow the code of conduct and the contributing guidelines.
2024-03-31 03:43:41.000000000Z
fill out the fields below with as much pertinent information as possible to help the developers solve the issue. search for your issue inside open and closed issues first before reporting so as not to make duplicates. (delete the above lines) ### environment what version of mekhq does your issue apply to? what operating system are you using? windows, mac, or linux? what java version are you using? if unsure it will state your java version at the top of the mekhq.log file. (delete the above lines) ### description describe the issue and provide screenshots ingame if able. provide the rulebook, page number, and text if you feel like this is a rules issue. and provide the steps you have taken to reproduce the issue in the campaign file if applicable. (delete the above lines) ### files provide the .cpnx campaign file that this issue occurs in. provide any custom units that you are using in this campaign so that it will load on the developers machine. provide any other files that you have customized in this campaign like the factions.xml for example. and provide the megamek.log and mekhq.log files for any npes or errors that mekhq might be reporting. do not paste the entire logfile text into this ticket. just attach the actual megamek.log and mekhq.log files (delete the above lines)
2024-03-31 03:32:32.000000000Z
when making changes to the code, i suggest considering adding a flag in the commit message to indicate which related files downstream may need modifications (e.g., host machine-related content). this practice will assist in swiftly identifying the updates needed, thus enhancing the efficiency of rolling updates.
2024-03-31 14:43:45.000000000Z
this one [[HASH]]: [LINK]
2024-03-31 17:28:30.000000000Z
in [[CODE]]([LINK] ), ardhosting.com ([LINK]) was **down**: - http code: 0 - response time: 0 ms
2024-03-31 18:36: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 07:40:45.000000000Z
fullscreen mode
2024-03-31 12:33:56.000000000Z
currently in our dashboard, the sidenav will hide automatically if the screen width gets narrow enough. in our theme, one should be able to click the hamburger to toggle the side navbar to display/hide. we need this functionality working in our dashboard. see video for demo. [LINK]
2024-03-31 00:19:04.000000000Z
# hacker news #### [backdoor in upstream xz/liblzma leading to ssh server compromise]([LINK]) 2529 points by [rkta]([LINK]) at 00:16:50 | [894 comments]([LINK]) #### [santa barbara's collective memory, sold for kindling]([LINK]/) 202 points by [shortformblog]([LINK]) at 04:25:55 | [41 comments]([LINK]) #### [running a raspberry pi with a read-only root filesystem]([LINK]) 137 points by [ingve]([LINK]) at 06:19:42 | [47 comments]([LINK]) #### [overlay networks based on webrtc]([LINK]) 136 points by [keepamovin]([LINK]) at 01:00:07 | [35 comments]([LINK]) #### [a muon collider could revolutionize particle physics, if it can be built]([LINK]) 131 points by [rbanffy]([LINK]) at 02:18:03 | [83 comments]([LINK]) #### [paint.net]([LINK]/) 130 points by [lazyjeff]([LINK]) at 10:07:48 | [48 comments]([LINK]) #### [apache guacamole: a clientless remote desktop gateway]([LINK]/) 118 points by [thunderbong]([LINK]) at 02:59:50 | [27 comments]([LINK]) #### [banner blindness]([LINK]) 117 points by [yamrzou]([LINK]) at 02:53:33 | [97 comments]([LINK]) #### [can demis hassabis save google?]([LINK]) 111 points by [laurex]([LINK]) at 01:35:20 | [110 comments]([LINK]) #### [launch hn: lumona (yc w24) – product search based on reddit and youtube reviews]() 106 points by [philena]([LINK]) at 03:04:04 | [93 comments]([LINK]) #### [we are under ddos attack and we do nothing]([LINK]) 104 points by [spacebuffer]([LINK]) at 15:35:30 | [47 comments]([LINK]) #### [debian on xz-utils: revert to version that does not contain changes by bad actor]([LINK]) 103 points by [timshel]([LINK]) at 16:48:34 | [72 comments]([LINK]) #### [full-scale file system acceleration on gpu [pdf]]([LINK]) 102 points by [west0n]([LINK]) at 09:21:14 | [24 comments]([LINK]) # v2ex xz/liblzma v5.6.0/5.6.1 sshd backdoor in upstream xz/liblzma leading to ssh server compromise [LINK]> hn: [LINK]> liblzma5 repo [LINK]> [LINK]> [LINK]> [LINK]> [LINK]> liblzma5 v5.6.0/5.6.1 a debian or rpm based distro of linux on x86_64 running openssh sshd from systemd author: vegard nossum; source: [LINK]> #! /bin/bash set -eu # find path to liblzma used by sshd path="$(ldd $(which sshd) | grep liblzma | grep -o '/[^ ]*')" # does it even exist? if [ "$path" == "" ] then echo probably not vulnerable exit fi # check for function signature if hexdump -ve '1/1 "%.2x"' "$path" | grep -q [HASH] then echo probably vulnerable else echo probably not vulnerable fi at 02:57:11 in 8g , 16g 16 + 8 = 24 : "" at 10:46:47 in xz --version xz 5.6.0 5.6.1 5.4.6 5.6.4 git build-to-host.m4 liblzma openssh server libsystemd libsystemd liblzma sshd sshd crc32_resolve() crc64_resolve rsa_public_decrypt@....plt ssh sshd liblzma and xz version 5.6.0 and 5.6.1 are vulnerable to arbitrary code execution compromise cve cve-2024-3094 redhat openwall at 03:08:11 in by su7 su7 at 07:51:47 in by win11 wsl docker docker desktop wsl vscode at 16:55:55 in by …… at 12:40:51 in by 2024 sata 4k at 11:12:25 in at 10:06:04 in <a href="[LINK]>
2024-03-31 02:27:04.000000000Z
**project description** store your ssh key passphrases in bitwarden using rbw and a short shell script. **metadata** * homepage url: [LINK]/ * source url: [LINK]/ * license: none * platforms: unix, linux, darwin --- add a :+1: [reaction] to [issues you find important]. [reaction]: [LINK]/ [issues you find important]: [LINK]
2024-03-31 22:20:37.000000000Z
down
2024-03-31 15:40:16.000000000Z
as of today, when astro-shield detects a resource (`
2024-03-31 12:09:10.000000000Z
## azuredeploy.json - ensure web app redirects all http traffic to https in azure app service violation detected in /azuredeploy.json:[89-120] :page_with_curl: file type: arm :no_entry: details - ensure web app redirects all http traffic to https in azure app service
2024-03-31 07:50:00.000000000Z
2024-03-31 06:28:34.000000000Z
grade: 1 for question 5: missing the comparison with p(even). should see that p(even) > p(odd), therefore even is more likely. great job on the rest!
2024-03-31 02:19:20.000000000Z
for open graph it is an optional metadata, which only makes sense if the link you share is part of a larger website. maybe it should be an "info"?
2024-03-31 19:55:32.000000000Z
the stormworks developers no longer update the steam stormworks dedicated server app ([HASH]). would you be able to update the [CODE] branch to use their server binary they include in the main game package (573090) instead? ![image]([LINK])
2024-03-31 06:17:25.000000000Z
output non-colored maps so they're usable in programs that will convert to 3d using white front / black back
2024-03-31 19:26:30.000000000Z
in [[CODE]]([LINK] ), survei kepuasan ([LINK]/) was **down**: - http code: 0 - response time: 0 ms
2024-03-31 17:46:39.000000000Z
[LINK] attachments -> attachment, adaptivecard expects adaptivecard, not a list[adaptivecard]
2024-03-31 04:08:09.000000000Z
this message is from the java website regarding java version 11: "warning: these older versions of the jre and jdk are provided to help developers debug issues in older systems. they are not updated with the latest security patches and are not recommended for use in production." please upgrade to the latest version of java: recommended version 8 update 381 release date: july 18, 2023. thank you.
2024-03-31 03:59:43.000000000Z
when hovering menu options the original dart art should appear as flair on a corner of the button
2024-03-31 22:48:25.000000000Z
### platform windows ### version v1.5.1 ### describe the bug sometimes the game crash right after i opened. i have uploaded the crashlog folder pls see what's wrong with it ### expected behavior _no response_ ### how to reproduce i dont understand ### mods installed i only installed prism menu ### crash logs [2024-03-31_20-02-47.log]([LINK]) ### additional context _no response_
2024-03-31 17:03:49.000000000Z
i pulled docker and tried this: [CODE] and got this [CODE] although i can see i have gpu: [CODE] my issue is similar to #1638 and i would like to know if there is any way i can run pytorch code on amd gpu using azure nv4as instance.
2024-03-31 14:06:37.000000000Z
### issue description "as an organizer, i want to see how many times an attendee has checked into an event." ## acceptance criteria: - [x] add a check-in count field to the attendee objects, increment it when there is a successful scan - [x] make the list of attendees that is accessible from event details clickable - [x] when clicked, an alertdialog box with the user's name and/or name, shows along with check-in count - [x] option for 'optionally' limiting number of attendees ## notes:
2024-03-31 19:36:46.000000000Z
in [[CODE]]([LINK] ), cbtb coffee house shop ([LINK]/) was **down**: - http code: 403 - response time: 2216 ms
2024-03-31 18:53:53.000000000Z
in [[CODE]]([LINK] ), buildingweb3.com ([LINK]) was **down**: - http code: 0 - response time: 0 ms
2024-03-31 06:24:01.000000000Z
our periodically ingested datasets grow fast over time. the data size is not a problem here - it"s the number of files. since our sync protocols operate on per-file basis with no parallelism syncs start to take a very long time once dataset reaches > 200 blocks which degrades user experience in our demos. currently we deal with this by periodically "defaulting" on history - deleting old datasets and creating new ones. - in most cases we are throwing data away (non-reproducible apis) - the process is highly manual - reconstructing some dataset (e.g. from ethereum) can take a long time this task is to implement a squash / compaction solution that: - merges all data slices in a dataset into a single one - creates a new dataset with same initial metadata blocks and a single adddata block that links to latest checkpoint - in future we may support slicing data into several reasonably-sized blocks - can be invoked as [CODE] - it will effectively re-write history. we can then automate the force-push of such datasets into storage to simplify the "default on history" procedure.
2024-03-31 14:37:19.000000000Z
current software does not support error checking on the user side. implement a validation structure that also future proof. i.e if separate flags for each website will be implemented, make sure the input validation supports that.
2024-03-31 21:15:32.000000000Z
very inefficient, also the big protagonist doesn't need most of protagonist's functionality so things like the glow_anim throw errors
2024-03-31 21:00:53.000000000Z
needed on signup/signin and in the main nav
2024-03-31 16:57:40.000000000Z
need to update the etl lib to use the updated dd 2.0 artifacts.
2024-03-31 22:36:09.000000000Z
the "charging quartz" quest in the "matter-energy" chapter asks the wrong charged certus quartz, the one from gregtech, instead of using the one from ae2
2024-03-31 22:52:30.000000000Z
the feedback model currently only has "title", "description", and "type" (presumably for community-specific feedback). it would be more beneficial to have feedback specifically associated with events so that we can serve a feedback form when people check in to a specific workshop, and more accurately filter feedback by event. permissions should remain the same (e.g., admins should be able to see all feedback, and regular members should be able to perhaps only see feedback they have submitted (for the purpose of being able to edit it)). it's also worth exploring a better feedback structure past the three earlier mentioned fields, such as a quicker feedback option (maybe options on a scale from strongly liked to strongly disliked) so people don't need to fill out sentences every time they want to submit feedback.
2024-03-31 19:51:05.000000000Z
### describe the bug hello, i made a request through the private space api, where the following code reported an error, did not find the relevant reason const app = await duplicate("xxx/drishtisharma-sentence-t5-large-quora-text-similarity", { hf_token: hf_token, status_callback: (res) => console.log('status_callback', res) }); error: request with get/head method cannot have body ### have you searched existing issues? - [x] i have searched and found no existing issues ### reproduction [CODE] import { duplicate } from "[USER]/client"; const app = await duplicate("xxx/drishtisharma-sentence-t5-large-quora-text-similarity", { hf_token: hf_token, status_callback: (res) => console.log('status_callback', res) }); ### screenshot ![face2]([LINK]) ### logs _no response_ ### system info [CODE] ### severity blocking usage of gradio
2024-03-31 15:16:38.000000000Z
in [[CODE]]([LINK] ), design swan ([LINK]) was **down**: - http code: 500 - response time: 110 ms
2024-03-31 20:21:39.000000000Z
## description ## to do - [ ] - [ ] ## etc
2024-03-31 11:55:13.000000000Z
i am using preact 10.19.6 (should be the latest). **the bug** jest does not call event handler in forwardref component when using preact. this behavior does not happen in both of the following cases: - i use react in place of preact and i keep forwardref in my component. - i use preact and i don't use forwardref in my component. it seems the onchange event does not trigger at all in tests while using forwardref because i never reach it, even when putting a breakpoint directly inside the event: [CODE] **to reproduce** preact repo where you can see the error: [LINK] react repo where the test passes: [LINK] i did my best to make both as close to each other as possible: - using the latest version of preact and react - using the same version of jest - using raw jest instead to vitest to ensure it is not vitest issue - scaling the code to minimum and using virtually identical code in both repos steps to verify the behavior (in both repos): 1. run [CODE] 2. run [CODE] you will see that one of the repos throws error on the mocked function not being called once while the other does not complain and the test passes. **expected behavior** both repos use the same code for the component and for the test, thus results in both should be the same.
2024-03-31 12:49:58.000000000Z
sentry issue: [uc-helper-express-6qr]([LINK]/) [CODE] this issue was automatically created by sentry via [open github issue]([LINK]/)
2024-03-31 01:17:55.000000000Z
i've just turned off a number of window 10 services to make my pc run better, and now browserpicker has stopped working when i click a link in mailbird (my email app). the browserpicker app itself works when running from the start menu, and i can remove & disable browsers normally. which w10 services are needed for browserpicker to run?
2024-03-31 23:11:30.000000000Z
points to add in readme: - that it only works on mac or ubuntu (working on moving to windows) - prerequisites: pnpm, nextjs, ts - to run you need your own github acess token and the command for it.
2024-03-31 14:48:28.000000000Z
i can't re-open [LINK] - so i am opening a new issue. there is clear demand in the community for this feature. is there any technical reason why this can't be implemented - or if someone (me?) implements it, will the maintainers consider the pr? in particular, the perfect use case (and what we're running into) is autoscaling the kube state metrics service ([LINK]) based on the number of nodes/cores in the cluster.
2024-03-31 10:10:09.000000000Z
_the template below is mostly useful for bug reports and support questions. feel free to remove anything which doesn't apply to you and add more information where it makes sense._ --- ### 1. issue or feature description the gpu is not registered when ecc is off ### 2. steps to reproduce the issue the 5th card's ecc is off for unknown reason. ![image]([LINK]) at this time . i see the allocatable in k8s of this node is 7 [CODE] i test this simply demo.when ecc is off. the gpu card still usefull. [CODE] what are the considerations for not registering this card when the ecc is off? ### 3. information to [attach]([LINK]/) (optional if deemed irrelevant) common error checking: - [ ] the output of [CODE] on your host - [ ] your docker configuration file (e.g: [CODE]) - [ ] the k8s-device-plugin container logs - [ ] the kubelet logs on the node (e.g: [CODE]) additional information that might help better understand your environment and reproduce the bug: - [ ] docker version from [CODE] - [ ] docker command, image and tag used - [ ] kernel version from [CODE] - [ ] any relevant kernel output lines from [CODE] - [ ] nvidia packages version from [CODE] _or_ [CODE] - [ ] nvidia container library version from [CODE] - [ ] nvidia container library logs (see [troubleshooting]([LINK]))
2024-03-31 04:26:28.000000000Z
just used it today, it works for videos perfectly but not shorts for example [LINK] i tried fixing it with the following code: [CODE] the button now appears: ![image]([LINK]) but the link it creates is not valid: ![image]([LINK])
2024-03-31 08:41:11.000000000Z
in [[CODE]]([LINK] ), il.ax ([LINK]) was **down**: - http code: 0 - response time: 0 ms
2024-03-31 16:20:46.000000000Z
something going wrong!look the picture below.and have a nice day! ![[HASH]]([LINK])
2024-03-31 11:21:49.000000000Z
# problem bungeecord not supported, seems like is because bungeecord have ip forwarding, and the fake player joins with the direct local ip+port, instead of the bungeecord ip+port # error [CODE] # proposed solution flow 1.add a setting in the config to define ip and port for the fake player packet to send 2.create a bungeecord addon plugin that link between bungeecord and server plugin by pluginmessaging ( a key:value message with fake player name: bungeecord server name) 3.when doll is created and got spawn in bungeecord mode, plugin join the doll by connecting to the server according to the given ip and port in config, and send plugin message to the bungeecord addon plugin 4. when fake player is joined, bungeecord login event trigger and check whether the player name is same as the doll 5. if it is a doll, send the fake player to the corresponding bungeecord server according to the pluginmessage
2024-03-31 03:53:54.000000000Z
environment: pixijs version: 6.0.4 pixi-spine plugin version: 3.1.2 description: i'm encountering an issue where the pixi.spine.spine class is undefined, leading to a typeerror when attempting to create a new spine animation instance. the json for the spine animation appears to be loading correctly, but the creation of the spine instance fails. steps to reproduce: 1.include pixijs and pixi-spine scripts:
2024-03-31 09:18:23.000000000Z
### related problem drongos command enhancement is a great mod to improve handling ai squads. however when used in combination with antistasi any hc groups at control points garrisons or npc's even petros are added to it's interface. any of those could be exculded from the dce mod by a simple line added to the group. could it be considered to be added ? ### proposed feature it is possible to exclude a group with _group setvariable["dceexclude",true,true];, not sure where that would need to be in antistasi's code though. this should ofcourse only be added to the groups made for things like garrisons and petros. when you order in an infantry squad etc... they should be able to be controlled by the dce mod ### alternative solutions trying out any other mods that improve player squad ai behavior but most are sp only and have some kind of conflict with antistasi. open for recommendations for mods that do actually work. ### additional context _no response_
2024-03-31 11:33:01.000000000Z
## feature description it would be nice if the tool was able to process subjects independently, and then produce a group report independently. this group report could in principle show plots with outliers for each metric, and potentially even compare this with normative data (see mriqc). ... ## motivation at the moment, it is not possible to run the tool to produce a group report over pre-computed subjects' reports, ... ## alternatives the tools should be able to produce group reports from pre-computed subjects; results (see mriqc)
2024-03-31 10:23:21.000000000Z
suggestion: upload to skitch.com please. and you'll be a truly hero for my company. or, could you tell me how to write that plugin by myself. i mean, the first steps into shutter sources, guidelines, tips. shutter 0.87.1 rev1067 ubuntu 10.10, 64bits launchpad details: [#lp739529]([LINK]) mario zaizar - 2011-03-21 17:21:59 +0000
2024-03-31 07:34:53.000000000Z
is there a way or could there be a way to pull all the class spells available on each level/advancement up?
2024-03-31 02:48:21.000000000Z
- [x] banner - [x] name - [x] one liner - [x] date + rsvp - [x] tags - [x] full description - [x] speakers - [x] facilitators - [x] organizers
2024-03-31 02:02:38.000000000Z
**describe the bug** **error log from console** [error.txt]([LINK]) **to reproduce** steps to reproduce the behavior: 1. run [CODE] 2. see console **expected behavior** **screenshots** **version (please complete the following information):** - plugin: 2.0.3 dev - server: 1.20.1 paper build 196 **additional context**
2024-03-31 22:54:54.000000000Z
### your mod link [LINK] ### your mod source code [LINK] ### your mod description _no response_
2024-03-31 12:13:05.000000000Z
## cve-2023-1932 - medium severity vulnerability vulnerable library - hibernate-validator-6.0.18.final.jar hibernate's bean validation (jsr-380) reference implementation. library home page: found in base branch: master vulnerability details a vulnerability was found in hibernate-validator version 6.1.2.final, where the method 'isvalid' in the class org.hibernate.validator.internal.constraintvalidators.hv.safehtmlvalidator can by bypassed by omitting the tag end (less than sign). browsers typically still render the invalid html which leads to attacks like html injection and cross-site-scripting. publish date: 2023-04-07 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: 2023-04-07 fix resolution (org.hibernate.validator:hibernate-validator): 6.2.0.cr1 direct dependency fix resolution (org.springframework.boot:spring-boot-starter-web): 2.3.0.release *** step up your open source security game with mend [here]([LINK])
2024-03-31 00:10:32.000000000Z
this only happens if i use the regular ld linker, as adding -fuse-ld=lld to the command allows it to run just fine.
2024-03-31 08:00:37.000000000Z
sentry issue: [uc-helper-express-6pz]([LINK]/) [CODE] this issue was automatically created by sentry via [open github issue]([LINK]/)
2024-03-31 01:17:56.000000000Z
attempted to load [USER]/swc-win32-x64-msvc, but an error occurred: \\?\d:\devika\zoom-clone-main\node_modules\[USER]\swc-win32-x64-msvc\next-swc.win32-x64-msvc.node is not a valid win32 application. \\?\d:\devika\zoom-clone-main\node_modules\[USER]\swc-win32-x64-msvc\next-swc.win32-x64-msvc.node failed to load swc binary for win32/x64, see more info here: [LINK]
2024-03-31 15:28:04.000000000Z
**describe the bug** when trying to stream an application or monitor, the client soft locks after selecting the application or monitor, hanging at "loading audio sources...". voice chatting is still possible and the client still animates everything properly, but no longer responds to user input. the desktop environment eventually reports that vesktop is no longer responding. **to reproduce** 1. join a voice chat 2. click the button to stream 3. select a video source **expected behavior** expected the client to not crash and instead load everything properly **screenshots** ![example]([LINK]) **desktop (please complete the following information):** - os/distro: linux mint - desktop environment (linux only): gnome - version: cinnamon 21.3 (kernel 5.15.0-100-generic) **command line output** [CODE] this is the only output that i get edit: i tried to run with [CODE] set as an environment variable (as suggested in the readme), this is what it produced. it doesn't seem that useful to my untrained eye, but maybe there is something there that'll help [CODE] **additional context** ~~i have updated to 1.5.1 today, but haven't streamed in a bit so i can't say for sure that updating the app is what caused the issue, but this was the first time this has happened to me~~ update: i have just confirmed that the issue is definitely the jump from 1.5.0 to 1.5.1 or something associated with it
2024-03-31 15:30:11.000000000Z
hi, thanks for your work! i am seeking to understand why, within the calvin benchmark results, there is a noticeable trend where the success rates decline as the task index increases. despite reviewing the calvin paper, i have not identified a clear rationale for this pattern. could you provide insights.
2024-03-31 06:31:46.000000000Z
personcard is cleared after adding/modifying weight is entered as the first command upon startup, as seen in the video below [LINK]
2024-03-31 09:28:18.000000000Z
cannot read properties of undefined (reading 'gradient'), typeerror: cannot read properties of undefined (reading 'gradient') at [LINK] at array.map ( ) at w.render ([LINK]) at oa ([LINK]) at ta ([LINK]) at kl ([LINK]) at wc ([LINK]) at bc ([LINK]) at vc ([LINK]) at oc ([LINK]), typeerror **to reproduce** steps to reproduce the behavior: 1. go to '...' 2. click on '....' 3. scroll down to '....' 4. see error
2024-03-31 01:58:04.000000000Z
360 qqbug _originally posted by @[HASH] in [LINK]
2024-03-31 09:25:02.000000000Z
in [[CODE]]([LINK] ), server for taobao ([LINK]) was **down**: - http code: 0 - response time: 0 ms
2024-03-31 23:30:21.000000000Z
this issue suggests solving the problem [2444. count subarrays with fixed bounds]([LINK]/). just like previous problems, this problem likely can also be solved by using a sliding window.
2024-03-31 10:36:26.000000000Z
horizontal lines of menu are of li tag. the still have bullets that need removing. the li tags need spacing more neatly!
2024-03-31 12:58:49.000000000Z
### class | ### feature request | glm3.5glm4api
2024-03-31 16:02:36.000000000Z
in [[CODE]]([LINK] ), pharmacomms ([LINK]/) was **down**: - http code: 0 - response time: 0 ms
2024-03-31 06:32:33.000000000Z
![screenshot 2024-03-31 at 17 30 20]([LINK]) thanks to co-pilot for helping me understand your code! all it needs is the password and the service the password is for.
2024-03-31 21:32:00.000000000Z
with latest code from a few moments ago, running [CODE] fails with: [CODE] visiting [LINK]/ does indeed show that it's been removed from archive.org
2024-03-31 05:27:57.000000000Z
can you add a command that open a ui and in the ui you can remove fakeplayers and add fakeplayers
2024-03-31 16:35:49.000000000Z
### is there an existing issue for this feature request? - [x] i have searched the existing issues ### is your feature request related to a problem? if you start a new project and add a model to build plate, then delete that model and add another. when you save that project or go to "export as one stl..." the original model name is used as the default filename. the same is true if you add multiple models to the bed and try to "export as one stl..." for each. all models will use the same default export filename. ### which printers will be beneficial to this feature? all ### describe the solution you'd like if the original model is removed from the project, clear the export filename from memory and replace it if required. ### describe alternatives you've considered 1. if no models are left on the bed after removing original model, clear export filename. 2. if other models remain on bed after removing original model, change export filename to next in list. 3. use the filename of selected model as default "export as one stl..." filename. 4. to cover both scenarios and might be the easiest to implement, change the default export filename to the last imported or selected model's filename, whichever happened last. ### additional context i often use the slicer to re-orientate my stl files for printing before sharing them online. currently if i have multiple files to orientate my my process is as follows. add them one at a time, orientate, save and start new project to retain correct filename. this process feels cumbersome and unnecessary. ideally i would be able to add all the files i wish to rotate and export at once and they export by default with their own filename.
2024-03-31 06:20:19.000000000Z
so ive just downloaded off forge plus the link and all its given is zip files. im not sure what to do, and i know this is old but this is something i need.
2024-03-31 15:29:31.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. (use this [button]([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. - [x] 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 address of the web page [CODE] ### category ads ### description some ads are getting through the filter, the video of the ad doesn't play but i have to wait 15 sec to watch a video. ![capture d'écran 2024-04-01 010703]([LINK]) ![capture d'écran 2024-04-01 010708]([LINK]) ### other extensions used chronos teleparty zenmate wayback machine google traduction picture-in-picture extension i don't care about cookies extension ublock origin return youtube dislike ### screenshot(s) screenshot(s) ![capture d'écran 2024-04-01 010703]([LINK]) ![capture d'écran 2024-04-01 010708]([LINK]) ### configuration [CODE]
2024-03-31 23:12:37.000000000Z
since the base class qgraphicsitem does inherit from q_object , it generates a casting warning where the inherited class - which also inherits from q_object - can not cast to the base class. in order to fix this the q_interfaces macro must be used. ![image]([LINK]) it should be noted that the base class also needs to use the q_declare_interface macro - which qgraphicsitem does.
2024-03-31 23:46:16.000000000Z
in [[CODE]]([LINK] ), techinasia_laravel_api ([LINK]) was **down**: - http code: 403 - response time: 233 ms
2024-03-31 09:50:03.000000000Z
# problem description people that have difficulties differentiating between colours (i.e., that are "colour blind") get less utility out of this tool, as figuring out which of the lines belongs to which label can be a hassle. the best solution to this problem, would be to use a number of different line styles (see, e.g., [matplotlib's linestyles]([LINK])) that can always be kept apart, irrespective of the colour they are in. # answer these questions (or i will ignore your issue) > 1. describe your platform / operative system and the **version of plotjuggler** you are using. irrelevant, but macos 14.3.1, plotjuggler [HASH] > 2. compile and try the latest version in the **main** branch and check if the problem persists. i am using a version compiled from the newest commit, which is [HASH] at the time of writing. > 3. check if the problem can be reproduced using the dummy data created by the command line argument "-t" or one of the files in the folder "datasamples". applies to any data file. > 4. if it can't be reproduced with the dummy data, __please__ share the csv file or the rosbag that can be used to reproduce the problem. applies to any data file.
2024-03-31 15:14:50.000000000Z
i'm looking forward to trying out the variable zoom
2024-03-31 06:54:53.000000000Z
# issue description hi, i have just started working with dynamo. i want to import geometry generated in dynamo (version 2.16) as a family into revit 2023. i used the familyinstancebygeometry node form spring nodes(version 210.1.1), but the result i got was only a dictionary without any other information. also, i couldn´t see the generated geometry in the revit environment. as an experiment, i created a very simple sphere in dynamo, but i can´t see it in revit either. however, i could use the same version of spring nodes successfully in revit 2021(dynamo version 2.6). why is this happening ? do i need to adjust any other settings? by the way, is there any other way to load geometry generated in dynamo as a family into revit? the importinstance.bygeometry node in dynamo´s built-in revit package isn´t suitable because it generates only a symbol. thank you very much in advance! ## dynamo version dynamo: [CODE] ## operating system os: [CODE] ## what did you do? (fill in here) ## what did you expect to see? (fill in here) ## what did you see instead? (fill in here) ## what packages or external references (if any) were used? ## stack trace [CODE] --- clr: [CODE]
2024-03-31 15:49:48.000000000Z
in [[CODE]]([LINK] ), ojolink (ojolink.fr) was **down**: - http code: 0 - response time: 0 ms
2024-03-31 10:18:10.000000000Z
### plugin link [LINK] ### notes ![image]([LINK]) the keyword icon is both out of place and unclickable. thank you! :)
2024-03-31 15:51:06.000000000Z
implement an option that if the smtp server is temporarily not available, mails get stored somewhere, and allow resending them once the server becomes available again, possibly via a cronjob. details have to be worked out, but some feature like that would be nice.
2024-03-31 19:11:31.000000000Z
i am developing a composite using kcl function code to create resources needed for an azure workload identity, namely a userassignedidentity, a federatedidentitycredential and a k8 object for a service account. the principalid of the userassignedidentity is needed by other composites to facilitate the creation of roleassignment resources for their own access needs. so i need to surface the principalid property from the composite somehow. note: roleassignment only accepts a principalid and has no selector option. the problem is userassignedidentity does not surface any information in connection details so [CODE] produces a secret with no data, and of course this then provides no data to propagate up to the composite itself. the [CODE] data surfaced by the userassignedidentity in the observed ocds dictionary does contain all the data needed of course but i'm not sure how to surface this to the composite. theoretically i could write my own secret with the required data but was wondering if there was a way of still using a composite's connectiondetails so the secret is written by crossplane. any ideas?
2024-03-31 02:28:46.000000000Z
fix the packaging of the app and create 1 single docker image to ease deployment (no need to include filebrowser)
2024-03-31 10:38:28.000000000Z
this issue lists renovate updates and detected dependencies. read the [dependency dashboard]([LINK]/) docs to learn more. ## repository problems renovate tried to run on this repository, but found these problems. - warn: found renovate config warnings ## edited/blocked these updates have been manually edited so renovate will no longer make changes. to discard all commits and start over, click on a checkbox. - [ ] chore(deps): update renovatebot/github-action action to v40.1.7 - [ ] chore(deps): update tj-actions/changed-files action to v44 ## detected dependencies dockerfile apps/alpine/dockerfile - [CODE] apps/ubuntu/dockerfile - [CODE] github-actions .github/workflows/build-images.yaml - [CODE] - [CODE] - [CODE] - [CODE] - [CODE] - [CODE] - [CODE] - [CODE] - [CODE] - [CODE] - [CODE] - [CODE] - [CODE] - [CODE] .github/workflows/get-changed-images.yaml - [CODE] - [CODE] .github/workflows/pr-validate.yaml .github/workflows/release-on-merge.yaml .github/workflows/release-scheduled.yaml .github/workflows/render-readme.yaml - [CODE] - [CODE] - [CODE] .github/workflows/renovate.yaml - [CODE] - [CODE] - [CODE] .github/workflows/simple-checks.yaml - [CODE] - [CODE] - [CODE] pip_requirements .github/scripts/requirements.txt
2024-03-31 00:38:16.000000000Z
good day team, python 3.7 is stills supported? getting couple errors while importing: from webexteamssdk.cards.card import adaptivecard from webexteamssdk.cards.inputs import text, number from webexteamssdk.cards.components import textblock from webexteamssdk.cards.actions import submit
2024-03-31 04:56:39.000000000Z
- [ ] an authenticated user is required for a successful response - [ ] successful response includes the user's [CODE], [CODE], [CODE], and [CODE]
2024-03-31 21:08:58.000000000Z
## feature description - ## details - ## tasks - [ ] ## due date
2024-03-31 14:59:26.000000000Z
sentry issue: [uc-helper-express-6qy]([LINK]/) [CODE] this issue was automatically created by sentry via [open github issue]([LINK]/)
2024-03-31 01:17:56.000000000Z
when the user selects "paper" there is a bug with the ai-choice variable.
2024-03-31 00:18:02.000000000Z
been wanted for a while. need to install playwright, which defaults to typescript, so i'd rather just pull the trigger now and get it over with. - make the necessary installations - reflect changes in config files - use ts-migrate
2024-03-31 21:57:04.000000000Z
in [[CODE]]([LINK] ), cashline tomcat - dev ([LINK]/) was **down**: - http code: 0 - response time: 0 ms
2024-03-31 10:46:00.000000000Z
i'm not sure whether this might be better suited for [mysociety/whatdotheyknow-theme]([LINK]) or not, but i'm placing it here for now. we've had user feedback that the "create a new account" form is more prominent, causing users to sign up for new accounts rather than using their existing login details. as the software currently works, duplicates with the same email will be caught, but it might be better to change the order. therefore, we could consider re-ordering these forms. this is how it currently looks on wdtk on a larger window: ![image]([LINK]) on a a simulated iphone 11 pro (i think only affecting screensize and user agent), the account creation form is the first thing you see: ![image]([LINK])
2024-03-31 11:47:29.000000000Z
1.6 introduced mystic trees that can grow from mystic tree seeds. the seeds read fine, but when planted, the trees are unknown tree type 13. (issue found by [USER] and tested by myself).
2024-03-31 19:24:27.000000000Z
in render.js [CODE] condition 'val === 0' is always false at this point because the false branch of the condition '!val' at line 59 has been taken
2024-03-31 02:49:39.000000000Z
in [[CODE]]([LINK] ), beyond.pl ([LINK]) was **down**: - http code: 403 - response time: 514 ms
2024-03-31 07:28:53.000000000Z
### package name archiver ### brief description of package easily create & extract archives, and compress & decompress files of various formats ### url for package's homepage [LINK] ### provide a basic test case to validate the package's functionality. _no response_ ### mingw environments where you need the package - [x] mingw64 - [ ] mingw32 - [x] ucrt64 - [x] clang64 - [ ] clang32 - [x] clangarm64 ### are you willing to submit a pr? maybe. if i know how to make a package for msys2 :)
2024-03-31 13:17:41.000000000Z
### describe the bug hi, i was interested in your project and set up a clean new ubuntu 22.04.4 vm. ### to reproduce after installing python 3.10.12 i tried your install documentation [LINK] [install flatpak]([LINK]) install flatpak-builder sudo apt-get install flatpak-builder install the gnome sdk flatpak install flathub org.gnome.sdk 43 clone the flathub repository and install the necessary sdk: git clone [LINK] cd org.gaphor.gaphor make setup build gaphor flatpak make install the flatpak make install when i run [CODE] i get a bunch of errors [CODE]poe install-schemas[CODE] i tried some approaches from you latest video with the same result... [LINK] ### expected behavior gaphor gui opens ### screenshots n.a. ### os - [x] linux (ubuntu 22.04.4 vm on virtualbox 7.0.12) - [ ] macos - [ ] windows ### version version of gaphor: latest (i assume, don't know how to verify) ### additional information a video from scratch would be nice. i may be able to do that once it works.
2024-03-31 12:18:36.000000000Z
in [[CODE]]([LINK] ), istat ([LINK]) was **down**: - http code: 0 - response time: 0 ms
2024-03-31 05:14:32.000000000Z