Radoslaw Panczak
Radoslaw Panczak
Thank you for chasing that Gavin! =)
Wouldn't that be equivalent of merging dataset of patients with weight recorded in kgs and lbs and being surprised that BMI doesn't work any longer? ;)
Thank you for the pointer to `units` trick @edzer. I've grown to use it more and more and once again learnt how capable it is!
Thanks @littlefish0331! Spent an hour tying to figure out why `gl_get_file` worked with a file in main directory and failed when using something deeper - your solution with `URLencode` cracked...
Hi @hongooi73 Would [shared channels](https://learn.microsoft.com/en-us/microsoftteams/shared-channels) ever be an option for the `create_channel ` method? I can see in the docs that there is `membership` option to switch between standard or...
Many thanks for working on that @hongooi73 Tested with ```r # needs specific branch! # remotes::install_github("Azure/Microsoft365R@teams-shared-channels") library(Microsoft365R) team
Thank you for the fix - all stayed the same so the channel gets created correctly and the same error message appears
Yes! That creates channel correctly without error 💪
Sure thing - this is what i get: ```r raw(0) attr(,"status") [1] 202 ```
Hi @hongooi73 Do you have any (even approximate) plan or timeline on when these changes could make it to main?