Eliya Cohen

Results 45 issues of Eliya Cohen

Typescript 4.5 has introduced the [Awaited](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-5.html#the-awaited-type-and-promise-improvements) type, which recursively extracts the value inside a promise.

I'm looking to integrate hot reload for my angularjs application. The thing is, I'm using vite rather than webpack. I was wondering if this library could be integrated with vite...

First thing I came up with, is by calling `computedInputs` in the `nexusPrisma` option. But it won't work since they need to be handled differently depending on the situation, but...

I often find the code that I'm looking for in two ways. Either from Chrome Inspector or React Devtools. Currently, both of them can't help me. Given the following code:...

Following the Reddit tutorial, [there's a section that demonstrates splitting machines](https://xstate.js.org/docs/tutorials/reddit.html#splitting-machines). In that section, they create a factory that creates a machine given a subreddit name. This is my translation...

I have two simple tables: ```sql CREATE TABLE agencies ( id SERIAL PRIMARY KEY .... ); CREATE TABLE users ( id SERIAL PRIMARY KEY, agency_id INT NOT NULL REFERENCES agencies...

I'm getting the following error: ``` TypeError: Right-hand side of 'instanceof' is not an object ❯ cloneObject file:/home/.../node_modules/.pnpm/[email protected][email protected]/node_modules/react-hook-form/dist/index.esm.mjs:574:55 ❯ createFormControl file:/home/.../node_modules/.pnpm/[email protected][email protected]/node_modules/react-hook-form/dist/index.esm.mjs:1347:26 ❯ Module.useForm file:/home/.../node_modules/.pnpm/[email protected][email protected]/node_modules/react-hook-form/dist/index.esm.mjs:2203:16 ``` which points to the [following...

enhancement

Hi there, Is there an option to add SQL IN Operator?

## Bug Report ### Plugin(s) ### Capacitor Version ``` Capacitor Doctor 💊 Latest Dependencies: @capacitor/cli: 3.6.0 @capacitor/core: 3.6.0 @capacitor/android: 3.6.0 @capacitor/ios: 3.6.0 Installed Dependencies: @capacitor/cli: 3.5.0 @capacitor/core: 3.5.0 @capacitor/android: 3.5.0...

platform: web

I had my hands on Ionic CLI today, and I usually build my apps with Angular CLI. I heard Ionic CLI integrates well with the Angular CLI (or to be...