Greg Brown
Greg Brown
Hi there, Firstly, thanks for this plugin. It is very helpful while learning Haskell. I'm having difficulty using the plugin to reformat code on save. The issue is very similar...
I am writing some tests which need to disable Django's autocommit, as the code under test manages this itself. However, after the first test case, the database is flushed, and...
Hi, and thank you for this repo it is incredibly useful! However, I'm having problems running your notebook. I'm not really sure what exactly the problem is (so sorry from...
## Feature Request Type - [ ] Core functionality - [ ] Alteration (enhancement/optimization) of existing feature(s) - [ x] New behavior ## Description I want to add a GraphQL...
**Problem** _geopandas: 0.6.1_ The GeoJSON spec says a feature object can include an **id** property. Ref [Section 3.3.3](http://wiki.geojson.org/GeoJSON_draft_version_6#Specification): > If a feature has a commonly used identifier, that identifier should...
Hi, I am having trouble installing the dependency. Details: * Scala: 3.2.1 * sbt: 1.8.2 * organize-imports: 0.6.0 When I import the build into metals, I see this error: ```...
### Things to check first - [X] I have searched the existing issues and didn't find my bug already reported there - [X] I have checked that my bug is...
Hi, is there an answer provided for exercise 4.1? i.e. what the pros and cons are of `apply3` vs `lift3`? It looks like only [solutions for 4.2 and 4.3](https://github.com/debasishg/frdomain/blob/solutions/src/main/scala/frdomain/ch4/solns/AccumulatingValidation.scala) are...
Hi, I am unable to migrate due to `reload_model` called with incorrect arguments, specifically `delay` is passed in but this is not in the function parameter list. In `AlterConstraints`: ```python...
Using `host_site` callback in _hosts.py_, as per the [documentation](https://django-hosts.readthedocs.io/en/latest/callbacks.html#django_hosts.callbacks.host_site), e.g. ```py host_patterns = patterns('', host(r'www', settings.ROOT_URLCONF, name='www'), host(r'publish', 'publish.urls', callback='django_hosts.callbacks.host_site', name='publish'), ) ``` resolves and makes available the `Site` object...