-
## Environment
```bash
System:
OS: macOS 10.15.1
CPU: (4) x64 Intel(R) Core(TM) i5-4570R CPU @ 2.70GHz
Memory: 193.41 MB / 8.00 GB
Shell: 5.7.1 - /bin/zsh
Binaries:
Nod…
-
I believe the current mechanism used for hostname lookups interferes with truly asynchronous networking. The async dial() ends up using the getaddrinfo() C library call, which can show serious blockin…
-
I have a router with built-in DNS server capabilities. It's behaving in the following way:
1. When it's queried for a name that has multiple IP addresses, it returns all of them in the ANSWER secti…
-
Although I have run meteor many times, there's no folder `.meteor/local/build`. Is this something they have changed about meteor, or is there a specific command that would create and populate that fo…
-
[Wintun](https://github.com/nulldotblack/wintun)
[ligolo-ng](https://github.com/nicocha30/ligolo-ng)
[wireguard TUN](https://github.com/WireGuard/wireguard-go/tree/master/tun)
[Universal TUN/TAP dr…
-
Hi! Thanks for making this gem, loving it. So many options to choose from.
Sometimes using it causes my gem to produce occasional segmentation faults. I'm still developing my gem, so it's not relea…
shime updated
5 years ago
-
Hi, I am doing all samples in this guide but get same exception in all projects, following step by step.
I have Unity 5.6.1f1, Firebase Unity SDK 4.0.1
InitializationException: A Firebase shared l…
-
I'm trying to fetch HathiTrust metadata for books in a spreadsheet via their HathiTrust IDs and `Volume()`
![Screenshot 2023-04-18 at 4 58 29 PM](https://user-images.githubusercontent.com/20325102/…
-
# Bug report
### Bug description:
Seems like when a GenericAlias is passed into `typing.get_type_hints` it fails.
```python
from typing import get_type_hints
class Foo[T]:
type: T
…
-
here's the latest form of the GraphQLType module that i originally posted to graphql-ruby
a lot of reorg, cleanup and configurability - there's probably things in there that are oriented towards th…