Linus Groh
Linus Groh
Being able to split code across files is crucial for writing maintainable and reusable software. No strong feelings regarding syntax and actual implementation.
```jakt function foo() { return true return "foo" } ``` This should not compile, but generates the following: ```cpp #include "runtime/lib.h" String foo(); String foo(){ using _JaktCurrentFunctionReturnType = String; {...
Spec: https://tc39.es/ecma402/ - [x] Intl[ @@toStringTag ] - [x] Intl.getCanonicalLocales - [x] Intl.Collator - [x] Intl.Collator.prototype - [x] Intl.Collator.supportedLocalesOf - [x] Intl.Collator.prototype.constructor - [x] Intl.Collator.prototype [ @@toStringTag ] - [...
Currently there seems to be no way (GUI, mouse, keyboard) to access tabs that are "off-window" - i.e. if there are more tabs than horizontally fit into the window. ~~This...
I really like this project, however, it's still Python 2 only. It would be nice to see it run under e.g. Python 2.7 - 3.x (or even 2.6 to the...
The Android-like app launcher is very nice, however, the icons don't look as beautiful as they could (sorry @furmada , but are they drawn with MS Paint?). I think of...
https://gotify.net/ > a simple server for sending and receiving messages Sending messages to the Gotify server for broadcasting is super easy: https://gotify.net/docs/pushmsg HTTP `POST` to `/message?token=` with `title`, `message` and...
### Application information | Application name | Icon name | Context | Icon reference | | ---------------- | :--------- | :---------- | :------------- | | Encryptic | `encryptic` | Application...
### Application information | Application name | Icon name | Context | Icon reference | | ---------------- | :--------- | :---------- | :------------- | | Cura | `cura` | Application...
Hi there! As part of the [SerenityOS project](https://serenityos.org/) we're developing a web browser, simply called "Browser", and referred to as the "SerenityOS Browser" in contexts outside of the system. I'd...