Pavel Kuzmin
Pavel Kuzmin
# Description rewrote everything to ts Fixed several possible bugs. --- I hope I rewrote everything to ts for a reason, please rate my work 👍
https://github.com/ruby2d/ruby2d/blob/4f20a96ccfda85a98567312140eac868724eca60/lib/ruby2d/cli/build.rb#L350 https://github.com/ruby2d/ruby2d/blob/4f20a96ccfda85a98567312140eac868724eca60/lib/ruby2d/cli/build.rb#L362 What happened to the code after version 0.11.1 ? You removed these functions, but did not rewrite the assembly for ios I tried to fix it myself, but...
webpack-cleanup-plugin is causing a warning with Webpack 4. When I run` node --trace-deprecation ./node_modules/.bin/webpack` get this: ``` (node:50169) DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead at WebpackCleanupPlugin.apply...
Hello, you have a conflict here. You are using version 4, but forgiving to use it. ``` "devDependencies": { .... "typescript": "^4.0.2", ``` and ``` "peerDependencies": { "typescript": ">= 2...
Добрый день, у вас отличается версия в гите и в релизе, файл composer.json от новой версии, остальное от старой, для примера в релизной версии осталось ``` use Zend\Diactoros\Uri; ``` при...
need to use in nuxt pluginx example: ``` import type { Plugin } from '@nuxt/types'; const NuxtPlugin: Plugin = (context) => { context.$toast('toast enabled'); } ``` ## Description ## Related...
https://youtrack.jetbrains.com/issue/WEB-57089/ESLint823-TypeError-thislibOptionsparse-is-not-a-function need for fix this
update jest to latest and add transformIgnorePatterns (https://github.com/axios/axios/issues/5026)
## Description Fixes https://github.com/chatwoot/chatwoot/issues/8567 ## Type of change Please delete options that are not relevant. - [x] Bug fix (non-breaking change which fixes an issue) ## How Has This Been...
### What change does this PR introduce? New telegram provider ### Why was this change needed? Closes https://github.com/novuhq/novu/issues/2409 ### Other information (Screenshots) I just updated the code to the latest...