Jonarod

Results 19 comments of Jonarod

Same issue here... Tried @siddharthlatest suggestion: cookies clear or incognito. I get the same screen.

I have the same error, I just can't figure out what this is about...

Ok got it... I had a typo in my `serverless.yml` file under the `parameters` object. Specifically, I had something like: ``` custom: env: ${file(./${self:provider.stage}.env.json)} functions: my_function: handler: index.handler parameters: SECRET_ID:...

Hello amigo ! Look at my PR #6 :wink:

I know it will not correctly solve the issue, but as a fallback, if other people comes to have the same problem, I ended up forcing `` and `` before...

I have been through the code trying to find a way to sneak into it and make support for `` tags. I tried these options: 1. Create a new regex...

Totally agree with the focused vision, and keeping core to 1kb. In my opinion, the MAIN problem of snarkdown to be really labeled as "markdown alternative" is lack of ``...

@mrtysn I have the exact same problem for a new website : did you manage to solve the problem somehow ?

Well what versions are you using ? I just performed a `rm -rf platforms/ && rm -rf node_modules` then `npm i` then finally `tns build android --bundle`... and the drawer...

Yeah I think this is the same as #237 Sorry I missed that issue before replying to the other. But there is definitely something going on here.