tison
tison
> compare errors (errors.Is/As) A rough approach is sorting out all the errors we return now and move them to a public package (`pulsar/error.go`) and gradually expose consts on demand...
@jeertmans I read https://logos.maciej.codes/common-regex.html and it says: > ".*" and ".+" repetition patterns, because they will potentially consume all the input source, breaking the non-backtracking rule. For solutions, see footnote[1](https://logos.maciej.codes/common-regex.html#1)...
> I don't see any reason why we would have fixed that issue recently, but maybe I am wrong. It doesn't mean an urgent requirement, but the docs mismatch the...
@jeertmans Ah .. That's fair enough. I read the code and suppose this code snippet would throw an error in this case: ```rust (0..=1, None) if is_dot => { Err(...
Hi @abonander! I wonder if we can get this merged and released recently. And I'm curious why it's marked as breaking, since I suppose it relaxes the lifetime bound which...
+1 seems the style was broken
@joshka My code is running at the same thread while spawn async task onto another runtime: ```rust pub fn entrypoint(config: Config, rt: Runtime) -> Result { let mut state =...
@oubidar-Abderrahim do you have some ideas what concrete technical blockers are here? That is, we are blocked because "GraalVM only supporting muslib on AMD64", so the next question is why...
@bnjbvr any idea on this issue?
See the same issue with astro framework. When using the suggested CommonJS loading strategy, the component can be loaded but it won't react to click.