shrkamat
shrkamat
It will be great if a Language Server can be made available for Carbon. It can greatly help in adoption of the language.
**Describe the problem or limitation you are having** CMake has come up with this cool feature called presets to support common build configurations. Request to add support for CMake presets....
I find glow syntax highlighting don't work on Windows. I have another Ubuntu machine with same neovim init scripts & glow syntax coloring works fine there. I am using `neovim...
This is not a bug report instead a ask for feasibility / documentation (examples). Let say I need to build curl, that's in turn dependent on `openssl` & `zlib`. Curl...
I see failure in running [kprobe example](https://github.com/cilium/ebpf/tree/master/examples/kprobe) for aarch64 kernel version `4.19.113` ``` GOOS=linux GOARCH=arm64 go build -o ebpf-kprobe ./ebpf-kprobe 2021/03/25 22:03:40 error while loading objects: field KprobeExecve: program kprobe_execve:...
I attempted to do this CC=/home/tux/work/kernels/systemd/toolchains/gcc-4.8-1.5/bin/arm-linux-gnueabihf-gcc ./waf configure --prefix=/home/tux/softs/glmark2-arm --check-c-compiler=arm-linux-gnueabihf-gcc --with-flavors=drm-glesv2 -v I see this failures arm-linux-gnueabihf-gcc --with-flavors=drm-glesv2 -v Setting top to : /home/tux/hackthon-2019/glmark2 Setting out to : /home/tux/hackthon-2019/glmark2/build Checking...
Refs ==== https://codereview.chromium.org/206373005 https://github.com/servo/nspr/blame/8219c5c5137b94ae93cfb4afc1dc10a94384e1c6/pr/include/md/_linux.cfg
In Quick Scenes plugin, is it possible to find QQuickItem with some property set. Let's say find QML items with `clip: true`
**Feature request** As I understand the current embedded is based on Broadcom API's. Can we have a sample embedder that uses VC4 driver on raspberry pi, https://dri.freedesktop.org/docs/drm/gpu/vc4.html Link fliutter with...
This is preliminary attempt to support Qt 5.6 on low end platforms. 1. Strip Quick.Components, wdigets, svg to reduce memory. 2. Application would have to spawn QGuiApplication and not QApplication....