-
My next (final?) frontier is ABI handling in ```pkg``` on MacOS, which is fundamentally different from ABI handling on other OSes, so here is the issue to start the discussion:
Darwin support added…
-
# Description:
Our project currently utilizes the [pkg](https://www.npmjs.com/package/pkg) npm package to generate binaries. However, 'pkg' has been archived and is no longer maintained, which may le…
-
Since the combining of the ALS and extesnion repositories we have not released ALS as a seperate package.
This will need some CI review and update.
-
## Describe the current behavior
We're using github.com/pkg/errors
## Describe the improvement
use something else - above is deprecated/archived.
## Additional context
_Add any other context about…
-
Thank you for making MFEM portable across platforms. I noticed that MacPorts has MFEM 4.5.2 and FreeBSD pkg has 4.4.
-
We currently have to tell people to jump through hoops like
```nix
pkgs = import nixpkgs { config = {}; overlays = []; system = builtins.currentSystem; };
```
as a measure of defensive program…
-
### Component(s)
pkg/ottl
### Is your feature request related to a problem? Please describe.
OTTL docs exist, but I get the sense that they are sufficient. We get lots and lots of questions …
-
I just installed `ClimateTools.jl` which uses `Extremes.jl` and got an outdated notice
```
(ERA5) pkg> st
Status `~/ERA5/Project.toml`
[4f4ee721] ClimateTools v0.24.1
⌅ [2913bbd2] StatsBase v0.…
-
### Component(s)
pkg/ottl
### Is your feature request related to a problem? Please describe.
The `Time` converter errors messages currently refer to the Go's layout elements instead of the ctime-li…
-
*main.dart*
```dart
import 'package:dio/dio.dart';
void main() async {
final dio = Dio();
final response = await dio.get('https://pub.dev');
print(response.data);
}
```
```
dio:
…