jsonchou
jsonchou
``` javascript var foo = 'asdsdeasded'.split('').reduce(function (sum, item, idx) { let row = sum[item] || 0 sum[item] = row + 1 return sum }, {}) var max = Math.max(...Object.values(foo)) var...
So many bugs with docz ecosystem. fail project list: ``` js npx create-docz-app my-docz-app ``` fail again: ```js yarn create docz-app docz-app-typescript --example typescript ```
visual studio has a compact feature for *.css files, just like @Alex360hd wished. visual studio code with extention-plugins from js-beauty has not this feature yet. compact feature makes your code...
every young developer of my colleagues write every single line with long long long less/sass, and complie everywhere. forgive my pool code -_-!!. ```javascript let CSSIOStream=`.model-a { background:#fff; color: #aaa;...
@Alex360hd @Zmove I've write a css compact plugin for VSCode. https://marketplace.visualstudio.com/items?itemName=jsonchou.css-compact
@tateman74 Maybe i will have a try to make .scss file to be single line, but i think ORDER properties should be done by 3rd solution such as csscomb.
fails on M1
``` bash RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "-s -w" -o main .: #0 68.14 # github.com/h2non/bimg #0 68.14 /go/pkg/mod/github.com/h2non/[email protected]/image.go:93:49: undefined: Gravity #0 68.14 /go/pkg/mod/github.com/h2non/[email protected]/image.go:133:29: undefined: Watermark #0 68.14...
Explicit mapping or implicit automatic mapping
> Is there a benefit to doing this within Typesense rather than managing it within your app? So, is it worth actively helping clients reduce their memory usage by 3-5%?...