-
sub MAIN(Str :$sort where * = 'app'|'env'){}
The above very simple program eats all memory and dies:
19612 user 2 103 0 2845M 2667M CPU11 11 3:39 100.08% rakudo
# uname -a
FreeB…
-
## The Problem
At the REPL:
```
[0] > die unless ("{$_}" for ^1).join eq "0"
Use of uninitialized value $_ of type Any in string context.
Methods .^name, .raku, .gist, or .say can be used to …
-
Hi Steve.
After looking into the article https://blogs.cuttingedge.it/steven/posts/2011/meanwhile-on-the-command-side-of-my-architecture/
I see that the way we have this interface "ICommandHandl…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
TD-er updated
1 month ago
-
I was programming in TypeScript and when using generics, if i typed `Array` it automatically typed `Array` which is annoying. its a great feature for html file and frameworks, but when programming in…
-
Ok so I don't know where to post this, but I encounter this problem already multiple times over the past months, maybe even weekly. I am working on my thesis and I'm using TeX Live distribution. This …
-
## The Problem
Consider a program like this:
```raku
class B {} # trying to define a stub class
class A {
has B $.b;
}
class B {
has Mu $.something; # doesn't matter; i just wa…
-
> This style of programming doesn’t work with cyclic data structures (values are always trees), so indexes are often used to express auxiliary relations. This, however, gets in a way of type-based gen…
-
### MediaPipe Solution (you are using)
Poser Landmark detection
### Programming language
Python
### Are you willing to contribute it
Yes
### Describe the feature and the current behaviour/state
…
-
- 제네릭을 사용하는 이유는 무엇인가요?
- 제네릭 타입 파라미터(Generic Type Parameter)와 제네릭 타입 제약(Generic Type Constraint)은 무엇인가요?
- 제네릭을 사용할 때 주의할 점은 무엇인가요?
아래는 프로토콜 관련 추가 질문인데, 여유가 된다면 해당 질문도 함께 공부해볼게요 :)
- 프로토콜 지향 프로그…
xohxe updated
7 months ago