Jules Robichaud-Gagnon

Results 20 issues of Jules Robichaud-Gagnon

We are using npm-run-parallel to run protractor. Since a recent node update it started to output this message to stderr: "(node:67222) DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.". "npm-run-parallel" aborts...

Note: for the badges to work properly, it requires a new pypi build.

We have several models with `ForeignKey`. These models have factories using `factory.Iterator` on the same tables (Ex: `Countries.objects.all()`, `Currencies.objects.all()`, etc.) Ex: * ```CountryID = factory.Iterator(models.Countries.objects.all()) ``` * ```CurrencyID = factory.Iterator(models.Currencies.objects.all())...

Django

# Description When using react native iOS with the app closed and a branch associated domain link is clicked, the link is incorrectly recognized as a `+non_branch_link`. # Specifications `react-native-branch`:...

# Description On first install, the deep link returned to `onOpenComplete` data looks like this: ```json { "error": null, "params": { "+clicked_branch_link": false, "+is_first_session": false, "+non_branch_link": "my_app://open?code=10cfe9be-df1b-4e94-b589-6d53f4b0966a&state=gHzglTN5tnn2KQD1YGz2puOiAsLPoXr9" }, "uri": null...

```python dotScad = openpyscad.Scad("dotSCAD/src/polysections.scad") dotScad.write("test.scad") ``` How can we add parameters to the resulting invocation? ``` polysections(); ``` Results of "test.scad": ``` module polysections() {/** * polysections.scad * * @copyright...

# Context I have a project with multiple apps (Ex: App A and app B). I once in a while code migrations with tests based on the state of the...

I have a migration with a collation: Ex: ```python # Generated by Django 4.1.5 on 2023-02-04 09:26 from django.contrib.postgres.operations import CreateCollation from django.db import migrations class Migration(migrations.Migration): initial = True...

This change worth being mentionned in documentation. ```objectivec self.disableScroll = ![settings cordovaBoolSettingForKey:@"ScrollEnabled" defaultValue:NO]; ``` Reference #102

Hi, The documentation states we must enable 3 API (Cloud Task, Cloud Scheduler and Admin SDK) in GCP and the rest appears to be django project configuration. However I believe...