-
Based on the current design, nothing stops an app from just raytracing the entire room and generating a 3d mesh of your world. This seems like a potential privacy concern. Should the API be rate-limit…
-
https://w3c.github.io/wpub/#cover
Some in the group expressed interest in allowing the cover to be something other than an image. The cover section is mostly written with the assumption that the co…
-
Organizations in the Maven world leverage the [BOM concept](https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html) to predefine "blessed" or "known" dependency version…
-
As pointed out on the list, it would be great to support `.d.ts` files for haxe/js, much like we support `.swc` for `haxe/flash` and `.jar` for `haxe/java`.
-
Due to Taginfo, out of 872k benches, 294k of them are tagged with backrest=yes.
https://taginfo.openstreetmap.org/tags/amenity=bench#overview
As sitting on non-backrest benches is not comfortable,…
-
## Change netlifycms.org website (website folder in this repo) to use Gatsby instead of Hugo
Seems like there could be benefits to using Gatsby instead of Hugo since netlify cms is React based and …
-
I'm trying to understand if/how 'MERGEFIELDS' are supported within gooxml, or if it is the kind of thing I would need to drop into `.X()` to handle?
I did see that there are `doc.FormFields()`, `r.…
-
A structural challenge has been cropping up as SAFETAG is receiving more inputs from the community, and I'd like to have an open thread here to map it out.
TL;DR: Add a new structural level to SAFE…
-
## Benefits of using CRDs
Using a CRD would have a number of benefits:
* A hierarchical representation would allow a more natural way to group related configurations together.
* Since Kubernete…
-
**Version Used**:
Microsoft.CodeAnalysis v2.8.0
**Steps to Reproduce**:
1. Obtain `ITryOperation` for the next `try` statement:
```csharp
try
{
}
catch (System.Exception ex)
{
}
finally
…