Magicking
Magicking
When using the python client to get light state, the lightsd daemon segfault, here is the traceback: ipython shell using lightsc.py ```python >>> c.get_light_state("*") ``` Lightsd: ```[2018-07-15T18:54:41.169062+02:00] [DEBUG] lightsd: sending...
Update documentation to deprecated part of the documentation. ## Motivation The documentation even a deprecated one is still documentation! ## Solution Update the link
### What I did Added: - viaIR optimiser option support Related issue: #1477 ### How I did it - Add options passing from brownie configuration to solc JSON config -...
When entering a hexadecimal (e.g: 0x93247f2209abcacf57b75a51dafae777f9dd38bc7053d1af526f220a7489a6d3a2753e5f3e8b1cfe39b56f43611df74a) string in the schema editor in the value, it get converted to a number ยซ 2.264731349119913e+115 ยป instead of sticking to the hexadecimal reprensation.
Using a standard logger interface would allow having a drop-in replacement for Go logging with ApplicationInsights
**Problem** Somes probe systems uses HTTP status code as **yes**(200-2XX)/**no**(503) rather than **yes**(200)/**maybe**(206)/**no**(503), requiring complex configuration for integration (e.g: Kubernetes [probes](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.21/#probe-v1-core), shell scripts, ...). To help those systems a non-breaking...
As highlighted by @dangerousfood [here](https://twitter.com/josephdelong/status/1747675651048386705). ERC20 compliant contracts do no need to implement the `name`, `symbol` nor `decimal` functions as specified by the [EIP20](https://github.com/ethereum/ercs/blob/master/ERCS/erc-20.md) since they are optional. This issue...
According to specification the first byte of the withdrawal credential should be a prefix (see https://github.com/ethereum/eth2.0-specs/blob/dev/specs/phase0/deposit-contract.md#withdrawal-credentials) where here https://github.com/CarlBeek/eth2.0-deposit-tooling/blob/master/deposit.py#L95 it's the plain hash without prefix.
It seems that some bots are now using unicode to bypass automatic Twitter spam filter: Message sample: `Don't panic,contact ๐ก๐๐ฌ๐ก๐๐ฒ๐๐๐ซ on ๐ข๐ง๐ฌ๐ญ๐๐ ๐ซ๐๐ฆ to get help with recovery ,show him evidence,and...
Write a script to fetch the default README of each project URL structured in a list and pipe each README text to chat GPT to make it write a summary...