daniel sieradski
daniel sieradski
Here's my config ```js module.exports = { entryPoints: ['./lib/**/*.ts'], outDir: './dist', esbuild: { minify: false, target: 'es2015', plugins: [esbuildPluginTsc()], }, }; ``` And here's the command telling me that it...
It's been three years. I'm sad to say that GitHub ignored all of our efforts to get them to acknowledge this petition's existence. It never even broke 500 signers despite...
Hello again, I remain a big fan of Astral after all these years. But it's a genuine pain in the ass to have to wait for all my stars to...
My emitter: ```ts import Emittery from 'emittery' import { logger } from './' const eventBus: Emittery = new Emittery({ debug: { name: 'eventBus', enabled: process.env.ENVIRONMENT !== 'production', logger: (type, debugName,...
Ok, so let's say you have a very rudimentary blog: ## Post index [Live example](https://nuxt-vercel-builder-sitemap-issue.vercel.app/posts) ```html {{ post.title }} {{ post.body }} export default { name: 'Posts', data() { return...
Despite being set to default, in the `VueApexCharts` component, to a `width` of `100%`,\* and despite manually setting a `width` of `100%`, the `VueApexCharts` canvas object is always set to...
## What did you expect to happen? Python packages should have updated. Running `pip3 list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1...
i'm getting 500 errors submitting posts to strapi because this extension seems to be choking on the unique id field ``` [2021-08-02T03:03:18.800Z] debug GET /content-manager/collection-types/application::posts.posts?page=1&pageSize=20&_sort=date:DESC (97 ms) 200 [2021-08-02T03:03:24.820Z] debug...
I use a Digital Ocean managed MySQL cluster. Problem 1: The cluster requires SSL (`mysqli_ssl_set = REQUIRED`). You don't presently support that, so I have to manually add it in...