-
**Fleet version**: 4.58.0
### 💥 Actual behavior
Currently, the `fleet --help` output does not include these Windows MDM config options: `--mdm_windows_wstep_identity_cert_bytes` and `--mdm_…
-
### What's wrong
```python
msg = {'Hello': 'World'}
nul_term = json.dumps(msg).encode('utf8') + b'\x00'
```
The second line gets flagged with WPS336.
### How it should be
Not flagged? I'm no…
-
### [REQUIRED] Environment info
**firebase-tools:** 9.14.0
**Platform:** macOS
For use storage emulator in local uses hack from https://github.com/googleapis/google-cloud-…
-
[BIP141](https://github.com/bitcoin/bips/blob/master/bip-0141.mediawiki#commitment-structure) says:
> The commitment […] must be **at least** 38 bytes, […]
Our check in ScriptPattern line 277 is…
-
# Proposal
## Problem statement
One of `CStr` constructors, `CStr::from_bytes_with_nul(bytes: &[u8])` handles 3 cases:
1. `bytes` has one NULL as the last value - creates CStr
2. `bytes` has no NULL…
-
We have long strings support in cuDF now, so we can deprecate the `max_text_bytes_per_part` parameter.
Related:
- https://github.com/NVIDIA/NeMo-Curator/pull/77
- https://github.com/NVIDIA/NeMo-Cura…
-
If a resource needs word values (or even longs), it would be easier on the end user to simply specify them as such, especially for large decimal values, instead of having to (probably) convert to hex,…
-
# Description
Some time ago you added a feature to SmartRedis to add a byte string array to the Orchestrator. This feature was added in a branch called put_bytes. Would it be possible to merge this f…
-
### Is this the right place to submit this?
- [X] This is not a security vulnerability or a crashing bug
- [X] This is not a question about how to use Istio
### Bug Description
I have been trying t…
-
```python
In [1]: from tatsu import compile
...:
...: parser = compile(r"""
...: start = text ;
...: text = { sentence }* ;
...: sentence = { word }+ …
gjask updated
1 month ago