-
The function that returns the primary address information is slow and is used all over the place. Can this be optimized? Ideally for 3.5.1. Don't know what the scope of this is.
-
Should we add support for dictionary/table like types to `mylang` making it very dynamic
https://www.lua.org/pil/2.5.html
https://www.lua.org/pil/11.1.html
If not we probably want static typing…
jbcoe updated
3 years ago
-
charms.reactive.Endpoint should expose network-get results, providing the bind and ingress addresses for the endpoint. It should also be exposed on the Relation in the same way.
For the 'cluster' e…
-
-
Keybord shortcuts are gone from documentation - http://ipython.org/ipython-doc/2/notebook/notebook.html#keyboard-shortcuts - which is sad, because you can not check the difference between IPython vers…
-
The following results in `Error: internal error: '=destroy' operator not found for type seq[Foo]` on the for loop.
Iterating over `.mitems`, or assigning the seq to a local first works around this.
…
-
When case-splitting on `x` in `B.agda`, we get the pattern `(;A.A⁺.a x)` which is a
parse error rather the completely valid `(a x)`.
`A.agda`:
```agda
open import Level
module A {l : Level} (…
-
# Why?
"Store locators" are a common use-case for most retailers or organisations with physical premises.
We have built them for a few of our clients and it's time to make a _generic_ example that…
-
BPO | [29533](https://bugs.python.org/issue29533)
--- | :---
Nosy | @pfmoore, @orsenthil, @tjguk, @schlamar, @zware, @eryksun, @zooba, @juliadolgova
PRs | python/cpython#247
Files | [checklib.py](http…
-
(@ainar-g: updating the top post to summarize the discussion, define the UI, and add the special-use domains; original content is under the `` tag.)
Currently, AdGuard Home forwards all queries ups…