felipe

Results 66 issues of felipe

how can I create new components?

after skimming through the code instructions, I noticed there are no instructions on how to build for linux, does this program support linux?

in order to make the program maintainable over time, complexity must be managed. one such measure of complexity, is cyclomatic complexity, it's not the only one, it's not the best,...

You may close this ticket

The program used to compile OK, and out of the blue, suddenly it no longer compiles. I have no idea what happened. does anybody else has the same problem? error[E0463]:...

hey I love your tool, there is a thing, the past tense of split is split. https://github.com/search?q=repo%3Ajupediaz%2Fchatgpt-prompt-splitter%20splitted&type=code so maybe fix it, if you feel like it.

For those who like command line interfaces, and dislike gradio and it's timeouts, and have a M1 CPU, which does things slowly, you can use this code example: ``` import...

for people with these two errors: 1. raise AssertionError("Torch not compiled with CUDA enabled") 2. RuntimeError: "LayerNormKernelImpl" not implemented for 'Half' for example, people using M1 machines, use these modifications:...

When I make msitakes on my code, inside the HTTP SERVER TINY "servlet" code, I see Perl6 prints "===== SORRY! =====" which usually has colors, but within the context of...

I made some minor modifications, would you consider taking a look at them and providing feedback? ``` #include //malloc #include //fgets printf #include //strlen //typedef void _; typedef char C,*S;...