vwkd

Results 81 issues of vwkd

It'd be great to have an option to show the author date in addition to the (commit) date that's currently shown. The author date is useful because it doesn't change...

Frequently I find myself wanting to clean up renames from history. Currently, I'm doing this manually. I either start from the root and go forwards in time, or start from...

I'd like to catch an error from a nested field resolver in higher-up middleware. For example, I have a GraphQL schema ```graphql type Query { bookById(id: ID!): Book } type...

Just a thought how to maybe motivate using recursion a bit more. Feel free to change the wording. Just the first thing that came to mind. Otherwise great work! I...

The ability to clone a subdirectory with `degit user/repo/subdirectory` is great! Currently it seems that it doesn't check if the subdirectory exists in the repo. If it doesn't, it creates...

### Clear and concise description of the problem When building in library mode for a `.js` file that imports styles, Vite generates a `style.css` file in the target directory alongside...

enhancement
feat: css
has workaround
feat: library mode

The book does a great job on the How. It explains well how Nushell works. But it lacks a bit on the Why. The Introduction hints on it but it...

Support transactions in the Query Editor. ```edgeql start transaction; select "hello world"; commit; ``` Currently, it fails with an error. ``` DisabledCapabilityError: cannot execute transaction control commands: disabled by the...

enhancement

The Schema Graph is great. It really helps to visualize the schema. Currently it's only showing the property names and the links as simple arrows. It would be great if...

enhancement

Could the single "user timeline" room be enough or are "thread" rooms necessary? It would require members of Bob's "timeline room" to be able to reply to messages (replies to...