James D. Bartlett III

Results 18 issues of James D. Bartlett III

**Is your feature request related to a problem? Please describe.** Ergodox EZ just released a new tool to help new users practice their custom keyboard layout, called "Live Training." It...

enhancement

### Description I have a SMB network share mapped to M:\ on my machine. When I browse this folder in Files, I can see all of the folders and sub-folders,...

bug
area - file system
area - network drives

[Note from Mathias](https://powerbipros.slack.com/archives/D02GKA1GNLE/p1651634143430509?thread_ts=1651333903.958219&cid=D02GKA1GNLE): "Note to self: Check implicit measures and how they're captured in the json."

help wanted

[Message from Mathias](https://powerbipros.slack.com/archives/D02GKA1GNLE/p1651637579348069?thread_ts=1651333903.958219&cid=D02GKA1GNLE): "One particular item where I could do with help (although it's not a blocker). Filters have a howCreated property. It's 1 when it is a user-created filter...

help wanted

[Message from Mathias](https://powerbipros.slack.com/archives/D02GKA1GNLE/p1651637795173839?thread_ts=1651333903.958219&cid=D02GKA1GNLE): "Another case where I could do with help (this one is more important) is find examples where a page-level config.json has model references. For pages, can those...

help wanted

Here's how you can retrieve the raw count data from the command line using PowerShell: ``` $response = Invoke-WebRequest -Uri "https://hits.seeyoufarm.com/api/count/keep/badge.svg?url=https://your-website.com" $content = $response.Content $counts = ($content | Select-String -Pattern...

This project desperately needs a proper readme file, or possibly a wiki.

documentation
good first issue

# User story As a user, I would like to clone this repo and start using all of its features immediately. I would like to be able to run a...

enhancement

```powershell # Based on [Rui Romano's Set-FabricAuthToken function](https://github.com/RuiRomano/fabricps-pbip/blob/main/FabricPS-PBIP.psm1#L23) $bearerToken = $null $azAccountsModule = (Get-InstalledModule -Name "Az.Accounts" -ErrorAction SilentlyContinue | Out-Null) if($azAccountsModule) { $azSession = (Get-AzAccessToken -ResourceUrl "https://api.fabric.microsoft.com") $bearerToken = $azSession.Token...

maintenance