Tobias Bengfort

Results 184 comments of Tobias Bengfort

Reacting to https://github.com/twbs/bootstrap/pull/38489#issuecomment-1518506999: > Let's keep the PRs at bay for now and discuss any potential changes in the issue. I could see us darkening things a little, but this...

I tend slightly towards "comments". But what about "xx arguments/comments in yy discussions"?

I guess that creating a MultiPolygon version of `pointInPolygon` makes this a bit more complicated.

[Wikipedia](https://en.wikipedia.org/wiki/GeoJSON#Geometries) has a good overview of geometries in GeoJSON. The short summary is: Polygons can have holes, Multipolygons can contain multiple disjoint polygons. The leaflet documentation on [polygons](http://leafletjs.com/reference.html#polygon) mentiones that...

Wouldn't the `--remout-ro` option solve this? ```sh bwrap --bind / / --bind . /here true --remount-ro / ``` The only downside I see is that the mountpoints that bubblewrap creates...

Option (1) has been implemented in #925. I would like (3) to be implemented so I will leave this open.

Here is the script to add missing selections. Note that for some reason this is counted as a selection, but it does not show up in the sidebar. ``` python...

I have the same issue on linux with ruby 2.1.5. It shows up with rouge 1.9.0, but not with rouge 1.8.0. I could not find any relevant changes in the...

> On linux and osx I'm not getting this warnings with Rouge 1.9.1 I still get the warnings with Rouge 1.9.1 on linux. I would be happy to supply additional...

Upstream issue is tracked in https://github.com/jneen/rouge/issues/296