johnpgr

Results 10 comments of johnpgr

```javascript // the color inversion from prose-invert doesn't work with the daisyUI plugin activated on the project. {content} ```

Update: this bug happens when executing with string parameters as well, and also happens in postgres-js. ```ts const articlesWithAuthor = await articlePreparedQueryNodePg.execute({ author: "John Doe", limit: 10, offset: 0, });...

Bump. having this exact same issue with bun-sqlite

@nirmitjoshi I'm trying to get that done, but telescope doesn't provide any functions to easily re-arrange list items, so I'm having some trouble implementing my own, since I'm relatively new...

It looks like there is an implementation of that in `marks.lua` I'll try to copy that

There you go. I added a mark rearranging feature to the PR. However this makes this setup a lot longer, it might be time to rewrite it into a harpoon2...

@gvolpe Yes, I noticed this bug, I got it working by using a indexOf helper function to get the index of the mark in the list correctly. Here it is...

Same issue here. Bun version: 0.6.6 Drizzle-Orm version: 0.26.3 ![Screenshot_20230601_185602](https://github.com/drizzle-team/drizzle-orm/assets/62309738/da7b0445-0c8d-40f0-9886-0940e9a420ce)

My PR didn't address re-arranging marks. I'm gonna try to make it possible

> I am searching for a similar feature that allows me to display the parent folder at the top, similar to how neo-tree does it. I'm also looking for that...