Mike

Results 63 issues of Mike

Hi 👋, I created a branch in my fork at [mikenikles/javascript-algorithms](https://github.com/mikenikles/javascript-algorithms/tree/configure-gitpod) where I configured [Gitpod](https://www.gitpod.io). It allows anyone to click a button in the `README.md` to start an ephemeral development...

Hi, First of all, thanks for maintaining this project 🙏 ! As part of one of my tasks, I'd like to execute `npm init svelte@next -y`. The challenge I run...

documentation
cold

I think in the end its the decision of the community team, but let me give my two cents: I feel like it might be a bit confusing when clicking...

section: docs

For `/docs/*` URLs, we display a menu on the left-hand side that is currently hard-coded in `src/lib/contents/docs/menu.ts`. In #1393, we move the documentation to a different repository and updating the...

section: docs

I recently upgraded `@types/node` to `16.11.11` and started to notice the following two errors. Expand to see logs gitpod /workspace/webstone/packages/cli $ pnpm prepublishOnly > @webstone/[email protected] prepublishOnly /workspace/webstone/packages/cli > pnpm build...

Hi 👋, It'd be great if env variables could be provided via URL parameters so that there's no need to commit an `app.json` file to the repository. As an example,...

Hey 👋 , I noticed an interesting situation with line breaks. Take this example: ``` RUN bash -lc "rvm install ruby-2.5.1 && \ rvm use ruby-ruby-2.5.1 --default" ``` It renders...

bug
some functions have no respect

Hi, I've got the following field I'd like to map: ``` public EnumMap spaces; ``` Is there an easy way to build my own EnumMapConverter class based on existing code?...

This is to ensure every Webstone app comes with a testing framework configured and ready to be extended by developers as they work on their application. For e2e tests, we'll...

testing