beeman

Results 94 comments of beeman

Hi @Priminus , I still haven't found the time to do so. It's the first thing on the list to address though :)

That's awesome @thepriefy! That will be very useful! Most of the actual content is currently imported from here: https://github.com/colmena/colmena/tree/develop/modules/api/content/sample-data https://github.com/colmena/colmena/tree/develop/modules/api/content/sample-files If you have additional questions feel free to [join the...

Thanks for your input @pulkitsinghal, I've already made a small start on GitBook https://colmena.gitbooks.io/developers-guide/content/. I like working with it a lot too! The repo is getting synced here https://github.com/colmena/colmena-docs

@pulkitsinghal more than welcome 👍 thanks! Just added you to the GitHub and GitBook org!

Thanks @mt-kelvintaywl, thats a great way to do it. I wanted to use this in a custom Docker image without having to copy along the `squid.conf`, I ended up using...

I'd love to see this. I'm facing the Webpack 5 compatibility issue today, it would be great not to depend on `cipher-base`.

Hey @cssberries, thanks for filing this issue. It looks like it's not particularly the number of areas, in this example it seems to work as expected: https://stackblitz.com/edit/angular-split-demo-guggjn?file=src%2Fapp%2Fapp.component.html Note that I...

You're right, I see it now. I'm going to see if I can fix it.

> Has this been merged yet? Still having the issue; using the $any('*') workaround for now Sorry, little time for maintenance currently. I will see if I can cut a...

> Hi, any updates on this issue ? For now the recommend way to handle this is using `$any()` as mentioned [here](https://github.com/angular-split/angular-split/issues/220#issuecomment-645945845). Once v5 is released, built using Angular 10,...