David Norman
David Norman
Hi, I'm really enjoying using this project, but I'm struggling with integrating it with the rest of the Material UI design system I'm using: https://mui.com/material-ui/react-table/ I've updated all of the...
An example application is mentioned in the README, but I'm not seeing it in this repo anywhere.
⚠️ Please fill out this template when filing an issue. #### 🙏🏼 *Please check if it already exists other issue related with yours.* ### What did you do? Implemented a...
I'd love a way to parse just part of a feed. Some RSS feeds can be extremely long so it would be nice to just parse certain portions of an...
iOS13 requires `MPRemoteCommandHandlerStatus` be returned from the target action selector methods. Docs: https://developer.apple.com/documentation/mediaplayer/mpremotecommand/1622895-addtarget?language=objc
I'm not able to view the Google Group from either the link in the readme or from the link you just sent. _Originally posted by @normand1 in https://github.com/google/EarlGrey/issues/1055#issuecomment-542244636_
The original answer to this question was not solved in an Objective-C like way and did not use Objective-C syntax or Cocoa Framework objects. I've updated the solution in an...
I ran into an issue today trying to write to the QLDB database with a Decimal class I built like this: ``` const decimalNumber = new ion.Decimal('1.0'); ``` When I...
**Describe the bug** I'm just trying to start the qldb shell with an existing ledger that I can see from the aws console does exist on my account. I receive...
I received the following error when trying to run the notebook: ``` Unreadable Notebook: NasdaqCloudDataService-SDK-Python/python_sdk_examples.ipynb NotJSONError('Notebook does not appear to be JSON: \'{\\n "cells": [\\n {\\n "cell_type": "m...') ``` After...