0xdbe
0xdbe
In order to use ``tplmap`` with python 3.10, I had to fix some issues: ## collections.mapping ### Error ``` Exiting: module 'collections' has no attribute 'Mapping' ``` ### Fix use...
**Describe the issue** ``azurerm_app_service`` has been deprecated in version 3.0 of the AzureRM provider and will be removed in version 4.0. it's superseded by ``azurerm_linux_web_app`` and ``azurerm_windows_web_app`` resources. **Examples** ```...
### Link to the code that reproduces this issue https://github.com/0xdbe/vercel-gtm ### To Reproduce 1. Start Application: `npm run dev` 2. Open http://localhost:3000/ ### Current vs. Expected behavior With a strict...
### TL;DR After migration from v3 to v4, Release-Please-Action not found ``version.rb`` in a Ruby Gem: `file lib//version.rb did not exist` ### Expected behavior Using ``ruby`` as release type, release...
### Core Library MSAL.js v2 (@azure/msal-browser) ### Core Library Version 2.18.0 ### Wrapper Library MSAL Angular (@azure/msal-angular) ### Wrapper Library Version 2.0.4 ### Description Since msal-angular 2.0.3, Observables from ``msalBroadcastService``...
``` Uncaught Error: Could not load undefined plugin at new constructor (videojs-snapshot.js:110) at b.snapshot (videojs-snapshot.js:424) at (index):25 ``` Don't forget to include "imageCapture.js" before "videojs-snapshot.js" ```html ```
With chrome 63: ``` videojs-snapshot.js:420 Uncaught ReferenceError: $ is not defined at b. (videojs-snapshot.js:420) at HTMLDivElement.e (video.min.js:23) at HTMLDivElement.d.dispatcher.d.dispatcher (video.min.js:23) at Object.h [as trigger] (video.min.js:23) at b.a.trigger (video.min.js:13) at b.handleTechPlay_...
Hi ! The package videojs-snapshot doesn't exist anymore on [https://www.npmjs.com](url) So, the only way to install this package is to build it : `$ git clone https://github.com/searKing/video-js-snapshot.git` `$ npm install`...