Jòan

Results 21 issues of Jòan

We run into a common problem using this library and [vuetifyjs](https://github.com/vuetifyjs/vuetify), and I think this library could be extended to offer a few basic components/functions to solve those issues with...

Currently, `cypher2sql` ignore the `abstractionLevelName` for properties and use the property name provided in the Cypher. In order to fix that, we can either: * Add a subquery when fetching...

bug
help wanted

The following configuration does not skip the `js/main.js` file: ``` js { clean: { js: ['js/', '!js/main.js'] } } ``` Is it intented ?

help wanted

Hi :wave: This PR adds backwards compatibility with the wire format from `4.3.0` (or lower). This is something that we need at StackBlitz in order to keep using the upstream...

This is a possible fix for #626. I wonder if we should return from `Comlink.expose` a function to deincrement that count again?

`proxyCounter` for an endpoint should at least be incremented by 1 when `Comlink.expose` is called on that endpoint. Otherwise things might break if a proxy is temporarily created to call...

Hello! :wave: ### TLDR; This PR improves the two-way communication test to fail if `WireValueType` and `MessageType` would happen to overlap again in the future. ### Full story First, I...

Small change that makes a huge difference for Stackblitz and somewhat improvements for local: ## Local Before: ![image](https://github.com/total-typescript/beginners-typescript-tutorial/assets/4008156/a5a1e3f8-cb90-4d08-bc31-cabc53cfd5ac) After: ![image](https://github.com/total-typescript/beginners-typescript-tutorial/assets/4008156/8f4247b7-30be-4fc0-aa28-e397b475a6f8) ## Stackblitz Before: ![image](https://github.com/total-typescript/beginners-typescript-tutorial/assets/4008156/29e83233-1082-4027-ab55-c0398f059894) After: ![image](https://github.com/total-typescript/beginners-typescript-tutorial/assets/4008156/6957e32b-478b-46c5-a57b-6045cf5815fc) Those were run in...

Hi! Thanks a lot for putting this crate up, this is quite a clever idea (thanks @kyren !). I have a question: would you be interested in adding variants where...

Add the following functions to `DataBinderContext` - `get_iter` - `register_iter` Implement the Frame logic to render: - Simple text _(look up -> compute new size -> update associated `LayoutBox`)_ -...

todos