Alex Kraft

Results 16 issues of Alex Kraft

Just wondering if it may be worth to add a third column "CPU & MEM". So you can see languages that are best at both CPU & MEM? Score calculated...

The code below would work 10 times faster if compiled with `AsyncHttpServer` instead of `HttpBeast`. I guess it's because it uses `spawn` and competes with `HttpBeast` for same `ThreadPool`. Not...

A popular way to serve static files is to calculate file hash and set never expiring cache. It could be done same as in Ruby in Rails. 1 Provide helper...

Hi, can you please explain how the `clear` works? The docs says > clear - If set to true, will clear the network after every activation. > This is useful...

I tried to install it with ``` brew install ocaml ocamlsdl cd wanderers make ``` and got an error ``` make -f makefile.inc nc ocamlopt \ \ -I lib/ -I...

With every launch on mac os, it causes mac os to ask the following question "Do you want to the application Chromium.app to accept incoming network connections?" ### Steps to...

feature
good first issue
documentation

Hi Adam, thanks for another cool tool. It seems to me that there's some strange behavior with trailing slashes. In case if you are working on remote machine, it uses...

I mistakenly wrote, do not pay attention, accidentally missed repository.

Allow supply classes for notifications. ``` JavaScript $('.js-notifications').notify({ message: {text: 'Hello!' }, class: "my-custom-alert-class" }).show(); ```

### Description The code below wold cause error ```Nim import std/[json, jsonutils, tables] echo $({ 1: "v".to_json }.to_table.to_json) ``` ### Nim Version Nim Compiler Version 1.6.12 [MacOSX: amd64] Compiled at...

Standard Library