Lance McCarthy
Lance McCarthy
@isaacrlevin I started fresh, logged out of all the services and only reconnected to LIFX I doubt this is light-service specific, because Rick is using Hue and I'm using LIFX....
@jamesmcroft We could look into using UI for UWP ListView here ([has built-in filtering and grouping](http://docs.telerik.com/devtools/universal-windows-platform/controls/radlistview/features/listview-filtering))
My current plan is to build a library, that can be consumed from any UI project, that will return an IEnumerable for the Activity. I already have a SpreadsheetProcessing libraries...
This is currently on hold as only xPlat exporting is currently supported by the SpreadsheetProcessing libraries
I haven't done any work on the logic that fetches Boards. This was for two reason: the models are all remixes of existing models and 95% of those models already...
Hi @LiamDHall This is an interesting situation that hasn't come up yet, because usually the file is available to be renamed before the upload step. It's as easy as this...
@jprecuch This action uses the javascript SDK (rather than the CLI tooling), but I'm pretty confident there's got to be an overload to use that instead. Let me research it...
It looks like this is definitely possible, can you confirm what type of SAS token it will be? There are three - User delegation: https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blob-create-user-delegation-sas-javascript - Account delegation: https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blob-account-delegation-sas-create-javascript?tabs=blob-service-client -...
Hi @jprecuch Just wanted to follow up to see if you know which kind of SAS you need to use (see my last reply). If I implement this, I would...
Use `System.IO`, it's available on `Android`, `iOS` and `UWP`.