Quang Luong

Results 5 issues of Quang Luong

How can I have something like this? CREATE TABLE foo ( someint INT NOT NULL CHECK (someint >= 0 AND someint

enhancement

I can use the `image` function in native C++ api. But, it's not working in Julia (at least on my computer) ![image](https://user-images.githubusercontent.com/13181907/61677154-0c20f500-ad31-11e9-8eab-b24591829540.png) After clicking exit the window ![image](https://user-images.githubusercontent.com/13181907/61677203-4094b100-ad31-11e9-96d9-9fdde24172e8.png) Seem like...

### Original ```rkt (struct S ([aaaaa #:mutable] [bbbbbbbbbbb #:mutable] [ccccc #:mutable] [ddddd #:mutable] [eeeee #:mutable]) #:transparent) ``` ### After ```rkt (struct S ([aaaaa #:mutable] [bbbbbbbbbbb #:mutable] [ccccc #:mutable] [ddddd #:mutable]...

Developers tend to mix two of them together. Perhaps `fmt` can have an option to convert them all to either of the variant, improving the consistency.

enhancement

[pcap_lookupdev(char *)](https://www.tcpdump.org/manpages/pcap_lookupdev.3pcap.html) is deprecated