webdeb

Results 25 issues of webdeb

Hello there, sometimes its good to have the actual raw data for various of tasks.

Are there any thoughts about creating a client framework for interactions with a Phoenix Backend. Like programmatically mapping resources/routes, error handling (messages) etc. Would make sense I guess, so for...

Hello, just started to experiment with quilljs. Looks interesting so far. I like the delta format, as it lets me represent the content as pure data. What I am missing...

This passes the `itemIndex` to the `renderItem` function, in cases where you need to know which index the `item` has, it might be helpful: For example: * styling the first...

Hi, this is a feature request to add support for `json.eex` files. fyi: I am using these files as API Mocks with embedded variables / and calls to the mocked...

enhancement
help wanted

Hi, just saw you PR to fix Apollos InMemoryCache to support custom directives, which landed in the master is part of the actual code base. I am using ApolloClient and...

Hi, do I need to launch an instance per top level domain?

Right now there is no possible way to see, which tailwind color was used. Would be nice, if for example you could click on a text and see somewhere next...

enhancement

Got this error: ``` #12 2.841 npm ERR! Could not resolve dependency: #12 2.841 npm ERR! peer blitz@"^0.38.6" from @blitz-guard/[email protected] ``` In `blitz-guard/package.json` we require `"blitz": "^0.38.6"`. I guess it...

Lets say we have a custom MathBlock Component to add additional styles like borders etc. to the Math expression: ``` $C=\frac{Q}{V}$ ``` This works so far. Now we want to...