atkawa7

Results 13 issues of atkawa7

When using this library I am getting `Invalid VAPID token`. This occurs randomly sometimes you won't get it at all. Sometimes you do. ``` [main] DEBUG *.*.*.PushService - header Authorization...

On these lines https://github.com/xiph/vorbis/blob/master/lib/vorbisfile.c#L1009-L1017. Had to add an additional method on windows. ````c #ifdef _WIN32 int ov_wfopen(const wchar_t *path, OggVorbis_File *vf) { int ret; FILE *f = _wfopen(path, L"rb"); if...

Django pgviews current fails to work with multiple databases. The issue is the connection get called with the default database but not the alternative one. To fix that I added...

See #39

Kindly provide feature comparisons with other tools like [asciinema](https://github.com/asciinema/asciinema)

documentation

Uses reflection on `InetAddress` which no longer exists ```java final var cacheField = InetAddress.class.getDeclaredField("addressCache"); cacheField.setAccessible(true); final var addressCache = cacheField.get(InetAddress.class); var clazz = addressCache.getClass(); final var cacheMapField = clazz.getDeclaredField("cache"); cacheMapField.setAccessible(true);...

enhancement

An example is something like this https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/664133/CH_Nationality_List_20171130_v1.csv/preview

https://github.com/cncf/landscape https://github.com/cncf/artwork

question

### Describe the bug How to align markdown tables left and not center. Is there a option to use to make table aligned left and not center by default. Currently...

bug