This is my simplified jobs. jobs: build_and_test: runs-on: ubuntu-latest container: image: ubuntu:latest services: rod: # Rod browser
I am brand new to coding. This macro runs slow and I'm hopeful that someone can help me clean it up. Thanks in advance for your help. I developed the code to
This is my controller. [HttpGet("GetFile")] [Authorize] public async Task<FileContentResult> GetFile([FromQuery] Guid fileId) {
I am new to chart.js and trying to add a button that exports my chart to a PDF file. The chart exports with a black background however, I want to change the bac
I have a simple Terraform root that provisions some AWS resources. It was initially set up with default local state. I use an AWS Profile to specify the target
I've got a simple navbar in my app nothing special nav ul li a in chrome safari brave it is fine but in firefox I've got an ugly top dotted bar when I click a
I created a directive with multiple selectors, so I can access the same directive with different selectors. What I'm trying to achieve is to get the selector na
I'm working on a method to resample a wav file, here's the method: internal byte[] ResampleWav(byte[] rawPcmData, int frequency, int bits, int channels, int new