jackyzy823
jackyzy823
AsyncHttpClient not work with LibreSSL ### Example Just the official example of httpclient with https url ```nim import std/[asyncdispatch, httpclient] proc asyncProc(): Future[string] {.async.} = var client = newAsyncHttpClient() return...
Since the #1360 PR moves web-server to static web. so the docker image `standardnotes/web` will no longer receive update? I know using AWS CloudFront + S3 to serve static content...
The size of standardnotes/web image is becoming larger and larger (from about 400 MB to 1.4 GB). Is it possbile to shrink it? Some advices which may help: 1. do...
For example https://nitter.net/JRC_Shinkan_cn Username and handle is partly overlapped by profile avatar. 
UI looks like: Desktop  Mobile: 1.toggle off  2.toggle on  TODO: Should we limit numbers of recommendations in twitter...
Origin from: https://github.com/lxn/walk/commit/9c42a8dc7a94c4af30db82626e24ec55fd48a5da#commitcomment-33674182 After https://github.com/lxn/walk/commit/e918ceb58768422acc50c8eef574e50512cf3d1d . TabWidget still makes first focusable and textSelectable widget full selected. Can we prevent this behavior? Thanks.
java -jar snowflake-1.0.4.jar Error Message: ``` Exception in thread "main" java.lang.Error: Cannot load javax.swing.plaf.metal.MetalLookAndFeel at java.desktop/javax.swing.UIManager.initializeDefaultLAF(UIManager.java:1406) at java.desktop/javax.swing.UIManager.initialize(UIManager.java:1517) at java.desktop/javax.swing.UIManager.maybeInitialize(UIManager.java:1483) at java.desktop/javax.swing.UIManager.getDefaults(UIManager.java:709) at java.desktop/javax.swing.UIManager.getColor(UIManager.java:751) at java.desktop/javax.swing.plaf.nimbus.DerivedColor.rederiveColor(DerivedColor.java:81) at java.desktop/javax.swing.plaf.nimbus.NimbusDefaults.getDerivedColor(NimbusDefaults.java:1640) at java.desktop/javax.swing.plaf.nimbus.NimbusDefaults.addColor(NimbusDefaults.java:1597)...
current AdvRASrcAddress will only be used when matched one of valid link local addresses. https://github.com/radvd-project/radvd/blob/b368cb98da5da44154994de573fea24b7c7858fc/device-common.c#L182 I hope that when sysctl `net.ipv6.ip_nonlocal_bind=1` is set, AdvRASrcAddress can directly set iface->props.if_addr_rasrc whatever it...
I have a question about collection. since user can create collections and all these `name` -> `collection_id` are stored in the same table. Will this design be abused? like a...
First of all, thanks for your project saving my laptop from annoying Ryzen freeze/ random reboot. I hope that there's a enable-c6 service (running before suspend/hibernate). Otherwise my laptop will...