-
```
There is no guaranteed ordering of the initialization of static data
members declared in class templates. Thus, using one to initialize
another is a bug. We may consider adding support for detecti…
-
JavaScript error in console:
Uncaught TypeError: Cannot read property 'debug' of undefined
Here's how I'm loading it.
``` javascript
if (/Android|webOS|iPhone|iPod|iPad|BlackBerry/i.test(navigator.u…
-
```
What steps will reproduce the problem?
1. Create a calendar entry in your google calendar with a never ending daily
recurrence rule for each day.
2. Get the event data via the gdata.java-1.41.5 l…
-
```
What steps will reproduce the problem?
1. Create a calendar entry in your google calendar with a never ending daily
recurrence rule for each day.
2. Get the event data via the gdata.java-1.41.5 l…
-
**SUGGESTION**
Recently, I was trying to use a library written in ES2015 in an Ionic 2 project, and kept getting a `Cannot instantiate abstract class 'Foo'`. `Foo` is a concrete class that ex…
-
The advanced boilerplate has a lot of the older non-apollo-boost way of setting up the ApolloClient. For the purposes of helping others who might be new to Apollo and GraphQL, we should update this to…
-
### Summary
Property functions currently support invoking methods but users have to come up with creative ways to new up objects. This is a proposal to add a supported syntax for instantiating object…
-
I would like to use cvar, ivar and vartype of the sphyx docstring syntax, however, docformatter is incorrectly handling them.
**Expected:**
```python
"""Abstract base class representing a ge…
-
I dont know if this is relevant but I am using the forced fast indexing else the indexing never finishes. The workspace is very large.
Using v0.13 of the extension.
First lets start with a simpl…
-
### Steps to reproduce the issue
1. Create brand new Svelte or SvelteKit project
2. Install `cubing` npm package
3. Basic code for scramble generation:
```
import { randomScrambleForEvent } fr…