Sid

Results 57 comments of Sid

@9fingerdev Could you elaborate a little on what you mean by basic tests?

Maybe even formatting. Perhaps we can allow people to selectively enable what changes the extension will make to your schema.

@nikolasburk That's correct still. What I meant is that we assume anyone who switches this option on knows what they're doing. In my case, I would have added those fields...

In case this helps, I ran into this with a smaller repro: ``` const std = @import("std"); pub const io_mode = .evented; pub fn main() !void { var gpa =...

You need to configure `react-native-svg` as well. Follow steps in README [here](https://github.com/react-native-community/react-native-svg)

You need to configure `react-native-svg` as well. Follow steps in README [here](https://github.com/react-native-community/react-native-svg)

I think it was called sql2pc, and it took in some SQL and "converted" it into a Prisma Client script. This SQL could come from a DB dump, and I...

Hey @alexvilchis, apologies for the delay, and thanks for the investigation! You're right that the WS URL is not configurable. Rather than an environment variable, how about I add a...

I don't know about `--base-url` honestly, its pretty vague, it could mean anything, I like self-documenting CLI params.

Hey @keidarcy and others, Studio no longer uses a Websocket connection to talk to the backend, it instead uses regular HTTP POST calls. These are made on the relative path...