-
The code uses some 'tools' which may only be available on Mac such as PlistBuddy.
but would it be possible if we can replace the files that aren't available on ios to alternatives? plistbuddy to s…
-
I've just realized that this package doesn't have API bindings to AES-GCM.
```
#/lib/src/api/aead.dart
/// Currently, only the crypto_aead_xchacha20poly1305_ietf_* APIs have been
/// implemented.
…
-
### Background story
I use this tool to demo AWS services, but the password will be show to the audiences during the environment set up. I don't feel comfortable about it.
### What does this exampl…
-
When you goto a url with a hash like #page-1 the rest of the content above can't be scrolled and the content below can go past the container.
-
[@sadmac7000] Most OO languages that don't allow some extremely irresponsible metaprogramming techniques have a sort of semantic inconsistency when acting on standard types.
Consider the following:
…
-
**Version**
24.4.0
**Code to reproduce**
```python
def test_structlog():
structlog.configure(processors=[ExceptionRenderer(ExceptionDictTransformer(show_locals=True)), JSONRenderer()])
…
-
Hi!
I saw that this is supported in Realtime Database (#183) and was wondering if there is any documentation available how to use this in Firestore applications?
Any help and pointers are apprec…
-
Hello!
I am using action-black configured in a github action job like this:
```
name: job-name
on:
push:
branches: "main"
jobs:
job-name:
runs-on: ubuntu-latest
defaults:…
-
Just including the argument parser raises my CLI tool binary size from 250KB to about 3MB
This seems a _bit_ excessive.
**ArgumentParser version:** `main`
**Swift version:** Apple Swift version…
-
Property wrappers could be a great fit to replace the `DynamicNodeEncoding` API. E.g.
```swift
struct Tag: Codable {
@Element var element: String
@Attribute var attribute: String
}
```
…