Thomas Pointhuber

Results 30 issues of Thomas Pointhuber

I find it is a good and simple idea to add ground-textures for things like this in the map: - [ ] landuse=farmland - [ ] landuse=meadow - [x] landuse=grass...

enhancement

@thesourcerer8 I just want to tell you that I started with an altium importer integrated into KiCad itself: https://gitlab.com/kicad/code/kicad/merge_requests/60 If you like, it would be very nice to have your...

``` soapy_power params: {'bandwidth': 10000000.0, 'bin_size': 10.0, 'crop': 0.0, 'device': 'driver=lime, serial=0009060B00461305, label=LimeSDR-USB [USB 3.0] ' '9060B00461305', 'gain': 0, 'hops': 0, 'interval': 1.0, 'ppm': 0, 'sample_rate': 10000000.0, 'single_shot': False, 'start_freq':...

Dear color theme contributors @poeschlr @esden @DX-MON @craftyjon @wykys I was asked to add those color schemes into the Plugin and Content Manager repository. Thus I would like to ask...

question

Based on the doc from https://github.com/arkime/arkime/tree/master/capture/plugins/lua I see multiple issues to implement an efficient tagging feature which is aware of the stream direction. E.g. find all matches of an regex...

As example: When I search the Street xyz, which is stored in OSM as several, together connected way's, nomatim give me one result per way. It would be nicer, if...

Creation of a StringBuilder with an input string of size `Integer.MAX_INT-15` will cause an `NegativeArraySizeException` during construction: https://github.com/sosy-lab/sv-benchmarks/blob/f86649d39588b62689bc63ae84f8ff53582b4d51/java/jbmc-regression/StringBuilderConstructors01/Main.java#L13-L19 Looking into the library the constructors are defined as follows: ```java public...

Java

I would like to ask how unspecified method contracts should be handled. For example, the JDK I use explicitly throws ```java.lang.OutOfMemoryError``` inside the function ```java.lang.AbstractStringBuilder.hugeCapacity```. Now, I detect bugs, which...

Java

@jkriege2, @hackscribble, @SchrodingersGat, @poeschlr We are a small group of people which created most of the script generated parts inside KiCad. First of, thanks for using my stuff ^^. In...

help wanted
question

I found a code snippet which results in a segfault of the interpreter ```c #define TEST #include "tcl.c" #define TCL_BENCH "set i 0; while {< $i 1} {if {== [-...