Mike Li
Mike Li
SyntaxError at /fangofmongo/ invalid syntax (views.py, line 127) Request Method: GET Request URL: http://192.168.9.109:8080/fangofmongo/ Django Version: 1.2.3 Exception Type: SyntaxError Exception Value: invalid syntax (views.py, line 127) Exception Location: /usr/lib/python2.4/site-packages/django/utils/importlib.py...
Fix `createCalendarEvent ` callback example. Remove the `myFailureCallback ` as that's confusing and not used in the example JS.
Right now, all plugins either in the `src/services` or in a gitignore folder `plugins`. It's hard for people to maintain and contribute. So the first step to improve this is...
Hi @jmckaskill Thanks for the library, could you please provide a simple usage in the readme? Something like this would be very helpful: https://github.com/requests/requests-kerberos
## Problem: When NodeJS returning strings contains UTF-8 chars, it would be convereted to binary instead of string. ## Attempt fix Using `IO.iodata_to_binary()` mentioned in [stackoverflow question](https://stackoverflow.com/questions/32927915/elixir-string-force-encode-utf-8)
### Bug description Current Datadog sourcemap only supports files ends with `.js.map`. We (an Ember app) by default generated source map files without `js` extension, even though they are valid...
### Describe the bug Fresh ember app / addon trying to install `@storybook/ember-cli-storybook` erroring out. ### Steps to reproduce the behavior ```bash ember new example cd example ember install @storybook/ember-cli-storybook...
Thank you @brainlid for starting this project! Played with the two live notebooks, works very well! Simple and very clean, well designed interfaces. 👍 I am wondering what's the roadmap...