Thijs Wijnmaalen

Results 7 issues of Thijs Wijnmaalen

Hello, Some packages are not listed in package.json, I get an error indicating that the package 'underscore' cannot be found when I try to deploy an app using Google Cloud...

Hi, First and foremost, thanks for making this client :) As a suggestion, I would propose an idea that will make the insertion of dates to the database a bit...

### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/.github/CONTRIBUTING.md). - [X] I agree to follow the [Code of Conduct](https://github.com/ionic-team/stencil/blob/main/CODE_OF_CONDUCT.md). - [X] I have searched for [existing issues](https://github.com/ionic-team/stencil/issues) that already...

I'm trying to use this plugin (thanks for working on it!) but I'm getting an error that no stable version is available. Any chance a stable version will be released?

I'm curious about the possibility of writing an OAuth provider in userland code. I'm currently interacting with one that doesn't seem to justify inclusion in this library due to its...

question

Thanks for this demo project. I was looking how routing is being handled in combination with the browser history API, but I guess it does not work completely as you'd...

With the following set up, the algorithm yield the results display below: ``` js import layout from 'image-layout/layouts/fixed-partition' const elements = [ {"width":800,"height":536}, {"width":708,"height":800}, {"width":800,"height":536} ] const result = layout(elements,...