Philipp Kyeck

Results 21 issues of Philipp Kyeck

I think a lot of people are using CRA (create-react-app) and may want to include this - so a short how-to would be nice.

help wanted

and use the `git config user.name` feature to get the author's name

enhancement

we're running yarn with an offline cache (https://yarnpkg.com/blog/2016/11/24/offline-mirror/) and like to use greenkeeper to keep the dependencies up-to-date. kind of works with the lockfile-scripts but it doesn't add the tar-file...

- [x] Used appropriate template for the issue type - [x] Searched both open and closed issues for duplicates of this issue - [x] Title adequately and _concisely_ reflects the...

First of all: thank you for your lib! This is not meant as a rude question just to better understand when it would make sense to use your lib. When...

hi, i was wondering if you're planning to implement a REPLACE function so that we don't have to SELECT then INSERT. cheers

I'm trying to use this lib in my project but can't wrap my head around how exactly to integrate it. I'm using migrations so I have the auto-generated `models/index.js` that...

documentation

```javascript const restify = require('restify'); const server = restify.createServer(); server.get('/endpoint', (req, res) => { res.send({ a: 'ok' }); }); server.listen(8080, () => { console.log('%s listening at %s', server.name, server.url); });...

We had exceljs working with our old webpack/CRA v4 setup that looked like this: ``` // tsconfig.json { "compilerOptions": { "target": "ES2020", "lib": ["dom", "dom.iterable", "esnext", "webworker"], "allowJs": true, "skipLibCheck":...

## Environment * **Platform**: MacOS Ventura 13.6 * **Docker Version**: Docker version 24.0.6, build ed223bc * **Node.js Version**: node 16.17.0 * **Image Tag**: 20.10.0-alpine3.18 ## Expected Behavior I'm trying to...