jackyzy823

Results 23 issues of 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...

Async

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. ![Screenshot from 2022-07-18 12-49-02](https://user-images.githubusercontent.com/2900871/179505403-0eb23b8e-edde-435a-9c0d-deb628dca196.png)

UI looks like: Desktop ![Screenshot from 2021-10-02 05-18-51](https://user-images.githubusercontent.com/2900871/135703414-376f43cc-0e0a-413a-8cc9-bb832946a583.png) Mobile: 1.toggle off ![Screenshot from 2021-10-02 05-19-32](https://user-images.githubusercontent.com/2900871/135703425-abfc4c05-b042-44cb-8d28-5846ff46a7a4.png) 2.toggle on ![Screenshot from 2021-10-02 05-19-54](https://user-images.githubusercontent.com/2900871/135703426-f6b62236-f89f-48e0-93bd-996a9e662479.png) 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...

RaSrcAddress
InterfaceOptions

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...

bug

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...