Jerome De Leon
Jerome De Leon
> test/test-ghe-restore.sh What is this?
```js const { defineConfig } = require('windicss/helpers'); module.exports = defineConfig({ extract: { include: ['index.html', 'src/**/*.{html,svelte}'], }, theme: { extend: { fontFamily: { sans: ['Quicksand'], }, }, colors: { transparent: 'transparent',...
What I'm expecting is this IntelliSense for when I type in `colors.`, it should show all the colors I set up in the config, and pressing `colors.primary.` should show a...
@baradatbiu Unfortunately no and I'm not even sure if it was fix now since I haven't used this lib in a long time.
That would be nice too. The reason I suggested that is because I want to use what is already existed in the codebase of PS. We could make use of...
Wait. I just saw that PS already incorporated the `transactionalSession`. Is there a way for PS to send `transactionalSession` to SDK? same with `commit` and `abort`? something like: ` GET...
```js // create unique ID or something const transaction = Parse.Obejct.createTransaction(); // These operations will not be run until commit() is called // maybe save it to array of operations...
It's hard to check what went wrong when you `silent` the test.
Badly need this one
~~@Andarist I ended up touching some .js files but `flow` complains about the type not being declared and has no idea how to fix them 😞~~ I realized that in...