Swoorup Joshi

Results 160 comments of Swoorup Joshi

I found if you are using the arrow version, try flushing it every

I have a branch where I've fixed quite a lot of bugs related to complex/nested types but I am waiting few of my changes to be merged before I can...

I roughly tested this particular issue in my branch and I get, which I assume is correct? ```shell Failed to flush appender: DuckDBFailure(Error { code: Unknown, extended_code: 1 }, Some("Violates...

> I'd like to build a wrapper project integrating ElasticApm into [Generic Host](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/host/generic-host?view=aspnetcore-3.0) using `IServiceProvider` only (only hooks `HttpDiagnosticsSubscriber`), then build an wrapper project for AspNetCore base on that project...

Interestingly this simple example doesn't work either https://prideout.net/emulating-double-precision

Btw I got it fixed (temporarily?) using a workaround `invariant gl_Position` mentioned in here: https://bugs.webkit.org/show_bug.cgi?id=237434

I wonder if the issue exists because it is disabled on anything not Mac 11 (Angle Metal)? I haven't got time to test compiling with it turned on though. https://github.com/google/angle/blob/5678ad09aa3b72c5b7c7b05c49c6c8b3ed443487/src/libANGLE/renderer/metal/mtl_utils.mm#L891-L897

`taskValidation` is quite useful and encompasses everything, http/db calls requests, etc. If anyone wants to take upon this, you can use this as a starting point. This fulfills my current...

Since this is using markdown, I thought to try markdown syntax from here. https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet The block quotes, and lists are just rendered as a chunk of text or as a...

I have uploaded my changes here: https://github.com/Swoorup/pandoc-moderncv/ The input cv.md https://github.com/Swoorup/pandoc-moderncv/blob/master/cv/cv.md Output html https://github.com/Swoorup/pandoc-moderncv/blob/master/dist/cv.html EDIT: From the html, it seems everything is generated correctly. However, it could be that the...