-
- Remove extra iteration of code in `__init__.py` and `abuse.py`
- Re-structure code
- Add a seperate `dataset.py` for collected data
-
Today my colleague provided a different approach to some code, here:
https://github.com/artsy/peril-settings/pull/101/files#r253081362 To be fair, I'd just copy/pasted the code, so getting feedback …
-
### What happened?
I checked the kubelet source code and found that after receiving a request to delete a pod, it will determine whether the pod is in the process of being updated, and if it is, it w…
-
Нужно разработать типы (интерфейсы) на TS, который будет отражать в себе разные сущности для взаимодействие с микросервисом. Пример:
```ts
interface Users {
register(id: TelegramId, chat: ChatId): …
-
is it possible to make the elegant number button to be editable so that you can key in any value
-
The Twiss parameter plot for kuske / bessy3_5ba-20p_v_reference from Elegant is wrong? I run the file and get the same results as mad and apace ...
-
Currently the entire document is rendered as JSON. Format it nicely like the HTTP pacts.
-
[Core/__VerbosePackager] Find an elegant way to inject hidden functions
https://github.com/arturo-lang/arturo/blob/c2d3022195fe4a6f67f709a392e0d7849b9733b9/src/library/Core.nim#L529
```text
…
-
Great app! I love it so simple, so easy, so light.
I have simple FR, the citations for retrieval are handled a bit ugly, maybe you can trim them or say the citation comes from a server resource?
…
-
### The New Feature
重试机制是为了避免服务间歇性的不可用的一种应对措施(例如网络波动等)
重试机制需要配置:
1. 最大重试次数
2. 每次重试的超时时间
3. 重试开关(是否启用重试机制,静态开关,或者动态开关,根据请求数据进行决策,例如 请求头存在某个key, 请求的 path == /v1/api/demo )
4. 重试是否触发(根据响应数据进行…