Bjorn Harvold

Results 30 issues of Bjorn Harvold

warning cloudinary-video-player > @babel/[email protected]: 🚨 This package has been deprecated in favor of separate inclusion of a polyfill and regenerator-runtime (when needed). See the @babel/polyfill docs (https://babeljs.io/docs/en/babel-polyfill) for more information....

enhancement

Hi, I saw that the openjdk-runtime supports either openjdk8 or openjdk11. I tried setting openjdk11 in my app.yaml. When I deployed I received this error: `The provided runtime_config.jdk option 'openjdk11'...

Getting this consistently when leaving the app open in a browser tab. Guessing the Service Worker / CDN is to blame for this. ![screencapture-jsonhero-io-2022-09-16-10_07_55](https://user-images.githubusercontent.com/641791/190548585-1b45e20f-88d2-4a41-882e-eb4bb7928e09.png)

good first issue
hacktoberfest

This is one of the few libraries that relies on rxjs-compat in order to run with Angular 6. Cheers

### Bug Report or Feature Request (mark with an `x`) ``` - [X] bug report -> please search issues before submitting ``` ### Versions. Angular: 11.2.7 jw-bootstrap-switch-ng2: 2.0.5 ### Repro...

#### Reproduction Steps to reproduce: 1. Go: https://ngx-sharebuttons.netlify.app/#/share-buttons-component on Mac OS 2. Click SMS button

need: investigation

### Bug description: This seems to be a timing issue and could be solved by slowing down the application. I've uploaded a video to show what happens. Here are the...

component: modal
needs: investigation
needs: stackblitz

This example can be found here: https://www.ical4j.org/examples/model/ ``` Calendar calendar = new Calendar(); calendar.getProperties().add(new ProdId("-//Ben Fortuna//iCal4j 1.0//EN")); calendar.getProperties().add(Version.VERSION_2_0); calendar.getProperties().add(CalScale.GREGORIAN); ``` This is no longer a valid way to add properties....

Hi, I have a lot of integration tests that use embedded mongo. I'm getting this problem on my build server: `com.mongodb.MongoWaitQueueFullException: Too many threads are already waiting for a connection....

Hi Team RapiDoc! Thank you for an absolutely awesome Web Component that makes me look like a pro 🦸‍♂️ Having an issue with applying basic auth header. I looked at...