Logan
Logan
The way the library works via `v-html` allows someone to inject arbitrary html if they can control the input string to linkify. An example is [here](https://codesandbox.io/s/autumn-morning-iw1gn?file=/src/App.vue) The linkify notes on...
Hey, I'm really enjoying playing with OwnPhotos, but I ran into an issue that I can't figure out how to fix without digging into the database. Essentially, I accidentally added...
Depends on https://github.com/porter-dev/porter-update-action/pull/8 ## Pull request type Please check the type of change your PR introduces: - [ ] Bugfix - [x] Feature - [ ] Other (please describe): ##...
I have a schema and relationship defined as follows: Table chat_event: `id (bigint)` Table message: ``` id (bigint) id_chat_event (bigint, fk, uq, nn) ``` So a chat_event Belongs To a...
Hi! What is the current status on Vue 3 compatibility? I'd be happy to test out a branch if there is one in development. Thanks
Hello! I'm very interested in using neffos to build a chat application. Scaling has been a concern in the past, and I found neffos after researching scalable websocket implementations in...
I am using graphql-code-gen with urql and I am trying to use a subscription to subscribe to events in a room. I don't know the value of roomId during script...
Example output: ``` ######################################################################################### # # # This script was auto-generated from a Justfile by just.sh. # # # # Generated with just.sh version 0.0.2. # # https://github.com/jstrieb/just.sh # #...
### Describe the bug On Firefox 132.0.2 I have to press escape twice to close the combobox in the demos on this page: https://www.melt-ui.com/docs/builders/combobox On earlier versions of Firefox (I...
### Description When the Riot electron app is minimized and it is immediately switched to a maximized state, Windows brings it to front and immediately the screen flashes black before...