-
Hi, I am just visiting the Caustics section of howtolens in tutorial 5. I'm not sure what I'm supposed to be seeing but I don't think it plots anything other than the tangential critical cure.
The co…
-
The more I've seen, the more I've realized that it's very unusual for a computational Python package to make calls to a remote server by default, especially calls that share the data being processed. …
-
There's a few sneaky URDF parsing issues that caught me:
1) in offsets.cpp: `boost::split(rpy_pieces, rpy_str, boost::is_any_of(" "));` If the model doesn't contain an explicit RPY, this segfaults…
-
### Current Behavior
The `@nx/rspack:rspack` executor ignores the `baseHref` option. The output `index.html` file does not have the `` tag when this option is provided.
I ended up using this code to…
-
Setting certain linker options like `-Wl,-z,now` or `-Wl,-z,lazy` in `/etc/clang/clang.cfg` breaks `clang` and `clang -v`, giving both noise in the output as well as affecting its exit code.
This i…
-
### Which @angular/* package(s) are relevant/related to the feature request?
_No response_
### Description
This is a follow up of https://github.com/angular/angular/pull/49660
I have been …
-
The goals of this proposal are:
* Introduce the concept of a sealed interface.
* Allow more freedom to sealed class, unify both sealed interface and sealed class as the same concept.
* Seamlessly…
-
@nicoddemus @asottile
This is still an issue with the latest pytest across tests (e.g. when one tests change the logging config and add a stream handler pointing to stdout, a subsequent test that d…
-
Under Ubuntu 20.04 LTS the snap-installed gimp -2.10.20 (/snap/bin/gimp) cannot open NFS or CIFS files/paths that are fully accessible to other apps. After removing the snap version of gimp and insta…
-
There are a lot of cases where the methods on the classes return null to represent a mission value.
And the callers of the methods should be careful to handle them.
```php
/**
* @return User|nul…