Roland Tepp

Results 12 issues of Roland Tepp

### Discord username (optional) luolong ### Describe the bug I am playing with some `tput` magic on Warp and I am seeing some weird behavior. Basically, I have written a...

As a brand new Perl6/Raku user I am always a little surprised that while all Rakudo resources talk about using Zef package manager, the _state of the art_ of installing...

Sometimes as developers we know exactly that we should be able to ignore certain schema validation errors. Examples of such use cases would be: - Strategic merge patch of a...

I want to enable external issue tracker integration in Gitea projects to Taiga. For this, I need to be able to provide a single URL template for a numeric ticket...

I think it is great that I can filter my repositories by tags, but quite often, when working with multiple repositories, I need to run my git command on a...

I just tried to split a module in two and as I moved (mouse dragged) source files from one package to another, there were compilation errors, because the source files...

improvement

When running `ceylon test` tool, one has to enumerate all test modules to run them. What about "detecting" all the modules in the project and running all modules that import...

FEATURE
m-test

Current implementation and design of `ceylon.http.*` module API is woefully inconsistent and lacks many useful features. This issue tries to enumerate and track those: - [ ] Inconsistent _Request Uri_...

m-http-server
m-http-client
m-http-common

Since `ceylon.locale` and `ceylon.time` both need to have access to time zone information, we should split most of the time zone related classes away from `ceylon.time` library into a separate...

m-time

Now that Ceylon has full support for `native` implementations, we can make use of native JVM and/or Javascript to get current time zone name and offset information from current platform.

m-time