Dieter Oberkofler

Results 38 issues of Dieter Oberkofler

Although the packages does seem to contain an `index.d.ts` file, when using the plugin typescript complains with an message: ```typescript const esbuildAliasPlugin = require('esbuild-plugin-alias'); esbuildAliasPlugin(); ``` ```sh This expression is...

When running on webpack 5.1.0 the following deprecation message is shown: ``` ~/MyDev/ljs_app/trunk/desktop/ttr/web $ node --trace-deprecation node_modules/webpack/bin/webpack.js (node:19838) [DEP_WEBPACK_COMPILATION_ASSETS] DeprecationWarning: Compilation.assets will be frozen in future, all modifications are deprecated....

I have been trying to use [lima](https://github.com/lima-vm/lima) and [nerdctl](https://github.com/containerd/nerdctl) to run an Oracle Database Container on macOS on Intel and hopefully later also Apple Silicon. I have been using a...

database

I would need some additional linux packages in my Oracle Database container and was looking for a simple way to run any custom scripts during the creation of the docker...

I understand that the Oracle Database container are configured to persist over container recreation by mapping a volume on the host system. In my use case I would like to...

### Discord username (optional) _No response_ ### Describe the solution you'd like? ```text It would be immensely helpful to have Warp configure 2 folder actions during installation. similar to what...

I am trying to the `buildbot/buildbot-master:latest` docker image for my CI environment als it works like a charm except when trying to send emails. I use the following email configuration:...

bug

It seems as if the parse function would not parse strings in a strict way. When for example using `parse('2019-12-31T23:24:25.00', 'yyyy-MM-dd\'T\'HH:mm:ss.SSS', new Date())`, I would expect parse to assert because...