Sumanth Chinthagunta
Sumanth Chinthagunta
I this following code may not work in `concurrent miss` scenario https://github.com/inloco/kafka-elasticsearch-injector/blob/master/src/kafka/encode_decode.go#L115-L142 the solution described here with _ChanLocker_ pattern might fix it. https://lakefs.io/2020/09/23/in-process-caching-in-go-scaling-lakefs-to-100k-requests-second/
I like to submit `scrollspy-style plugin` that adds a `css class` if the element is in viewport. It can be used for adding scroll animations to elements or hide/show navbar....
using ng-packagr to package. upgraded to latest Angular with backward compatibility Documentation with compodoc prettier code formater
1. in [monorepo](https://github.com/xmlking/ngx-starter-kit) setup, when `--project` is provided, schematics should derive `sourceRoot` and `projectType` from `angular.json` for that project. ```bash ng g @ngxs/schematics:store --name=store/auth --spec --project=auth -d ``` should generate:...
## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [x] Bug report [ ] Performance issue [ ] Feature...
pm install -D prettier prettier-plugin-tailwindcss https://youtu.be/_CntOc4hBcg
### Describe the bug Docker build with nodeAdapter '@sveltejs/adapter-node'; ` npm run build` `npm run build` works fine on the local machine without docker. ```js import adapter from '@sveltejs/adapter-auto'; import...
cog not signing commits when using with [gitsign](https://github.com/sigstore/gitsign) signing commits with normal commits works
### Describe the bug just updated to latest svelte version, I am seeing this error occasionally. it is not happening consistently :( ✘ [ERROR] No loader is configured for ".node"...
How to support empty strings for `z.string().datetime({ offset: true }).nullish()` schema if the string value is **empty**, I want it converted to `null` or keep the original value ie., `""`...