Steven
Steven
Has anyone thought about how to support windows? I was thinking of using [WebView](https://docs.microsoft.com/en-us/uwp/api/Windows.UI.Xaml.Controls.WebView) which supports Windows 8 and Windows 10. > In apps compiled for Windows 10, WebView uses...
I read your hackernoon article and it inspired me. I'm trying to adapt [my repo](https://github.com/styfle/react-server-example-tsx) to add hot reloading and I'm running into a problem where the server returns an...
This adds initial support for ruby using the system installed version (in PATH). These are references: - https://github.com/seapy/aws-lambda-custom-runtime-builder-for-ruby - https://hub.docker.com/r/lambci/lambda `lambci/lambda:ruby2.5`
GitHub changed the way markdown renders to html. This fixes the headings in the README.
The current badge is using https://bundlephobia.com and returns 429. Likely because the bundle size can't be computed for most npm packages since most are not designed for the browser. This...
> All LTS releases will be assigned a "codename" drawn from the names of elements on the Periodic Table of Elements. For each upcoming LTS release, the Release working group...
Do you have a web interface for `package-size`? I have a similar tool called [Package Phobia](https://github.com/styfle/packagephobia) which shows a single package's history over time. There's also [Bundle Phobia](https://bundlephobia.com) which shows...
The readme says "Universal. Can support any server framework or REST client" Can restyped utilize [window.fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API)? If so, can you add an example to the README?