-
[Types\to] `.format` could become a distinct function?
having a `format` function (in the Strings module?) would make a lot of sense
actually, plus it would help us to start getting rid of things that…
-
[Types\is?] should add `.strict` option for Object values?
in that case, it would return true only if the object's type
is the given one. If it inherits the given type - including
something like `is? …
-
[Types\is?] better inheritance identification needed
right now, we're merely comparing the names of the prototypes
but what if the prototype has been redefined in the meantime?
we actually have to imp…
-
[Types\define] check if inherited type is a BuiltinType
how do we handle this?
https://github.com/arturo-lang/arturo/blob/411617a1906063cf0adfd3ac06804dc4b29403a0/src/library/Types.nim#L169
```text
…
-
[Types\constructor] should show error if the constructor cannot be generated
https://github.com/arturo-lang/arturo/blob/411617a1906063cf0adfd3ac06804dc4b29403a0/src/library/Types.nim#L68
```text
# P…
-
We have [some tests](https://github.com/spring-projects/spring-boot/blob/b88a20fabb666a97311d64d15a89342b41f6b84c/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/a…
-
[Types\to] revise attributes
the attributes to this function seem to me a bit confusing. I mean, `to` is
supposed to convert a value to a given type. Obviously, if we convert a Block
value e.g. to a C…
-
It would be nice to include a list of organisations that use Cytoscape.js in the docs.
Please include:
- Organisation name
- Link to organisation site
-
Hi there!
I'm a solo dev looking to help with FOSS projects to improve my C/C++ and collaboration. I'm curious whether you're planning to do more work on Flappy and if I can lend a hand.
I have …
-
Richtige Räume finden!
https://github.com/Istani/SimpleYTHelper/blob/1ca70474dddbd3695b2a17ed507920a34b8b9d16/youtube/app.js.save#L230
```const package_info = require("./package.json");
var software…