Ignatius Bramananditya Rivaldi

Results 30 issues of Ignatius Bramananditya Rivaldi

When I try to run any Electron apps such as Atom under nvidia-xrun and Xfce4 it crashes with this: ``` feanor silmaril ~ $ atom --safe /usr/bin/electron: symbol lookup error:...

I have this simple module: ``` module test "Some very important docstring" abstract type AbstractStruct end greet(g::AbstractStruct) = print("Hello World!") end # module test ``` If I right click on...

bug

### Describe the bug Assembly output of Julia language is in ATT syntax not in Intel, but the output is set in Intel mode ### Steps to reproduce 1. Select...

request

Imagine the possibilities of a cheap-ish wideband receiver with the addition of suitable upconverter frontend that can be used to watch whatever (digital/analog) TV formats you can throw at it,...

I'm trying to use SumTypes to replicate Rust `Result` type, and I expected the `Result` type to be able to carry all types. Here's the example code: ``` using SumTypes...

Some data types surprisingly works, and some data types unsurprisingly doesn't work ``` using StructIO using EnumX using StaticArrays # Some data types that surprisingly works @enumx RetCode::Int8 begin NO_ERROR...

This is on Julia 1.10, Arch Linux and StaticCompiler v0.7.2: ``` _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _ _| |_ __ _ | Type...

While trying to make `StaticCompiler` runs on Julia 1.11, I've tried to set `GPUCompiler` compat to 0.27, and it failed to precompile: ``` julia> err PkgPrecompileError: The following 1 direct...

Someone asked me why FGI-GSRx gave wrong position for a IF capture from a receiver flying on an low Earth orbit satellite. The error between FGI-GSRx and our onboard GPS...