Juledev

Results 7 issues of Juledev

When I try to plot my simulink exported figure (attached) I get an empty document. I was using ``` cleanfigure; matlab2tikz('test.tex'); ``` ``` \documentclass{article} \usepackage{pgfplots} \pgfplotsset{compat=newest} %% the following commands...

feature request
matlab
ready-for-action
+0.1.0

Is there a way to see which and how many clients are connected?

I'm trying to talk to my nanoleaf over my ESP8266 board. I'm using micropython and the urequests library I installed using `upip.install('urequests').` urequests.get works and I can parse the response...

Hi govind! Awesome tool you wrote here :) I'm trying to investigate the memory used on my STM32F7 but I'm running into the following error: ![image](https://user-images.githubusercontent.com/15930333/107400425-174d9880-6b02-11eb-92a0-b1e08f811592.png) The paths all seem...

I'm trying to fill an "address" field in my docusign template prior to signing. Passing data was already discussed [here](https://github.com/novafloss/django-docusign/issues/66). But its not clear whether the support is actually working...

Logging in with a magic link like on [slack ](https://get.slack.help/hc/en-us/articles/212681477-Signing-in-to-Slack)or [here](https://auth0.com/blog/how-to-implement-slack-like-login-on-ios-with-auth0/).

Feature request

The ProviderLoginURLNode.render function should check if a the next parameter is a context variable using resolve like suggested in this [stackoverflow post](http://stackoverflow.com/questions/6037789/django-custom-template-tag-with-context-variable-argument). If the resolve returns none it should fall...