text
string
meta
dict
Q: what is the best way to use Audio tech r70x with Goxlr? I am using goxlr mixer with Audio tech r70x , what is the best way to get all the benefit and oms of the headphone "goxlr support 250 max" ? what is the best AMP DAC will be good to connect to the mixer? I haven't try anything until now
{ "language": "en", "url": "https://stackoverflow.com/questions/75583538", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-5" }
Q: Odoo: custom module-views overriden by WebEditor-views in Multi-site context In Odoo-13 (odoo.sh), in my custom module src/user/membershipzsb, after having created a new qweb (web-layout): portal_my_details_zsb which inherit the Base-View portal_my_details (view id:421) <odoo> <data> <template id="portal...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583539", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Can I add Test Cases based on Tags to an requirement bases query to Azure Test Plans I would like to create a test plan in Azure using a requirements based query that filters out test cases with a specific tag. I've tried all sorts of filter options, but it seems that the second part of the query, which filters on t...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583544", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Scrolling a div with scrollbar selenium python In Instagram direct there is such a div with all users, but it loads partly, and to load it completely we need to scroll down the scrollbar, but I cant find a way to do it. Any ideas? I tried to send pg.down/end keys to the div but it didnt result A: Easiest way to sc...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583545", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: What is the difference between `npm version prerelease` and `npm version prepatch`? I don't see any difference. npm version: * *prepatch: 1.5.3 > 1.5.4-rc.0 *preminor: 1.5.3 > 1.6.0-rc.0 *premajor: 1.5.3 > 2.0.0-rc.0 *prerelease: 1.5.3 > 1.5.4-rc.0 i.e. prepatch and prerelease make the same. Are there cases wh...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583546", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How do I target tab within a div using jquery How do I target tab-1 with jQuery, but only if the #flexTab has the class .publications. I have another set of tabs on the site and I don't want it to affect those hence the class .publications. <ul id="flexTab" role="tablist" class="nav nav-pills nav-fill d-flex justify...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583548", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Is there a way to convert a raw image (DSLR) to another format (ex: TIFF) with a lossless or no loss compression? I have been using Emgu.CV (C#.NET) to generate a histogram of my Canon images, but Emgu.CV does not support raw images. As a result, the images have the be converted and this is a problem. The raw histog...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583549", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Selected option is not getting click by selenium code List<WebElement> options =driver.findElements(By.xpath("//header/div/div")); for(WebElement option :options) { System.out.println(option.getText()); Thread.sleep(2000); //if(((WebElement) option).getText().equalsIgnoreCase("Softwar...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583551", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Regex for matching trace id from spring cloud sleuth logs How to extract/match the highlighted (in bold) part from the below text using regex? 2023-02-27 16:44:11.450 DEBUG [app-name,5329711c9d6ab83c4bfd1f8e2e9485f6,d4b978510dc06d76] 74169 --- [task-scheduler-3] logging hello world Below are the constraints that can...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583552", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-3" }
Q: The reply to this interaction has not been sent or deferred, but only sometimes I'm using TypeScript to write my Discord bot, and its main purpose is sending cute axolotl pictures. It uses a REST API to do this, but it's on free hosting so it can be quite slow sometimes, especially when it hasn't been used in a whil...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583553", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: How to merge a BEDMatrix with a 'regular' matrix object in R I am dealing with a new R object class for me, a BEDMatrix object. I have created a BEDMatrix from the standard plink files. Now I want to merge it with a regular matrix object in R. I have tried the functions merge() and join(), but all of them seem not t...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583555", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: access a sharepoint file programmatically with Azure AD Application I have an Azure AD Application and I have created an application. I retrieve a user token but whenever I try to access a file in any sharepoint site, I'm getting an unauthorized. What Am I missing? ( It looks like the delegated user token is not a...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583557", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: MicrosoftTeams context not shared between js and js interop in Blazor app - The library has not yet been initialized I'm working on a Blazor app that runs embedded inside Microsoft Teams. In order to interact with Teams, we use the Teams SDK and call it from our C# code using the IJSRuntime interface. In order to do...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583558", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: HighChart.js error while importing highmaps.js on vs code I am new to highcharts.js and facing this error while importing a map map code while importing this on my local machine I am facing this error down below console error //importing this src
{ "language": "en", "url": "https://stackoverflow.com/questions/75583559", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Is there a way to create and update a Terraform resource in the same terraform apply operation with a fake null resource? Context: I ran into circular dependency and without going to too many details I figured that one of the ways to resolve it is to apply in 2 steps: # create a KMS key (apply #1) resource "aws_kms_...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583561", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Nuxt Content : QueryBuilderParams with where condition not working So I have this nuxt-content project with several articles available in the /content/news folder. I have a /pages/news/index.vue page with <ContentList /> inside, it works fine. But I want to plug filter features on this page, eg. /news?author=myautho...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583565", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Create additional columns based on factor names in one column I am looking to create additional columns in R from one original factor column (that contains a raw output file name). Here is an example: Original: FileName <- c("123456_D1_5k", "123456_D1_10k", "123456_D2_5k", "123456_D2_10k", "987654_D1_5...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583567", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Azure Storage Queue to Cosmos DB I am trying to receive a payload from a http trigger and send payload with an envelope to the Service Bus and eventually Cosmos DB so I can perform CRUD operations. The payload is properly received and given an envelope and the envelope is properly sent to and received from the Servi...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583571", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Subtracting from a constructor that doesn't exist yet I am trying to compare my wizard to do battle with another wizard. But the problem is the other wizard doesn't exist in the class file and only exists in the tester file. How do I access the wizard in my tester file to do battle with the one I have already made? ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583572", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to get formula to iterate from a list of numbers? I defined a formula to calculate the volume of a tube. I want to introduce a list of volumes for a pipette to automatically lower itself with the amount of solution left. I was able to get it to work with one volume amount, but I would like to be able to pass a l...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583574", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Redshift "permission denied for relation" even as SUPER user? Data is sitting in 1 table and can be accessed easily enough : select * from source.sales limit 100; View is a straight 'select *' CREATE OR REPLACE VIEW processed."sales" AS SELECT * FROM source."sales" WITH NO SCHEMA BINDING; However, even a SU...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583575", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to store and read precise datetime UserProperty in Outlook Add-In? I have that piece of code which creates a UserProperty in an Outlook AppointmentItem: AppointmentItem copiedAppointmentItem = sourceAppointmentItem.ReferenceItem.CopyTo(calendar, OlAppointmentCopyOptions.olCreateAppointment); copiedAppointmentIte...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583577", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to select a value out of a Dropdown list with span class? I´m trying to select an item out of the dropdown list which is on the page. I couldn´t identifier the ID or something else which I could take to make this work. I tried several thinks but I got everytime an error. [Code Snippet](https://i.stack.imgur.com/...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583578", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Split Word-Document in seperate files I have a Python script that is supposed to create a Word document of 3015 pages into separate files. It should create a separate file for every 500 pages. Here I have a script that creates a Word document for 20 pages, but I don't know why it isn't taking 500. # -*- coding: utf-...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583580", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to rename existing table in the data base using Kotlin Exposed framework? I can't find any information on how to rename an existing table in a database using Kotlin Exposed framework? If possible, please give me any explanation. Thank you in advance. I read all official documentation but not found any informatio...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583584", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Is it possible to choose locale on demand? I have a picker that I populate from a list of localized strings. The choice the user makes will be saved in a database. Here are my 2 questions: * *Can I force a certain locale for the transaction with the database for consistency reasons? In other words is it possible t...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583585", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Coloring polylines on leaflet map using continuous variable values I am trying to create a leaflet map with lines joining a list of stops. I used polylines on a leaflet map to do so. I am now trying to color the lines by the variable (weight). I tried creating color values on a defined gradient but it doesn't seem t...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583587", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Flutter program crashing I'm new to Flutter/Dart and am trying to write a login UI. When I attempt to run the program, the debugger stops at this, errors_patch.dart which I assume is built-in: @pragma("vm:external-name", "AssertionError_throwNew") external static _doThrowNew( int assertionStart, int assertio...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583589", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Weights and Biases (wandb), Explain metrics displayed in WandB I'm looking for a thorough explanation of all the plots displayed in a basic WandB dashboard, such as: * *train/loss *train/global_step *train/train_samples_per_second *train/train_loss This is part of my dashboard Mainly, I'm looking for practica...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583592", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: N8N SSL on main domain port:5678 I have been struggling with getting this n8n port secure with an SSL (https://). My n8n sits on the main root at mydomain.com:5678. I have forced https sitewide but has not worked. I have read many different docs but none seemed to help me with my particular VPS setup. I am semi-new ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583593", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Why does it not give the same result The piture(and arrows) does not come after clicking the images got from filtering by properties. What to do? Github Link- https://github.com/Prangon-00/RealEstate Followed this tutorial- https://youtu.be/y47gYvXchXM Problem Started from 'ImageScrollbar' and '[id]' these. (1:34:20...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583594", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Multiple (3) factors for sumifs (possibly) needed in Excel I am using the below formula: =SUM(IF(FREQUENCY(IF(AG7:AG2619=T3,A7:A2619),IF(AG7:AG2619=T3,A7:A2619)),1)) But I need to add a third criteria, I only want to it to count if the text "STP" occurs correspondingly in the column "AI", or more specifically, AI7:...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583598", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: "'signOut' is not exported from '@aws-amplify/ui-react'" when following AWS Amplify tutorial I'm following the AWS "Build A React App using Amplify" tutorial here. I'm on Step 5 of Module 3, which states the following: Next, open src/App.js and update with the following code: import logo from "./logo.svg"; import...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583599", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Can you modify the TTL of a DynamoDB record? I want to enable TTL on the DyanmoDB records. However, the TTL should kick in only when the record is updated to a particular state {status: completed}. Is it possible to first create the record with no TTL in sight (or to set the TTL to a long time in the future) and the...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583601", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Javascript on pdf to find the most selected value I have an employee appraisal form. There are 9 objectives and each objective has 5-16 sub-objectives where the 'rater' will rate the employee for that task as Not Applicable, Not Met, Met, or Exceeded. I am looking for a javascript to look at the list of items within...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583604", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to Count The Number Of Columns Of An AdaptativeGridView I need to apply a horizontal separator line bwteen items, when columns number change. So, it's necessary to get the number of columns of this UWP AdaptativeGridView, inside a SizeChanged event. AdaptiveGridView have a "CalculateColumns" method, but it's not...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583605", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Which is the better way to implement initialization in an Angular application? I'm implementing a front-end which communicates in several ways with the back-end (HTTP APIs, websocket). Before anything is rendered I need some data structures to be initialized and some operations to be performed. Obviously it is all a...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583608", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: in r: the condition has length > 1 I am trying to do a descent gradient algorithm with a Himmelblau function in R. This is my code: `library(numDeriv) gradient_descent <- function(f, start_value, max_iter) { gamma <- 1/max_iter #how much the function will move to the negative direction #of the gradient function...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583611", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Migration PG version from 13 to 14 on AWS RDS I am pretty new to AWS and we plan to migrate our Postgres version from 13.7 to 14.3, to be able to use a new function for generation UUIDs. If I correctly understood, the first step is taking a backup. After the upgrade process is done on AWS, we should only reindex dat...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583614", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Read all values of HTML table with Selenium I am trying to read all elements in the following html table and convert it to a dataframe but all the numerical values are not being recorded by my get_attribute function. I have also tried with .get_attribute('td') ,.get_attribute('tr') and .get_attribute('outerHTML') b...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583619", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Creating Bluetooth Serial Ports on RTL8822bu chip Linux Good day. The question is: There is an ARM device based on Cortex A9. There is a built-in Wi-Fi / Bluetooth module based on the RTL 8822bu chip, which is integrated into the device. The bluetooth driver for the chip is installed. Stack Blues 5.65 installed. hci...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583622", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Detect LeaveGroup sent by kafka consumer Given a handle to a kafka consumer object, is there anyway to check if a LeaveGroup message has been sent due to poll timeout? I'd like to check this in a kubernetes health check.
{ "language": "en", "url": "https://stackoverflow.com/questions/75583623", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Better way to debug Python Code in Jupyter Notebook I was wondering is there is a good and comprehensive way to debug python code step by step in Jupyter Notebook so that I can have a better idea of all the variables involved, their dimensions and values. So is there a tool like that or should I need to move to an I...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583626", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Power Form Docusign I am fetching the powerForm url to send contracts to clients. I would like to know if there is a way to get the envelopeId created once I fetch that url. This is everything i got from the call enter image description here A: PowerForms are for end-users, not for your integration. If what you wan...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583627", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Setting FK column as "required" in Hibernate / JPA relations? I use Hibernate to create relations as shown below. As far as I remember, there was no need to set FK fields as required, but I am not sure if it is the case for Hibernate or JPA. @Entity public class Comment { @Id @GeneratedValue(strategy = Gene...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583628", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Outlook VBA looping through selection opens too many items I have been staked with finding an easy was for our team to save large numbers of email attachments easily. I have used some existing code I found here: https://www.slipstick.com/developer/code-samples/save-rename-outlook-email-attachments/ This works perfec...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583629", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Is it possible to create a UDP and TCP (both) Load Balancer in GCP? I am currently running a game server in a GCE instance. The protocols used are TCP and UDP, and I would need a LB that takes both protocols into account. At the beggining I created a TCP LB, but obviously I had issues with UDP connections. I have be...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583634", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: return an array of ids with Sequelize I've been trying to make this work, but without any luck. I have something like this(taken from other question, but doesn't rly matter): User.findById(id, { include: [{ model: File, // The file model attributes: ['id'], as: 'files' }] }...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583637", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Wordpress install on hestia cp I have hestia cp and phpmyadmin dB. Everything is linked, but I don't know how to install Wordpress, I don't have install app on hestia cp, and don't know how to do it manually. Could some one help me with it? If you have some online tutorial, please send me a video.
{ "language": "en", "url": "https://stackoverflow.com/questions/75583641", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: SQL help on counts for 2 separate columns I an relatively new to SQL and have an issue with COUNTS for columns. I have a column for user IDs and a column for sessions IDs in a table. For example, the columns in the table would look like : UserID SessionID 5781647 hello1 5781647 hello2 5781647 hello3 57...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583642", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Legend desepear when i use "scale_fill_gradientn" in ggplot2 I have a problem in my code somewhere but i can't figure out where it is. I try to make a heatmap using p-adj values that i got from an ANOVA + Tukey test. The thing is that the p-adj values range from 1 to 1e-9, so i was thinking about using a log scale f...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583643", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Using XSLT in a concise way to modify XML elements I have the xml file that I totally didn't get from somewhere else <bookstore> <book genre="autobiography" publicationdate="1981" ISBN="1-861003-11-0"> <title>The Autobiography of Benjamin Franklin</title> <author> <first-name>Benjamin</first-name> ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583644", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Exchange Server 2019 VM in Azure - availability I would like to setup 2 x Exchange Server 2019 VMs in Azure but I am not sure which is the best availability option. The requirement is to have a HA on a different Zone on the same Region. I can already see that Availability Zones won't do cos it's creating 3 x VMs in ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583645", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Is there a way to copy pointers in C for linked lists? I am implementing a linked list using C which has insertion functionality at the head, tail (last node), and at the kth index. When I try to implement the insertion functionality however, and try to enter more than 1 entry in the list, printing the elements ente...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583647", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to check if two polygons have internal points in common, with geodjango and postgis I am am using geodjango with postgis backend. Giving two polygons I want to check if they overlap. I mean, they have interior points in common. If we check A.function(B) In the following picture "Example 1" would be False, "Exam...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583649", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to exit an if statement once the condition is met I have the "resize" event on the window object. Inside, there is an if statement that is monitoring the window.innerWidth. As soon as the if statement is satisfied, I want to exit the if statement and no longer execute the code inside. This should result in only ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583651", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to find and select multiple elements in APS/Forge Viewer based on dbid, from a large Revit model? We have a large Revit model uploaded (~4 GB total), and have a list of 30-40 Revit element IDs we are trying to find in the viewer and select on screen, then create a section box around. We have tried to create a ma...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583656", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Geodjango: Annotate count points within polygons I have two models: class State(models.Model): geom = models.MultiPolygonField() name = models.CharField() class Disease(models.Model): geom = models.PointField() date = models.DateField() How can I annotate the count of Disease points within the Stat...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583658", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Sum of arrays in a snowflake column I have a column in a snowflake table, each row in the column has a array of floats of 360 elements. I want to write a snowflake query, so that I get an aggregate of all the elements in the array, such that the out is 360 values. All the element 1 are summed, all the element at ind...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583661", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: MongoDB flattening a nested array without unwind I've been trying to flatten a field of array that occasionally has a nested array when its size is 1 as you can see in example below. (This happened due to a previous error I made with updateMany() while trying to put every string in array but somehow, I put the strin...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583663", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: testing pixijs examples in jsfiddle or anywhere else? I'm just getting started learning Pixijs, and I'd like to test some of the examples. When I copy this example: https://pixijs.io/examples/#/filters-basic/displacement-map-flag.js into JSFiddle: https://jsfiddle.net/ripmurdock/42h7fckx/4/ I get a black box and thi...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583664", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Deployed the app at heroku in node js its showing Error R14 (Memory quota exceeded) I have projects in next js and node js. The version of node js is "node": "14.17.5" and next js version is 12.0.4 and I deployed that project at heroku its showing the error:- Error R14 (Memory quota exceeded) For that, I also chang...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583666", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Replace occurrence by ID using a condition - PostgreSQL I have a table (medications) where in some cases the medication name takes on two different types: GENÉRICO and REFERÊNCIA Input: medication_name | type ACETILCISTEINA REFERÊNCIA ACETILCISTEINA GENÉRICO ADDERA D GENÉRI...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583669", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How can we achieve mTLS implementation for a mobile app (iOS/Android) with react native and apollo client for hitting APIs? I have graphql apis at the backend and apollo client implemented in react-native. I am trying to implement mTLS so that I can pass a cert while sending a request to the apis. However, I could n...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583670", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: plantUML: swimlanes, overlapping connectors with flow continuation from 2 to 1 I'm taking this Q/A as a basis: plantUML: swimlanes and overlapping connectors The peculiarity there is that the action flow comes to an end in p1 and P2, the two boxes are detached. What can be done if the flow continues, specifically wh...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583673", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How do I make draggable images? As far as I can tell, there are two ways to achieve this: * *Use a Marker, set the Icon to the image, and scale that image on zoom so it remains in scale with the map (because marker icons don't change size according to zoom) *use ImageOverlay, set the underlying image to Draggable...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583676", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Azure Data Factory - Creating Trigger via Rest API doesn't show up in ADF Studio Update 1: So it appears that the trigger does run, and that it shows up under Monitor -> Trigger Runs and the pipelines it ran show up under Monitor -> Pipeline Runs. I also have git integration enabled, and looking through the git repo...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583678", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Click on a non-select dropdown option using Selenium Python I am trying to automate some task as download file and pre-process them. To download one of them I need to specify dates (I can't share the website because of privacy) but I am not able to select between Dec-2022 and Jan-2023 as an example below: Here is HT...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583687", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to update an existing file in KIE file system Trying to use the KIE system to create and execute rules. There is an existing file in the KIE file system which has a rule. Can someone please suggest how to update the file with a new rule?
{ "language": "en", "url": "https://stackoverflow.com/questions/75583688", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: ttkbootstrap ( bootstrap for tkinter) mac OS or python 3 doesn't have save button as given in forum Screenshot of ttkcreator on my Mac The command in shell python -m ttkcreator doesn't give the option to save theme as shown on the ttkbootstrap website how can I fix this? not sure it's because of Mac OS or python3
{ "language": "en", "url": "https://stackoverflow.com/questions/75583693", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Video is not autoplaying (with playsinline and byte-ranges) in Safari (16.3) on macOS (13.2.1) while charging Safari (16.3) on macOS (13.2.1) is not autoplaying the video, even though playsinline autoplay and muted are set within the HTML element, byte-ranges are correct server side, Media is not blocked for this ho...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583695", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to detect intel CPU in linux using delphi? I'm trying to detect if the CPU is INTEL or not in linux using delphi by using this fucntion function IsIntelCPU: Boolean; begin {$IFDEF CPUINTEL} result := true; {$ELSE} result := false; {$ENDIF} end; but it doesn't work, if i issue "iscpu" command it will res...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583696", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: I am having a problem when I try to install firebase-tools using npm command npm ERR! code ERR_SOCKET_TIMEOUT npm ERR! network Socket timeout npm ERR! network This is a problem related to network connectivity. npm ERR! network In most cases you are behind a proxy or have bad network settings. npm ERR! network npm ER...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583704", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Issues in displaying a Welcome Message using Labels in Production Environment I want to display a simple welcome message in the body using a Label in ASP.Net web page. The scenario is, when a user successfully logs in, a Welcome Message "Welcome FirstName" is displayed on the web page using Sessions. I have develope...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583706", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: make fetch direct the user to the POST page as a regular form I use fetch to make post request, The problem is that the user has not been direct to the Post page (as regular form direct the user to post page) I want in the server side at app.post('/userProfile') Navigate the user to a certain place according to info...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583707", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: From application Insight how do I query function calls that are triggered by retry policy? I know for the event-triggered azure function, it has a retry policy turned on by default. Wondering in the application Insight log, how do I query all that retry calls out? I looked at "traces" and "requests" table, there is ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583709", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to Add-Language pack online with Powershell? Language Pack in system I want to add new language pack to system with Powershell, but i want to download it like it do ms-settings. There is a Offline option with DISM: Dism /image:D:\_Mount /add-package /packagepath:"D:\LanguagePack\fr-fr.cab" but I'm looking for ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583711", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: GTK Window Background Opacity We are currently working on developing a GTK application, in GJS, and want to display videos with a WebView layered on top of the video. We are able to open a window and display videos using GStreamer and open a sperate window and display a WebView using WebKit2 from WebkitGTK+. The GSt...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583712", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to load handlebar templates for nodemailer emails from remote location I have a nestjs app with a POST /email endpoint, which sends emails using nodemailer based on handlebar templates, depending on which template is selected in the API call. (template=xxx). e.g. http://localhost:3000/email?to=test@gmail.com&nam...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583713", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: how to search max version file using Google Drive API how to search max version file using Google Drive API I'm currently trying to get latest version file from Google Drive API
{ "language": "en", "url": "https://stackoverflow.com/questions/75583714", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: JunitTestClass Is Failing for My JAVA Class I am new to JUNIT and never worked on this. Below is my JAVA Class and JUNIT **************** JAVA CLASS ****************** import java.io.IOException; import javax.servlet.Servlet; import org.apache.sling.api.SlingHttpServletRequest; import org.apache.sling.api.SlingHtt...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583716", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "1" }
Q: Failed to enable apcu I installed apcu by following steps: (PHP Version 8.1.13) * *sudo apt-get install php-apcu php-igbinary *add extension=apcu.so under Dynamic Extensions of the php.ini file *restarted apache *use php -m and I can see apcu module is in the list. But when I check phpinfo(), I don't see apc...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583717", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Run command on kafka dockerized container in jenkins pipeline after run We are spinning up a kafka docker container on Jenkins Pipeline against which our test cases will run. I am looking to run some command on this kafka container to start up the broker. Kafka Repo is generic therefore can't update the startup or D...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583719", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Need to create a jason request in lisp to send to a remote server i am new to lisp and want to send a jason request to a remote server. Can somebody help me on this? Below is the format that i want to send. { "requestId":"12345", "houseNumber":"5555", "streetName":"Erling garden", "city":"PHOENIX", "s...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583720", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Select a valid choice. 2 is not one of the available choices Learning Django and have some problem. I created a function to change user review, but when I click on the save button, I have error: "Select a valid choice. 2 is not one of the available choices.". models.py class ProductReview(models.Model): user = m...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583722", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: News list multi-columns layout using Grids or Flexbox INTRO I'd need to implement a layout such the following one to list "Last News" items. I recieve a list of equal items (for example .card DIVs ) and eventually I could limit the total to a specific number, for example "the most 7 recent items". Obviously, I'd li...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583724", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "2" }
Q: Get tenant Id from x-ms-client-tenant-id or x-ms-home-tenant-id in ARM request header as we need to retrieve tenant ID of azure resource from ARM request headers, and there're 2 parameters in headers: x-ms-client-tenant-id and x-ms-home-tenant-id. Can you please us to understand their difference? * *When do we exp...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583725", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Universal links not working when activated from a browser I have a flutter app for both Android and iOS. The app supports universal links. It's supposed to open the app when the user taps on the account activation link it received by email which looks like this: https://my-domain.com/auth/create-password?token=autht...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583728", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Using KProperty with List of objects We're using Spring Data MongoDB with Kotlin. Kotlin comes with some nice typesafe Criteria Extensions (org.springframework.data.mongodb.core.query.TypedCriteriaExtensions). given: data class Foo( val id: String, val oneBar: Bar, val bars: List<Bar>) data class Bar(val th...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583729", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: download_this issue within a 'for' loop I'm successfully using download_this to prompt users to download individual data files and plots in an Rmarkdown-with-parameters. The problem is when requesting a download button using 'download_this' in a for-loop (see below). The behavior is that it appears to do a download...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583731", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Domain HTTPS Requests Error with NextJs/Express Server I deployed my website yesterday on a VPS then I installed everything and it was working fine on the VPS IP but when i installed certbot on my domain I got this error : Mixed Content: The page at 'https:// mydomain.com/' was loaded over HTTPS, but requested an i...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583732", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Postback event not firing in ASP.NET Master Page from POST I have an ASP.NET Web Forms project underway, and I have built a Master Page which contains a footer. In that footer is a small piece of code to let users subscribe to our email list. That code is: <aside class="col-12 col-sm-12 col-lg-...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583736", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Vite server proxy does not return the full path I am in the process of migrating a webapp from Webpack to Vite, and ran into an issue with its server proxy: I have a rather long url with query parameters, where I'd like my devServer to rewrite a part of it: '/signin-oidc.asp': { target: 'https://identity.myIdentit...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583737", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: What is the hostDirectives in angular 2? (directive composition API) The angular documentation says that: The directive composition API lets you apply directives to a component's host element from within the component TypeScript class. But what is the advantage of applying the directive from within the component c...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583739", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Zoom gesture on flutter chart not working I am working on an app where i need to display a chart. It is a timeseries chart. I want to try and enable the zoomandpan feature to zoom in on the map. But for some reason, the gestures don't seem to be working when I pinch the screen on my phone. This is where I implement ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583740", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to get data from strapi endpoints it shows 404 error? http://localhost:1337/api/category/ When I use this endpoint it shows a 404 not found error in postman. {"data":null,"error":{"status":404,"name":"NotFoundError","message":"Not Found","details":{}}} I gave access to the public but it's not working. What sho...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583741", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "-1" }
Q: Preprocessor directive not working on using namespace statements in Razor Pages I have been able to successfully use preprocessor directives in chstml/razor pages like this: @{#if !NETCOREAPP} I AM NOT CORE. And many other things here. @{#else} I AM CORE. @{#endif} But, I have not been able to use it to selectively...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583742", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: Is there a way to map object repository (all UI elements) of a WPF application and use it to test the application with FlaUI automation libraries I am trying to migrate my auto test cases from a paid tool (TestComplete) to a free tool (FlaUI libraries). I have found that in my TestComplete test project, elements are...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583744", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How do I PDF-export one or more Confluence Datacenter/Server spaces? How do I export one or more Confluence spaces to PDF based on a search of all available spaces? Information is scarce, so I am making this a Q&A to help others. I have read through a maze of API deprecations, replacements, and problem reports, and ...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583746", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }
Q: How to propagate trace context in .Net 6 and OpenTelemetry? I would like to add tracing to my .Net 6 app using Open Telemetry, but I have an issue with the context. I have an app that sends NServiceBus messages to another service and then receives a response event. My question is how to connect an activity created d...
{ "language": "en", "url": "https://stackoverflow.com/questions/75583748", "timestamp": "2023-03-29T00:00:00", "source": "stackexchange", "question_score": "0" }