Nikhil Jha

Results 30 comments of Nikhil Jha

A neat example of how to implement this can be seen in the [Ant Design docs](https://ant.design/components/grid/). Click on view code and note the small icons that link to the code...

Oops, looks like my version of Media Writer was 3 years old. The new version lists Aarch64 as a target, but incorrectly does not list the Workstation, Server, and Minimal...

Using SAML/OAuth/OpenID as an authentication mechanism and then issuing a token from Lemmy's side would be great too. This is how most apps I've deployed work. Alternatively, (a) requiring email...

> The edit service receives an mp4 file which is generated from the recording after trimming the duration and adjusting the size. It's expected to produce another mp4 file at...

``` ffmpeg -i input.mp4 -filter_complex "[0]geq=lum='p(X,Y)':a='if(gt(abs(W/2-X),W/2-18)*gt(abs(H/2-Y),H/2-18),if(lte(hypot(18-(W/2-abs(W/2-X)),18-(H/2-abs(H/2-Y))),18),255,0),255)'" -c:v libx265 output.mp4 ``` This seems to work, [modified from this StackOverflow post](https://stackoverflow.com/questions/32859841/give-a-video-rounded-transparent-edges-so-that-it-can-be-overlayed-on-another-vi). I'll figure out how to make the edit service sometime later^TM

@joestringer Sure! Although I don't understand what you mean. If you don't add the annotation to your ingress the envoy crd doesn't change from the previous release of Cilium, so...

Ah, I see what happened. I didn't update the commit message / PR description after deciding to make it not enabled by default 😓 as was requested in a code...

We're running this PR on our public arcade cabinet and it looks like the ioctl is failing with the provided udev rule with `Invalid argument`. Atm our tree is just...

I added the -D-HAVE-TIMESPECS flag. (by the way I'm on Mingw for windows 32 bit.) Now I have this error: ``` || echo './'`cpu-miner.c cpu-miner.c: In function 'miner_thread': cpu-miner.c:1061:70: error:...

Messed around with it some more and now I have ``` cpu-miner.c: In function ‘miner_thread’: cpu-miner.c:1056:139: error: ‘MAP_HUGETLB’ undeclared (first use in this function) persistentctx = (struct cryptonight_ctx *)mmap(0, sizeof(struct...