Nicolas R.

Results 38 comments of Nicolas R.

Same issue using `./configure --with-intl=full-icu --enable-lto`on ubuntu 22

~~current workaround~~ is to use the `gcc-9` instead of the `gcc-11` ``` export CC = gcc-9 export CXX = g++-9 ``` and add this to the `debian/control` file as Build-Depends...

same issue trying to build `16.16.0` on ubuntu 22 ``` /usr/bin/ld: /tmp/cc7eO4V2.ltrans50.ltrans.o: in function `cppgc::internal::MarkerBase::VisitRoots(cppgc::EmbedderStackState)': /build/my-node-16.16.0/out/../deps/v8/src/heap/base/stack.cc:133: undefined reference to `PushAllRegistersAndIterateStack' /usr/bin/ld: /tmp/cc7eO4V2.ltrans52.ltrans.o: in function `heap::base::Stack::IteratePointers(heap::base::StackVisitor*) const': /build/my-node-16.16.0/out/../deps/v8/src/heap/base/stack.cc:133: undefined reference to...

indeed it seems that the `Not-XXX` username is coming from 440b525e397a544a5f551d432af415f79f0900df Is there an existing way to customize the prefix to use? I would like to be able to set...

This looks great and cannot wait to see it live. Kind of sad to see the logo removed from the HomePage and replaced by some text. Should not the `Search...

I love the updated homepage, looks great!

@tonycoz I marked this PR as draft, as this need discussion and performed the several changes you requested via cfbc8487e41595e5c9e55b8f6b1e72111f03c0c0

I can rebase and rework that Pull Request but I will only do that if there is any interest in merging this or part of this Pull Request. If the...

> > I've the feeling that the `B::Deparse::pp_refgen` also needs to be adjusted as part of your change > > Can you expand more on this, please? > > I...