Josh Lubawy
Josh Lubawy
For those that are interested I have started a Go (golang) port here: https://github.com/jlubawy/go-boilerpipe So far it fully supports the ArticleExtractor, and matches (if not better) the output from the...
You can fix this in the short-term by adding a ```package com.example``` to your protobuf files, the problem happens when you don't specify one. If you want to wait I...
I closed it trying to clean up old PRs that were never merged. Feel free to try and open a new PR, the code change is here https://github.com/jlubawy/protokit/commit/a81098c6b2ce862c17e36c23847c8b92e41cd913
They should behave the same I would assume. Maybe check out this issue? https://stackoverflow.com/questions/57324634/aadsts700016-application-with-identifier-some-id-was-not-found-in-the-directo
Hi Wayne, I don't currently have plans to add these features because I don't think they fit well with the original goals of the Java boilerplate library, which is (as...
Hi, thanks for reporting the issue. Are you sure the pages have the same content? The links you provided are: - https://www.hepsiburada.com/huawei-p30-lite-128-gb-huawei-turkiye-garantili-p-HBV00000KJE2D?magaza=BittiBitiyor - https://www.hepsiburada.com/samsung-galaxy-a50-2019-64-gb-samsung-turkiye-garantili-p-HBV00000IF4OW Just in the URLs it looks...
FWIW this is no longer an issue for us, I'm not exactly sure why, but either it was fixed upstream in NextJS, something like this https://github.com/pacocoursey/next-themes?tab=readme-ov-file#avoid-hydration-mismatch, or our code removed...
Basically what we did was wrap the code that caused the issue in a client-side only hook similar to what is mentioned here https://github.com/vercel/next.js/issues/2473#issuecomment-580324241