tmoschou
tmoschou
## Describe the bug When using `Tabs` from `[email protected]` with server-side rendering using latest Next.js, the browser console warns of inconsistent id props, despite using `SSRProvider`. E.g. ``` Warning: Prop...
Adds a fix to the `uname` command / subprocess spawned which was not cleaned up / reaped appropriately on Darwin. The result was a zombie process / resource leak that...
The `uname` command / subprocess spawned by vpnkit is not cleaned up / reaped appropriately. The result is a zombie subprocess which lingers in the process table. This seems to...
`display.max_cols` has a default value of 20 when not running in a terminal such as Jupyter Notebook. This was a little confusing as the documentation for the default parameters generated...
## Standards checklist: - [x] The PR title is descriptive. - [x] The PR doesn't replicate another PR which is already open. - [x] I have read the contribution guide...
The example Dockerfile in the [Create a Dockerfile in your python App Project](https://github.com/docker-library/docs/blob/master/python/content.md#create-a-dockerfile-in-your-python-app-project) section in the image documentation should have ```Dockerfile ENV PYTHONUNBUFFERED=1 ``` or add the `-u` option to...
This was a particularly difficult bug to work out. Running `scalac -help` for 2.11.12 gives ``` -target: Target platform for object files. All JVM 1.5 targets are deprecated. (jvm-1.5,jvm-1.6,jvm-1.7,jvm-1.8) default:jvm-1.6...
## What is the purpose of the change Currently `GenericData.resolveUnion(schema, datum)` will throw an `AvroRuntimeException` if datum is a subclass (or any instance) of the target type of an applicable...
Currently the `spring.autoconfigure.exclude` property is bound as a `List, Boolean>`. Binding to a map will allow merging from different property sources and profiles. E.g. ```yaml --- spring: config.activate.on-profile: nosecurity autoconfigure:...