Lewis Menelaws

Results 22 comments of Lewis Menelaws

After doing some research, I found that `pdftk` uses the `flatten` argument to make it non editable. [This line here](https://github.com/rammie/pdfjinja/blob/master/pdfjinja.py#L209) is what causes it to flatten. I have forked this...

Anyone from the future (including me) who runs into this problem there is a fix for this that will lead you into another problem. So it turns out that at...

Here is how I solved my issue. I first had to import the file in my scripts: ```js import '../images/housedrone.mp4'; ``` Then the webpack build would add a hash to...

Using the Twilio programmable chat I loved the `friendlyName` feature. Here is what I did for my solution. In my scenario. I wanted to save the email and the name...

@LaurieVince are you initializing the scroll in the `componentDidMount` lifecycle method?

> Unfortunately, with the Gatsby case, it still seems like I have to call `update()` on intervals to ensure that the scroll works correctly for all kinds of pages. >...

This has something to do with the DebugToolbarMiddleware I believe

So I disabled DEBUG mode and changed ALLOWED_HOSTS now the website loads but I get no css?