Hugo ATTAL

Results 70 issues of Hugo ATTAL

Example with naive ui: ```vue import { defineComponent } from 'vue' import { darkTheme } from 'naive-ui' export default defineComponent({ setup() { return { darkTheme } } }) ``` We...

🏗️ Feature
🎢 Editor
P3
S3

Backend routes should handle upload

Seems like the frontend template does not compile due to new additions to config

🐞 Bug
🎢 Editor
P2
S3

There are valid usecases when user want to access tokens in the logic

🏗️ Feature
🎢 Editor
P3
S3

Sort properties Display all properties Make properties optional

🏗️ Feature
🎢 Editor
P3
S3

- Add custom background color - Move should move content

🏗️ Feature
🎢 Editor
P4
S4

It's painful to use a random + floor, even worse when we want it in a specific range.

🏗️ Feature
🎢 Editor
P4
S4

We should be able to create enum at least on types files.

🏗️ Feature
🎢 Editor
P3
S3

Here's a little reproduction: ``` SELECT 42::text; SELECT 42::numeric; SELECT 42::integer; ``` When this run on https://pglite.dev/repl/, I get: Notice how the numeric is aligned to the left as it's...

Here's my usecase: I have a rather big and complex project with a ton of components. It works flawlessly until I open the DevTools browser extension. From this, it becomes...