Daniel Wilkowski

Results 48 issues of Daniel Wilkowski

Currently, documentation states that "you only need to replace `preg_` with `preg::`", but that's not true, since you also need to add the namespace. We should remove the namesapce so...

question
future-release

- [ ] Include a detailed documentation of every public method - [ ] Include only `@param`, `@returns` and `@throws` tags. - [ ] Include `@psalm` and `@phpstan` annotations -...

documentation
priority
in progress

In the build JS there's ``` ///... var package$feature = package$com.feature || (package$com.feature = {}); package$feature.main_kand9s$ = main; package$feature.Platform = Platform; main([]); })); ``` You can see it calls `main([]);`...

Go is a lower-level language similarly to Ć in my opinion, and it's really popular now. I think you could get Ć very popular, if it supported go.

enhancement
backend

Hi! I love your idea for a language specifically designed to be transpiled to other languages! I myself code with multiple langauges and always missed the option like this. However,...

enhancement

### Basic info: - **Node.js version:** 16.13.0 - **jsdom version:** 19.0.0 1. Use any styles, that depend on specificy ```css .parent p { color: black; } // this should take...

css

1. Build an unended track (one that just ends) 2. Put a train on it, and let it got to the end of the track and stop 3. Using "Info"...

This code is really low quallity. Few commits could make it usable

I can see why this ```php namespace App; if (\is_string($s)) ``` is supposed to work faster then this ```php namespace App; if (is_string($s)) ``` but I was wondering if, without...

Given that the file system is virtual, and as I understand fairly independent of the underlying system, it would seam it's possible to set a custom directory separator. I have...