Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

mulder999

mulder999 created a comment on an issue on MicrosoftDocs/azure-docs
@BharathNimmala-MSFT It would be helpful to document potential solutions to this problem, with a particular focus on approaches that allow users to resolve it independently without escalating to an...

View on GitHub

mulder999 created a review comment on a pull request on outline/outline
The [license](https://github.com/yuzutech/kroki.io/blob/master/LICENSE) for kroki.io is Mozilla Public License 2.0

View on GitHub

mulder999 created a review on a pull request on outline/outline

View on GitHub

mulder999 created a comment on an issue on jens-maus/RaspberryMatic
Despite reinstalling everything according to the manual procedure, the issue remains fully reproducible. The system functions perfectly for the first 5 minutes only. After that, it becomes erratic ...

View on GitHub

mulder999 opened an issue on umami-software/umami
Request to Improve or Configure the New Hash Feature
### Describe the feature or enhancement I would like to request the ability to disable or configure the new hash feature. Using hashes in SPAs is generally not considered best practice. Alternativ...
mulder999 opened an issue on umami-software/umami
PrismaClientValidationError
### Describe the Bug Latest version of application might crash with PrismaClientValidationError. ### Database PostgreSQL ### Relevant log output ```shell PrismaClientValidationError: Inval...
mulder999 opened a pull request on zerodevx/svelte-img
Workaround for CSP issue with Svelte5
Currently, Svelte 5 does not provide robust support for combining $$restProps with event bubbling. This workaround addresses [issue #56](https://github.com/zerodevx/svelte-img/issues/56), enabli...
mulder999 created a branch on mulder999/svelte-img

fixCompatibilityWithSvelte5 - High-performance responsive/progressive images for SvelteKit

mulder999 forked zerodevx/svelte-img

mulder999/svelte-img

mulder999 pushed 1 commit to master mulder999/svelte-bug-12879
  • Add @zerodevx/svelte-img plugin b44196f

View on GitHub

mulder999 created a comment on an issue on sveltejs/kit
Thanks, I’ve identified the issue—the culprit is actually the SvelteImg plugin https://github.com/zerodevx/svelte-img/blob/1c3dc99795d1df089060db63f66e14f23cdd6269/src/lib/SvelteImg.svelte#L82

View on GitHub

mulder999 created a comment on an issue on sveltejs/kit
@marekdedic Thank you for your input. You’re right—I was too hasty in providing my minimal reproduction, as it doesn’t fully capture the issues I’m facing with inline script handling in my actual p...

View on GitHub

mulder999 created a comment on an issue on sveltejs/kit
Is anyone currently addressing this issue? It's clearly a blocker for our transition to Svelte 5, and it's disappointing to be held back by legacy features as we move forward.

View on GitHub

mulder999 opened an issue on dj-nitehawk/MongoDB.Entities
Improvement: Allow Join with DB.UpdateAndGet()
I would like to atomically set a business lock on a child entity if its parent matches a given condition. This would likely requires the use of `Join` operator which is unfortunately not availab...
mulder999 created a comment on an issue on Splidejs/svelte-splide
@NaotoshiFujita @basaran Is this project still maintained ?

View on GitHub

mulder999 created a comment on a pull request on EnterpriseDB/repmgr
Thank you for the feedback. I understand the priority for a robust, upstream-worthy solution, especially for something as sensitive as password masking. My concern is that this security risk has be...

View on GitHub

mulder999 created a comment on an issue on atomiks/tippyjs
We also rely on it; however, since it’s no longer maintained, we need to take action—either by supporting it ourselves or planning for a replacement.

View on GitHub

mulder999 created a comment on an issue on atomiks/tippyjs
It is sad to see tippyJS is no longer supported/updated. What alternatives are you using ?

View on GitHub

mulder999 created a comment on a pull request on EnterpriseDB/repmgr
Thank you for getting back to me. As I mentioned, this was intended to be a quick fix for a high risk security issue. Masking the password is perfectly acceptable and precisely the enhancement I wa...

View on GitHub

mulder999 created a branch on mulder999/svelte-bug-12879

master

mulder999 created a comment on an issue on sveltejs/svelte
Thanks for pointers. Breaking the build without providing a clear error message is a bug, regardless of the intended behavior. Users need meaningful feedback to diagnose issues effectively.

View on GitHub

mulder999 opened an issue on sveltejs/svelte
Space before @html breaks the build
### Describe the bug Rune components do not support space between `{` and `@html`, whereas legacy do. ### Reproduction 1. Create a rune component that has `{ @html "ABCD"}` 2. Run `npm run buil...