Results 93 issues of refi64

Fbuild hasn't had a release in years. It's time for that to change!! - [ ] Make sure MinGW works again. - [ ] Clean up the flags vs cflags...

See #7. This shouldn't need to be implemented in the MSVC builders for slightly obvious reasons.

Enhancement

**Describe the bug** If I pass unsigned numbers to `complexity_normalized(SampleEntropy)`, the resulting entropy is negative. **Minimal Working Example** A few examples: ```julia julia> entropy_sample(rand(UInt32,6000)) -0.0020435533500534255 julia> entropy_sample(rand(UInt32,6000), normalize = false)...

bug

It should be: ``` mkdir -p ~/.vim/autoload ~/.vim/bundle && \ curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim ``` Taken from [the pathogen README](https://github.com/tpope/vim-pathogen#installation).

I just found qo recently, and it looks really nice. However, someone on Reddit pointed out that he didn't see any dependency checking. Does qo just rebuild everything every time?...

That way it can be used on Linux!

The usual double-tap-to-seek code flow is: 1. The user double-taps the screen, which sets `_mountSeek[...]Button` to `true` (mounting the indicator and starting its animation) and starts a submission timer. 2....

On the native backend, this is essentially available for free: we just need to swap the flag given to the `screenshot-raw` command. This option is simply ignored by the web...

Using a plain Material means that functionality that's tied to the nearest Scaffold, suck as SnackBars, won't actually be displayed on the page.

When I ran the Cilium command outlined in the README, I got this in my terminal: ``` level=warning msg="Support for Consul as a kvstore backend has been deprecated due to...

bug
help wanted