Wesley Moore

Results 98 issues of Wesley Moore

- Connected/disconnected - Signal strength - Click for ssid?

https://github.com/hyunsik/bytesize/pull/11 removed the implementation of `Sub` for `ByteSize` as well as the `as_usize` method. The example in the documentation tries to use both: https://github.com/hyunsik/bytesize/blob/9d8e13f05fe2fb2596a5534e86ef135af5bae6a3/src/lib.rs#L18 Trying to run this example results...

I deal with Unicode a fair bit and `chars` is a handy tool. Sometimes it would be convenient to know which Unicode version assigned a particular codepoint. E.g the output...

`guifont` can be set to a list of fonts but gnvim only supports parsing a single font https://github.com/vhakulinen/gnvim/blob/6ba47373545c6e9be3677a3ae695415809cf2fdf/src/ui/font.rs#L33 ``` *'guifont'* *'gfn'* *E235* *E596* 'guifont' 'gfn' string (default "") global This...

When registering a new account on a local development instance the registration kept failing for me. Eventually I poked through the code and found that a password complexity check is...

`faq` fails with this error: ``` Error: failed to encode as pretty: xml.Decoder.Token() - XML syntax error on line 1: expected attribute name in element ``` when fed this valid...

bug
dependency

I cloned and built `revery-quick-start` and started looking through `App.re` to see how it all works. I noticed it opens `Revery.UI` but there didn't seem to be any documentation for...

bug
A-docs

E.g. https://brick.freetls.fastly.net/Source+Code+Pro:400

I have the following action for handing the favicon. (I need to have it as its own action instead of it falling back to asset handing because I have have...