Peter Piekarczyk

Results 80 comments of Peter Piekarczyk

Hey @mgan59 , great work! I'm glad someone is making this happen. I started thinking about the Keystone/Mongoose relationship a bit and I think I have a cool idea. Let...

Hey @JedWatson I can help educate the Keystone community now that I've got more and more free time again :tada: I put together a simple Universal JS / Keystone project...

@niftylettuce :wave: I know you were looking for somebody to help maintain the repo. I think this might be your person :)

Hey, thanks for the quick response! When I console.log: ``` import { useFonts, Inter_900Black } from '@expo-google-fonts/inter'; console.log(Inter_900Black) ``` The URL returned is a cloudfront url. I'm not sure its...

@hkirat what about using cloudflare and letsencrypt? auto-generates cert and if the domain lives in cloudflare it all just works ✨

I haven't tried it using less or stylus. It doesn't work using sass. What will happen is that gulp will pick up the change, but it will not go through...

Hi there! We're also facing this issue at Draftbit. I upgraded the archiver package to see if that helps. I'm wondering if ya'll have made any progress / if this...

It looks like the tests run against v16.7 and not v16.12/13 so this could still be an issue.

Following up, explicitly from our project's POV: - Using v16.13 doesn't work - No other environment changes were made. - Using docker: `node:16.13-alpine` - Downgrading to node 16.7 worked (including...