Mauro Bieg

Results 37 issues of Mauro Bieg

Got this idea when seeing asterius, they even have a pandoc demo: https://github.com/tweag/asterius/blob/master/README.md#demos but not sure about the performance, ease of maintainability etc. Edit: alternatively, we could try: - spawning...

Eventually, I would like to distribute PanWriter in one of the app stores as well, or at least keep the door open to do so. Since the GPL and for...

Thanks for the promising tool! I'm trying to integrate it into a page that is served at `mydomain.com/articles/new` while the js is served from `/assets/drawerJs/dist/drawerJs.standalone.min.js` etc. First I ran into...

enhancement

I realize this pull request may be a bit premature, but I wanted to put it out there for people to have a look and give feedback. (Otherwise just merge...

Sample schema which [validates](https://apitools.dev/swagger-parser/online/): ```yaml openapi: 3.0.0 info: version: 1.0.0 title: Simple API components: schemas: default: type: object properties: name: type: string paths: /artists: get: description: Returns a list of...

I was poking around at the source, wondering what this library does differently than a [popular StackOverflow answer](https://stackoverflow.com/a/38552302/214446). In [`base64_url_decode.js`](https://github.com/auth0/jwt-decode/blob/master/lib/base64_url_decode.js), I found just two additions this library has: 1. ```js...

This is not really urgent, but I was thinking of adding xlsx support (in addition to csv) to the [pandoc-placetable filter](https://github.com/mb21/pandoc-placetable), so I'd need a `Worksheet -> [[Text]]` function. I...

Trying to access sleepy.mongoose (started with the `--xorigin` flag) from JavaScript with CORS on Chrome and Safari, I always got `501 Unsupported method ('OPTIONS')`. So I implemented it, works fine...

Previously, I got: error [email protected]: The engine "node" is incompatible with this module. Expected version ">=4