I had an idea to use C++ CLI to interact with the Saxon .NET interface . The problem is that every single example on Saxonica is with C# , and not C++ . can you
I have ASP.NET Web API that utilizes .NET 6 and I'm trying to send a cookie in a response. To be more specific I'm trying to send a response that contains a htt
I have a field where I get available post types, and I'd like my second select2 to be populated with taxonomies from the first select2. I have a function writte
There are people saying no it doesn't and something saying probably so I am confused can I update a SQL file's rows and their values and the sql file is in the
I have some problems with PyCharm to create a pipenv environment for my project. If I run pipenv install in my terminal works perfectly, also in a docker contai
Error : Could not resolve all task dependencies for configuration Could not find in.netcore.smartechfcm:smartech-fcm:1.1.6. implementation 'com.firebase:fireb
Some background first. I have two smart contracts: ERC20 for fungible tokens where I minted my own token/crypto currency; ERC1155 for non-fungible tokens (NFTs)
process array column using udf and return another array Below is my input: docID Shingles D1 [23, 25, 39,59] D2 [34, 45, 65] I want to generate a n
I am developing a simple python package (on macOS 10.14) and I have problems in setting the instructions how to install it. Right now the package is not availab