Leonhardt Koepsell
Leonhardt Koepsell
Some tracks returned by Mobileclient.get_all_user_playlist_contents() do not contain the 'track' key which contains the track information. I've noticed that these problem tracks have a 'source' value of '1' while the...
I have an app that I deploy and teardown all the time as part of an automated test process. Part of my app includes certificates generated by cert-manager and provisioned...
`instascan` throws an error in my projects: > TypeError: Cannot read property 'slice' of null > parseJSFunc > node_modules/instascan/src/zxing.js:4 The projects are created with Create React App 2. CRA2 is...
I'm getting a NullPointerException from com.openhtmltopdf.svgsupport.OpenHtmlGvtFont but only when my project is running in my CI environment. When my project is running on my local development machine the code works...
On the [deploy docs page](https://github.com/EngineerBetter/control-tower/blob/master/docs/deploy.md#whitelisting-ips) there's a note that >The control plane will be restricted to the IP `control-tower deploy` was run from. I am working from a location that...
We are using createReducer throughout a React application. We always use these reducers with [React's useReducer hook](https://reactjs.org/docs/hooks-reference.html#usereducer). In this scenario it is cumbersome to supply the initial state to both...
I would like to use git-resource to checkout a ref that is determined in a build step. My thought was to pass the ref as a file to the resource....
Besides `any` and `maskable` there is another manifest icon purpose called `monochrome`. https://developer.mozilla.org/en-US/docs/Web/Manifest/icons#values On Android, monochrome icons from native apps are used by Material You with OS level theming. It...
### Is your feature request related to a problem? Please describe. In our application every piece of code that references the current time uses a instance of java.time.Clock. This technique...
I've been trying to use engineerd/configurator to install the latest version of kubernetes-sigs/kustomize, following the example given for kubernetes-sigs/kind. kind github release versions follow the expected convention (e.g. `v0.11.1`) however...