Max Gordon
Max Gordon
This should be doable but I've never worked with the more advanced strategies. The `GraphQLLocalStrategy` is implemented but it would be awesome if all of the strategies passport provides could...
This is most likely an issue due to the credentials not being sent from the react app. Try changing https://github.com/josuevalrob/CLE/blob/master/src/services/apolloClient.js#L23 to "include"
Sounds good. Do we have the WIKI outside the project or is the WIKI handled using regular PRs?
This isn't available but should be easy to implement. All the positions of NA:s can be easily identified as they're stored as a tds.Hash with `{id: true}` structure, i.e. all...
Great, start with writing a spec for the merge with the two dataframes and the desired outcome. I can then try to help you with the details of putting it...
Ok, so you want to do a full join. There is one main problem and that is that no-matter how clever our implementation feels it will most likely be inefficient...
Sorry for all the updates, just thought that it might be useful to look at the test-cases that I added to my fork: https://github.com/gforge/rms/tree/master/tests/testthat I've tried to think of most...
Sorry, the label() was causing errors. I thought it was the units() but forgot to properly check after removing them. I've also cleaned the variable names. The fix uses the...
Ok, thank you. I can get around the problem by manually generating an interaction variable - seems to work satisfactory: ``` R spl_alt
Thank you! Sorry for not getting back earlier but I've been busy preparing my thesis defense. I've started looking at the fix and everything seems to work as expected except...