Formatting SQL Based on an AST
I am working on my .NET open source project for generating SQL…
How to enforce the .editconfig file not to change brace styles?
I want to ensure that existing brace styles in my project are preserved (some braces on the same line and some on a new line).
Here’s a snippet of my .editconfig file
Web page based on Angular exhibiting strange anomalies with Apple Safari
My ski club bookings page has been exhibiting strange omissions when using Apple Safari. When using Firefox or Chrome NO such anomalies exist.
In particular the bookings page is meant to display the Room numbers on the LHS of the page and stays there as one scrolls to the right to change the date. Unfortunately when using Safari on a Mac (have not tested Safari in Windows for some time – so not sure if this applies under Windows) the Room numbers do not display.
The very odd thing is that Angular state that Safari (along with several other browsers) has been tested thoroughly and should work fine. Hence some sort of investigation is needed to determine why the room number omission is happening cf the other browsers. I have screen shots to illustrate the problem.
Formatting a decimal with a changing “places” variable
I’m trying to write a function that will change the amount of decimal places depending on the “places” parameter passed into the function.
I ended up using if/else statements but this is very limiting.
SQL Query syntax – formatting?
I’m looking at a very large (5-6 digit LOC), very complex, code-base, full of interacting bulky, interdependent, views and stored procedures (multiple 4-5 digit count silos).
SQL Query syntax – formatting?
I’m looking at a very large (5-6 digit LOC), very complex, code-base, full of interacting bulky, interdependent, views and stored procedures (multiple 4-5 digit count silos).
SQL Query syntax – formatting?
I’m looking at a very large (5-6 digit LOC), very complex, code-base, full of interacting bulky, interdependent, views and stored procedures (multiple 4-5 digit count silos).
How best to format text files of statutes in HTML with specific IDs
I’m trying to find the best way to process about 20,000 lines of a statute in text format into HTML so that it can be displayed and manipulated in a granular fashion, i.e. by clause. The format is essentially a nested list like (a)(1)(A)(i)(II)(aa) and is fairly consistent. Each clause begins with a new line and is enclosed in parenthesis like above.
How best to format text files of statutes in HTML with specific IDs
I’m trying to find the best way to process about 20,000 lines of a statute in text format into HTML so that it can be displayed and manipulated in a granular fashion, i.e. by clause. The format is essentially a nested list like (a)(1)(A)(i)(II)(aa) and is fairly consistent. Each clause begins with a new line and is enclosed in parenthesis like above.
Is it possible to make a printable ‘template’ document?
I’m writing a piece of software to generate and print nametags. The issue I’m having is that nametags need to be formatted the same, but have different values (ie. different names, titles), and can be on different sizes of paper.