Rens

Results 13 issues of Rens

add this fore myself so i can set size pouchdb option, so i can avoid safari. but maybe useful for others

**Describe the bug** When you use `authlib.integrations.starlette_client`. And you make a request. the `authlib.integrations.starlette_client` will use the refresh token if you acces token is expired. But if authorization server gives...

role:client
integration:starlette

The pytest complains about: ``` /usr/lib/python3/dist-packages/pygments/lexer.py:48: RuntimeWarning: coroutine 'bus_address' was never awaited ``` This can be fixed by adding. ``` # pytest.ini [pytest] asyncio_mode = auto ``` or replace `@pytest.fixture()`...

bug

#### What type of PR is this? /kind feature #### What this PR does / why we need it: kubeconfig support the option [proxy-url](https://kubernetes.io/docs/reference/config-api/kubeconfig.v1/#Cluster) . This is option is ignored...

kind/feature
lgtm
cncf-cla: yes
size/S
release-note
lifecycle/rotten

**What is the feature and why do you need it**: kubeconfig support the cluster option [proxy-url](https://kubernetes.io/docs/reference/config-api/kubeconfig.v1/#Cluster). I think it would be useful if function like `load_kube_config` would use that to...

kind/feature
lifecycle/rotten

not yet really familiar with you library but i think this will make it compile in newer ghc ghc-8 does no longer export generic instance for Double, Int but those...

made a couple of changes, and maybe they can be useful for you. It's now 1 single pull request, but i can split it up if you interesserend. the change:...

original EdgeMarker would add edgemarkers for all layers with getLatLng. now its tracks a single coordinate with: L.EdgeMarker(coordinate,options); or a single marker with: marker.bindEdgemarker(options);

My goal is that you only can view you score after you have submitted your answers. see also #133 I have made a options `hideScoreBeforeSubmit` that enables this. Also add...

If you want to use interactive book for a test. You don't want it to show score before you submit your answers. So people can't change there answer until they...