Adam Babik
Adam Babik
> I am also wondering why the name (`runme.dev/name`) has the runme prefix? Seems unnecessary to me. Any reasoning behind? It is possible that `Metadata` contains `name` as well if...
There are two issues: 1. Preserving UUIDs 2. Generating UUID for new cells Regarding the first issue, I think it might be ok not to preserve UUIDs at all between...
I agree that `--chdir` and `--filename` are a poor UX design choice. The suggestions also make sense. The only thing is to provide good defaults which seem to fit nicely...
I was thinking about hiding it when it's empty but if I read TS correctly, `NotebookCellData` [requires presence of `languageId` always](https://github.com/microsoft/vscode/blob/085c409898bbc89c83409f6a394e73130b932add/src/vscode-dts/vscode.d.ts#L13731).
> Another approach is to use a health check endpoint that returns an HTTP 200 status code when the server is ready to receive traffic. +1 and I remember @degrammer...
> It dumps env on a disk; it would be much better to avoid that. @sourishkrout @mxsdev If we don't know a simple and reliable way to avoid this at...
Hi @MusabShakeel576! Thank you for your interest in our project. Contributions are highly welcome! > I ran make release by following [contributing guide](https://github.com/stateful/runme/blob/main/CONTRIBUTING.md#releasing) and I didn't get any warnings for...
@MusabShakeel576 Let's upgrade it and pin it to [the latest release available](https://github.com/goreleaser/goreleaser/releases) in both places.
There is https://github.com/stateful/runme/issues/105 which I filled in with description.
@notasausage Hey, could you paste how you invoke `gulp()` with those two tasks? I'll try to reproduce that and fix during the weekend.