KS_HTK
KS_HTK
Would love to see support for OAuth implicit code flow, as described [here](https://dev.twitch.tv/docs/authentication/getting-tokens-oauth#oauth-implicit-code-flow) Had a bit difficulty getting it to work requiring a lot of requests to the actual api...
#### Your system information * Steam client version (build number or date): 1654818235 * Distribution (e.g. Ubuntu): SteamOS Holo * SteamOS version: 3.2 (Build: 20220526.100) * Opted into Steam client...
- [X] You are using the latest [version](https://github.com/niklasvh/html2canvas/releases) - [x] You are testing using the non-minified version of html2canvas and checked any potential issues reported in the console ### Bug...
#### Your system information * Steam client version: 1660688177 * SteamOS version: 3.3.1 (20220810.100) * Opted into Steam client beta?: Yes * Opted into SteamOS beta?: Yes * Have you...
## Original Title: [Feat] pydeck.Layer support for geojson.FeatureCollection in 'GeoJsonLayer' This issue was updated as I figured out why I was having issues with this. See the [comment](https://github.com/visgl/deck.gl/issues/8385#issuecomment-1880672851) below. Old...
### Link https://deckgl.readthedocs.io/en/latest/layer.html ### Description When using `'GeoJsonLayer'` and passing a python-geojson object to the `data` attribute the geojson object gets modified. This sideeffect is not documented. I spent a...
- added more functionality to the geojson export function. - updated some example networks to include a name, this can be usfull for testing. - added a converter to convert...
### Bug report checklis - [X] Searched the [issues page](https://github.com/e2nIEE/pandapower/issues) for similar reports - [X] Read the relevant sections of the [documentation](https://pandapower.readthedocs.io/en/latest/about.html) - [X] Browse the [tutorials](https://github.com/e2nIEE/pandapower/tree/develop/tutorials) and [tests](https://github.com/e2nIEE/pandapower/tree/develop/pandapower/test) for...
```python import geojson gj = geojson.FeatureCollection([geojson.Point((0, 0))]) print(gj.is_valid) print(gj.errors()) gj2 = geojson.FeatureCollection([geojson.Point((0, 0), True)]) print(gj2.is_valid) print(gj2.errors()) gj3 = geojson.FeatureCollection([geojson.FeatureCollection([geojson.Point((0, 0))])]) print(gj3.is_valid) print(gj3.errors()) ``` All three FeatureCollections above return `is_valid` as...
I have a hardcoded solution for level 32, it is 210 commands long. When inputting via script an issue occures. There is some sort of reed error of the clipboard...