Omar

Results 14 comments of Omar

Quick response, great! 1. Writing our own code will take some time. But eventually that what we should do to prevent future hassle in implementation and for scaling scenarios. We...

There is another alternative: https://docsify.js.org/ - Themeable - Searchable - No static HTML compilation required

@shirou any update, please?

How about adding tracking issue to support the Web? Probably via wasm and/or Yew @https://github.com/yewstack/yew

@nevkontakte, Thanks for the reply but GopherJs has a more complete `syscall` pkg using node-syscall (https://github.com/gopherjs/gopherjs/tree/master/node-syscall) than Go's Js pkg. Based on the readme: > 2021-06-19: Complete syscall/js package implementation...

I also second `multiple folders to the search path instead of just one`. I always structure my projects in different categories. Hence not all projects are in the `same root`.

Did you try with `musl` libc? try this one: https://github.com/davidbyttow/govips/issues/376#issue-1832134159

Bump: I can see many open PRs. Any update on this?

hmm.. But, I think we can solve this by considering them **as a group** just like we have **execution matrix in the Github action** CI. i.e. 1. python-pypy 2. python-python3...

@akshayganeshen In docker env I had to do CGO_ENABLED=0 and the solution above doesn't work. Is there any other way to fix this?