Constantin Piber

Results 14 issues of Constantin Piber

I found my config file in `~/.config/config.toml`, the folder `zentile` wasn't created. `$XDG_CONFIG_HOME` is properly set. Ubuntu 20.04 using LXDE/OpenBox. Also could you please add info like this (path to...

The command fails with `Error: Not Found`, if `https://api.github.com/repos///issues/0/comments?per_page=100` returns ``` { "message": "Not Found", "documentation_url": "https://docs.github.com/rest/reference/issues#list-issue-comments" } ``` Though playing around I noticed that creating a dummy issue and...

Since this repo appears to be dead, here's a shameless plug for my own fork cpiber/epub-gen-memory. A few major differences: - Rewritten in TypeScript, with modern libraries and async/await -...

First of all: On the [build from source page](https://www.nodegit.org/guides/install/from-source/) only the build-essentials are listed, here the packages from the [README](https://github.com/nodegit/nodegit/blob/master/README.md#getting-started) are missing. Far more painful, because there is no resource...

In https://github.com/egoist/rollup-plugin-postcss/blob/118253e402b2c7b99c4504ad45d72f3244a756bd/src/sass-loader.js#L59 a comment explicitly says to pass it down to other importers, but that's not what's happening, according to https://github.com/sass/node-sass#importer--v200---experimental, the call should be `done(null)` instead, same in https://github.com/egoist/rollup-plugin-postcss/blob/118253e402b2c7b99c4504ad45d72f3244a756bd/src/sass-loader.js#L42

Please export the mentioned types for applications that want to wrap JSZip and thus need to provide the types as well.

## 🐛 Bug Report `jest-puppeteer` doesn't support ES Module config files; In `type: module` packages it should therefore find `jest-puppeteer.config.cjs` instead. ## To Reproduce Steps to reproduce the behavior: -...

good first issue 🤙
enhancement ✨

It would be great if there were a option to filter the sass output, kind of like the preprocessor, but even earlier, which receives the whole sass output (not just...

In regular `chalk`, we can use the `chalk.stderr` instance to get colored information suitable for stderr. There is no such way according to https://github.com/chalk/chalk/issues/568#issuecomment-1288782463.

This filters binary files from 'surviving' LOC output, similar to ins,del Also not sure if this is intended, but `ins` and `del` do not use the `file_list` at all, meaning...