micwoj92

Results 71 issues of micwoj92

**Is your feature request related to a problem? Please describe.** I'm always frustrated when medic players rename theirs mediguns to "vintage kritzkrieg" which only creates confusion. **Describe the solution you'd...

enhancement
good first issue
tf2

**Is your feature request related to a problem? Please describe.** I'm always frustrated when I have 32 character username and it cuts off in game. **Describe the solution you'd like**...

enhancement
good first issue
tf2

https://github.com/cedlemo/topinambour/blob/437f5ff7a15f181614ad6425a61785505ad2b4a0/topinambour.gemspec#L16 I run topinambour succesfully using version 4.1.2 of these bindings.

GCC 14 changed some warnings to errors, now this package fails to build. https://gcc.gnu.org/gcc-14/changes.html https://gcc.gnu.org/gcc-14/porting_to.html ``` src/temulator.c: In function ‘temulator_interpret’: src/temulator.c:1154:39: error: implicit declaration of function ‘wcwidth’ [-Wimplicit-function-declaration] 1154 |...

Hello, there is a build failure when using gcc13. ``` [ 58%] Building CXX object CMakeFiles/ExcaliburHashTest.dir/ExcaliburHashTest03.cpp.o /home/micwoj92/pkg/ExcaliburHash/ExcaliburHashTest03.cpp: In member function ‘virtual void SmFlatHashMap_MoveEdgeCases_Test::TestBody()’: /home/micwoj92/pkg/ExcaliburHash/ExcaliburHashTest03.cpp:488:16: error: moving ‘htHuge’ of type ‘Excalibur::HashTable’...

Hello, I'm trying to run the test suite, but I run into 1 test error. ruby 3.0.6 nokogiri 1.13.9 Output when running rake: ``` Loaded suite /usr/lib/ruby/gems/3.0.0/gems/rake-13.0.6/lib/rake/rake_test_loader Started Coverage report...

bug

Hello, The license file states "the Shed Skin compiler (shedskin/*.py); License GNU GPL version 3". However it does not say whether it is `GPL-3.0-only` or `GPL-3.0-or-later`, here are the SPDX...

Hello, compiling this package using ghc 9.2.8 I get following warnings: ``` [6 of 9] Compiling Doc ( src/Doc.hs, dist/build/cab/cab-tmp/Doc.dyn_o ) src/Doc.hs:23:5: warning: [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a...