-
# Bug report
### Bug description:
```python
from unittest.mock import patch
class Proxy(object):
config = {}
def __getattr__(self, name):
return self.config[name]
def _…
-
## Feature Description
As per this internal [Slack](https://10up.slack.com/archives/CBKKQEBR9/p1712684918723259) conversation, the following code snippet can be refactored. The resolution map shoul…
-
„Връх на техническото развитие“. По настоящем доста често се използва в последните научни статии около ИИ. Да не се бърка с „work of art“ – произведение на изкуството.
-
This is what I wrote in #8290
> I think there’s two very different ways we use synchronized:
>
> * To guard in-memory state. For the accesses we acquire the lock, read or write some fields, and rele…
-
Icon state still resets to default.
Tweak in use are bolders reborn and atria.
iOS 16.2 ip14pm.
Please take a look to support bolders reborn.
Ty in advance.
Ver 1.0 partially working app in fold…
-
React version: v18.3
## Steps To Reproduce
1. Open the codesandbox link below
2. Add characters in the middle of each input
3. The first input works as expected. In the second input, the c…
-
### Benefit
Create SGID data set
### Acceptance Criteria
- [ ] Compare to and reconcile w/Risk data set
- [ ] Ongoing stewardship
- [ ] Incorporate into SGID
### Notes
_No response_
### Risks
_…
-
Instead of getting all recent messages to generate the state, a similarity should be done on the vectors.
This way we only get relevant messages in the current state
-
### Steps to reproduce the problem
1. `POST /api/v1/admin/ip_blocks?ip=8.8.8.8` to create an IpBlock with id=1
2. `PUT /api/v1/admin/ip_blocks/:id?ip=8.8.4.4` to update that IpBlock with a new ip
#…
trwnh updated
1 month ago
-
### Describe the problem
Today when I tried migrate, I had:
```ts
type TileStatus = "Success" | "Error" | "Warning" | "Info" | "Loading";
// svelte 4
let status: TileStatus = "Loading";
/…