Jerome De Leon

Results 11 issues of Jerome De Leon

This is great for devs! 🥂 However, it would better if we were able to set priority level for sources and should be on the top of our list based...

Status: Accepted
Priority: Low
Type: Feature
Status: On Hold

I set up everything on svelte + vite integration with windicss and using `theme()` doesn't seem to work but everything worked fine like `@apply`, and `css inside template auto-completion (class="bg-blue-500")`....

p2-low
contribution welcome
has workaround
feature

### Issue Description I was trying to cancel an a PFile when I noticed in my network that it successfully cancelled the PFile but created another request to continue saving...

type:bug
bounty:$20

**Is your feature request related to a problem? Please describe.** This was already supported in the PServer, but in JS-SDK, it limits us to only perform either save or delete...

type:feature
bounty:$100

**What**: https://github.com/emotion-js/emotion/issues/3075 **Why**: To fix inconsistent type from https://github.com/emotion-js/emotion/issues/3075 **How**: Reorganizing the `@emotion/utils` by moving the types to the proper package. **Checklist**: - [ ] Documentation n/a - [x] Tests...

**Current behavior:** I am trying to follow the existing implementation to create a Vue global component but I'm having a type issue when trying to reuse the sheet constructor and...

bug
needs triage

## Describe the bug **Node.js version:** 18.6.1 **OS version:** macOS 12.6 **Description:** When I used the v5 of this lib, I am getting a type error from the `encoding` field...

bug

I'm infinitely getting this error every time after installing this package. ```js [error] Cannot read properties of undefined (reading 'filter'): TypeError: Cannot read properties of undefined (reading 'filter') at updateDiagnostics...

# Description Currently, the `kysely.config.ts` file is importing the `kysely` instance I created on a separate file and the path is an alias path like `@/path/to/kysely`. This throws an error...