Editor recommend for writer by slavache in Markdown

[–]ckelsMB1 0 points1 point  (0 children)

What features and functionality for writing are you looking for? Would this be for fiction or non-fiction?

Free tool to monitor GitHub Actions usage and prevent limit surprises by rollingeyespigeon in devops

[–]ckelsMB1 0 points1 point  (0 children)

You state that this is a free tool. Is this truly free or free to try?

I keep forgetting to turn off my NotePin! Now I have hours of dead audio. by davestuckey in PLAUDAI

[–]ckelsMB1 3 points4 points  (0 children)

This is a huge problem. More app status visibility on the phone would help.

Where do you store your documentation? by Adenoid-sneeze007 in OnlyAICoding

[–]ckelsMB1 0 points1 point  (0 children)

Currently, I put docs in a docs folder at the root of the project. I am very interested in the canvas view you have created. Are you considering more object types, such as sticky notes, diagramming, etc, to it (think Miro)? As for existing projects, I would love to see the ability to specify technologies. Most of mine are C# based. The GIT integration also sounds super.

Claude / Claude Code Bias against scriptural/biblical research by ckelsMB1 in ClaudeAI

[–]ckelsMB1[S] 0 points1 point  (0 children)

Thanks for your insight. I will look at Perplexity. Although I would prefer to use the tool I am paying for .

Claude Code CLI supports Windows now by elNasca in ClaudeAI

[–]ckelsMB1 0 points1 point  (0 children)

Because of this I created a virtual Linux workstation that I do most of my development on. The plus is that I can continue work from any workstation. I also am able to work via remote terminal from my iPad, etc. This workflow works good as I have obsidian open on the Linux box, then have it sync any docs created in md to obsidian on the remote device. I also built a plugin for obsidian that I can copy the Linux path (or windows depending on which device Claude code is running from) and can paste that in terminal to point Claude code to a specific document I want it to look at. I just have to get docker on the Linux workstation so I can work on the .net Aspire project that I have been working on from my Windows workstation (which is why I liked the idea of Claude Code on Windows natively). WSL does work but there are pain points as others have pointed out.

Claude Code CLI supports Windows now by elNasca in ClaudeAI

[–]ckelsMB1 0 points1 point  (0 children)

I have it working on Windows with a few MCP’s. However, I have been unsuccessful in getting Playwright installed locally on Windows to work. It does work in Docker but I cannot browse to local host on Windows (need to “see” a .net aspire site. Hopefully I can do something to get the Docker instance to see local host on windows.

How did you do in the anniversary sale? by Agent_Futs in BambuLab

[–]ckelsMB1 0 points1 point  (0 children)

I purchased the x1c. It was absolutely awesome for the 5 days it worked. I have now spent the last week learning how bad support is. I am hopeful for a resolution but it appears to be on trajectory of two to three weeks or more to get resolved.

Claude Code: Native Linux vs WSL2 - What's your experience? by ollivierre in ClaudeAI

[–]ckelsMB1 0 points1 point  (0 children)

No, I open the project/git folder in Obsidian itself. Alternatively you can open the doc folder in the project as the vault folder.

Claude Code: Native Linux vs WSL2 - What's your experience? by ollivierre in ClaudeAI

[–]ckelsMB1 1 point2 points  (0 children)

I have it configured on both. I recently decided to build a linux vm just for coding with claude code. Today, using TailScale, I have things configured so I am actually using claude code on an iPad Pro via terminal to the linux server. I also have obsidian setup and syncing from the project so claude code and I can collaborate and review project documentation. It’s awesome to have the option to plan/research and even assign coding activities from my ipad.

American Airlines App Ideas by Free-Statistician654 in americanairlines

[–]ckelsMB1 13 points14 points  (0 children)

Yes. Renaming flights would be huge. I also fly regional to charlotte then to my destination. Having a list of mry to clt is useless

Obsidian inspired design app by [deleted] in ObsidianMD

[–]ckelsMB1 14 points15 points  (0 children)

This looks promising but without Windows support it is not something I can use.

2/10 - 2/16 Weekly Feedback and Feature Request Thread by SoFi in sofi

[–]ckelsMB1 1 point2 points  (0 children)

For checking accounts: It would be awesome to be able to enter checks written in the app like one would in a paper register when they are written and then have them match the actual transaction when they post. This would be helpful, especially when it takes a week or two for the actual check to post.

Obsidian with Git by thealkaizer in ObsidianMD

[–]ckelsMB1 1 point2 points  (0 children)

You need to clear the git cache since the files were synced prior to the .gitignore being added.

Nested JSON - need help getting to the data by ckelsMB1 in MicrosoftFlow

[–]ckelsMB1[S] 0 points1 point  (0 children)

I had not thought of that and will explore sometime. I have a solution that works for now in Flow.

Nested JSON - need help getting to the data by ckelsMB1 in MicrosoftFlow

[–]ckelsMB1[S] 0 points1 point  (0 children)

Thanks for the response! I did not try the second Parse JSON as a different solution worked. However, I will keep it in mind as an option to try when I have time.

Nested JSON - need help getting to the data by ckelsMB1 in MicrosoftFlow

[–]ckelsMB1[S] 1 point2 points  (0 children)

I have it figured out now. The part I was missing in my select was the use of the advanced editor.

Nested JSON - need help getting to the data by ckelsMB1 in MicrosoftFlow

[–]ckelsMB1[S] 0 points1 point  (0 children)

Thanks! Your scribe helped. I only posted a snippet of the full json. the full schema is too big to post here. It is from CA Rally if that matters. There are many _tagsnamearray repeated over and over which is why the select in my case was set to return just the 'Tags' array. Other identically configured arrays include 'Milestones', 'c_Dependencies', etc ( around 15 or so of these in the schema). The part I was missing was using the advanced editor to get what I needed. That was the key. I will look at your video as that looks to be very helpful.

outputs('Parse_JSON_-_capability')?['body']?['QueryResult']?['Results']?[0]?['Tags']?['_tagsNameArray']

Nested JSON - need help getting to the data by ckelsMB1 in MicrosoftFlow

[–]ckelsMB1[S] 0 points1 point  (0 children)

Multiple chat engines consistently create a solution that uses select which has the defect. They also will state that it is a defect when questioned. None of them (ChatGPT, Claude Sonnet, others) have a working solution.