balazs HIDEGHETY
balazs HIDEGHETY
@victornpb any chance to get this fixed? getting same error (also added post.zip content to emulate): https://github.com/victornpb/eleventy-plugin-page-assets/issues/3
You could also drop the designer part - since **Report Builder 2.0** or 3.0 from Microsoft is FREE.
In some cases, when you are finishing your job you want the work to be committed along with the state change, so using the usual `Transactionscope.Required` is IMO correct. The...
**Solution:** For those having the same issues, here's a solution, based on: https://github.com/AnderssonPeter/Hangfire.Console.Extensions/blob/9ef89d8743459e77c5a139d7241765d79ece8602/Hangfire.Console.Extensions/HangfireLogger.cs With a little bit of abstraction: ```cs using Microsoft.Extensions.Logging; public interface IJobProgress { public IJobProgressBar CreateProgressBar(string? name...
Thanx. Code in the comment above is updated. For me (due to those wrappers) it's easier to do the patch around those 2 operations. **But, otherwise, I think this is...
I guess RowsFit should auto fit height. What concerning is that even if a full row is selected as region 1. the template row heights are not honored 2. some...
it's an error inside the `sftpClient.ListDirectory()` if you get attributes to the same file via `sftpClient.GetAttributes()`, you will have IsRegularFile = true #bug
I'm interested...
Have you considered to use customization via placeholders, like: namespace: MyProject.Data.Persistence.{schema} folder: ./Model/{schema} On Fri, Aug 23, 2024 at 3:59 PM Erik Ejlskov Jensen < ***@***.***> wrote: > Yeah, the...
NOTES: The parent container has just its width set to 50%! Height should be auto. I'm trying also resizing, the graph, but the resizing seems to be done by height,...