Karol Marcjan

Results 9 comments of Karol Marcjan

I'm getting practically the same error on Arch that isn't running in a chroot. ``` > LANG=en make make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/3.14.4-1-ARCH/build M=/home/karol/Downloads/realtek/rtl8723au modules make[1]: Entering directory '/usr/lib/modules/3.14.4-1-ARCH/build' make[1]:...

I wasn't aware of the naming convention. Guess that's my failure to research the topic before asking.

Yup, my `config.inc` does contain `-O3` in `DEBUGFLAGS`. Any ideas on why this might be? ``` # -*- makefile -*- # created by make -f config.mak PREFIX = /usr/local ECHO...

This might be tangential - I can open a separate issue if what I ask about makes sense and it is - but would it be possible to run on...

I'm not a project contributor, just a passer-by, but I don't think Cloud Run allows for something like the routing/sharding support in Service Weaver to be implemented easily.

As a counterpoint: I personally avoid most git-related features in IntelliJ like the plague - with the exception of 3-way merge. The UI is complex and confusing, I recall operations...

@maxpert I think, as a client I would prefer: * not to alter the table design to use this, * be _notified_ about cluster confirmed commits/rejections, rather than _poll_ some...

> Right now I (for v1) am keeping it focused on individual rows because quite a large percentage of use-cases can be used with single row changes [...] That is...