Id int64 4 8.51M | PostTypeId int64 1 7 | AcceptedAnswerId int64 7 75.5M ⌀ | ParentId int64 4 41.8M ⌀ | Score int64 -208 27.7k | ViewCount int64 11 12.4M ⌀ | Body stringlengths 0 45k | Title stringlengths 2 150 ⌀ | ContentLicense stringclasses 3
values | FavoriteCount int64 0 225 ⌀ | CreationDate stringdate 2008-07-31 21:42:52 2011-12-14 18:48:47 | LastActivityDate stringdate 2008-08-01 12:19:17 2023-03-05 04:40:26 | LastEditDate stringdate 2008-08-01 13:54:25 2023-03-05 03:12:45 ⌀ | LastEditorUserId int64 -1 21.3M ⌀ | OwnerUserId int64 -1 21.1M ⌀ | Tags listlengths 1 6 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
75,626,483 | 2 | null | 75,363,289 | 0 | null | Try to use popTo() method. you can set marker to your root screen.
[https://developer.android.com/reference/androidx/car/app/ScreenManager#popTo(java.lang.String)](https://developer.android.com/reference/androidx/car/app/ScreenManager#popTo(java.lang.String))
| null | CC BY-SA 4.0 | null | 2023-03-03T11:25:23.620 | 2023-03-03T11:25:23.620 | null | null | 9,793,289 | null |
75,626,462 | 1 | null | null | 0 | 7 | I want to use a specific native JavaScript library (DataTables) from GWT using Elemental2.
The initialization API for the library is of the type:
```
$('#example').DataTable({
paging: false,
ordering: false,
info: false,
columnDefs:
[
{ targets: [2,3],... | Problem efficiently mapping a native JavaScript library variable parameter API with Elemental2 / GWT? | CC BY-SA 4.0 | null | 2023-03-03T11:23:53.633 | 2023-03-03T11:23:53.633 | null | null | 4,572,300 | [
"javascript",
"java",
"gwt",
"gwt-jsinterop",
"gwt-elemental"
] |
75,626,480 | 1 | null | null | 0 | 13 | I have a local keycloak setup. I want to query the users data directly from the keycloak's h2 database. I have opened the keycloak h2 console using the following command
java -cp "C:\Users\kowshiga\Downloads\keycloak-12.0.4\keycloak-12.0.4\modules\system\layers\base\com\h2database\h2\main\h2-1.4.197.jar" org.h2.tools.C... | How to access users table of keycloak h2 database | CC BY-SA 4.0 | null | 2023-03-03T11:25:06.913 | 2023-03-03T11:59:57.477 | 2023-03-03T11:59:57.477 | 16,510,063 | 16,510,063 | [
"database",
"jboss",
"keycloak",
"h2",
"idp"
] |
75,626,479 | 1 | null | null | 0 | 13 | I've a simple Android application project in Android Studio, where I am including this dependency in `build.gradle`:
```
dependencies {
// dependency I care about:
implementation 'org.typesense:typesense-java:0.0.9-beta9'
// other android deps
implementation 'androidx.core:core-ktx:1.9.0'
imple... | Android: duplicate classes errors only when using remote dependency but not local JAR | CC BY-SA 4.0 | null | 2023-03-03T11:25:06.640 | 2023-03-03T11:25:06.640 | null | null | 131,050 | [
"java",
"android",
"gradle"
] |
75,626,488 | 2 | null | 75,473,772 | 0 | null | It was an issue with the antivirus installed on the server.
I added a rule to disable the antivirus and the errors stopped.
| null | CC BY-SA 4.0 | null | 2023-03-03T11:25:52.147 | 2023-03-03T11:25:52.147 | null | null | 1,688,441 | null |
75,626,474 | 1 | null | null | 0 | 7 | We are using Cognito for Authenication purpose in our Vuejs application. We have a feature such force reset password after initial login. Now I got an error `Do not mutate vuex store state outside mutation handlers.` after executing the `Auth.completeNewPassword(user, newPassword);`.
We do not try to update any store a... | Cognito completeNewPassword shows Do not mutate vuex store state outside mutation handlers | CC BY-SA 4.0 | null | 2023-03-03T11:24:47.150 | 2023-03-03T11:24:47.150 | null | null | 21,325,231 | [
"vue.js",
"amazon-cognito",
"aws-amplify",
"amplifyjs"
] |
75,626,485 | 1 | null | null | 0 | 3 | I am using Python source codes to plot GISAXS image, I could draw one 2D image with that codes , but If I want to have 16 images of 2D codes what should I do ? I know I have to write a loop for that, but I do not know how to write this loop . Please let me know if you have any idea ?
Regards
f = h5py.File(r"C:\Users\Le... | GISAXD 2D image programs | CC BY-SA 4.0 | null | 2023-03-03T11:25:39.030 | 2023-03-03T11:25:39.030 | null | null | 21,325,482 | [
"windows"
] |
75,626,484 | 1 | 75,626,519 | null | 0 | 43 | I am trying to make an easy and clean solution for my code to recieve a name from input from user and printing it out with uppercase on the first letter only. I have tried for a long time but cannot come to a solution, I am now trying to make it by using an array and selecting the first letter but i get this error mess... | Make uppercase on the first letter of user input C# | CC BY-SA 4.0 | null | 2023-03-03T11:25:36.107 | 2023-03-03T11:34:32.560 | 2023-03-03T11:27:13.737 | 20,162,966 | 20,162,966 | [
"c#",
"arrays",
"toupper"
] |
75,626,492 | 2 | null | 75,626,376 | 0 | null | Send your browser to the localhost address and see what the json looks like. I imagine the localhost:3000/api/hello + id endpoint is failing to return valid JSON.
also, looks like [FetchError: invalid json response body reason: Unexpected token < in JSON at position 0 - nextjs](https://stackoverflow.com/questions/66434... | null | CC BY-SA 4.0 | null | 2023-03-03T11:26:04.993 | 2023-03-03T11:35:30.537 | 2023-03-03T11:35:30.537 | 20,898,316 | 20,898,316 | null |
75,626,486 | 2 | null | 74,838,009 | 0 | null | I found the way to make it work.
Some notes:
1. I was wrapping the requests to change orientation into a InvokeOnMainThread method;
2. I needed to add the UIInterfaceOrientationLandscapeLeft orientation in the Info.plist file;
3. Works on iPhone, not on iPad. For this it seems that there still are some problems on iOS... | null | CC BY-SA 4.0 | null | 2023-03-03T11:25:42.400 | 2023-03-03T11:25:42.400 | null | null | 17,203,233 | null |
75,626,489 | 2 | null | 75,617,312 | 0 | null | From [jupyterlab-myst Usage](https://pypi.org/project/jupyterlab-myst/):
> By default, the MyST renderer becomes the default notebook renderer.
Thus I assume you need to enable all those MyST extensions. See the documentation. For example, for [attrs_block](https://myst-parser.readthedocs.io/en/latest/syntax/optional.h... | null | CC BY-SA 4.0 | null | 2023-03-03T11:25:55.767 | 2023-03-03T11:25:55.767 | null | null | 2,214,933 | null |
75,626,494 | 1 | null | null | 0 | 19 | I have an HTML input element as below:
```
<input type="range" min=10 max=10 value=10>
```
The thing is that I want this slider thumb to be at the end of track when min and max are equal. Is there some way to do this?
| How to put slider to max position when min and max values are the same? | CC BY-SA 4.0 | null | 2023-03-03T11:26:16.823 | 2023-03-03T11:45:43.230 | null | null | 13,308,991 | [
"html"
] |
75,626,490 | 1 | 75,626,528 | null | 1 | 9 | I would like to display both the point name and percentage value on my highcharter pie chart in R. I managed to display the percentage value, but it replaced the name value instead of complementing it. Here's a code sample:
```
library(tidyverse)
library(highcharter)
df = tibble(
id = c(1,2,3,4,5),
name = c('John'... | Displaying Label Name and Value on Highcharts Pie Chart in R using Highcharter | CC BY-SA 4.0 | null | 2023-03-03T11:25:59.793 | 2023-03-03T11:29:08.867 | null | null | 15,313,661 | [
"r",
"highcharts",
"r-highcharter"
] |
75,626,495 | 2 | null | 50,736,432 | 0 | null | I respectfully disagree with the accepted answer... the extra casts make things a mess.
I suggest you are making things complicated for yourself... you can keep the `#define` macros in `unsigned int`:
```
#define I2C_CCRH_FS 0x80u // No need for cast, but add u suffix
#define I2C_CCRH_DUTY 0x40u // ditto
#d... | null | CC BY-SA 4.0 | null | 2023-03-03T11:26:18.033 | 2023-03-03T11:33:07.830 | 2023-03-03T11:33:07.830 | 1,614,319 | 1,614,319 | null |
75,626,496 | 2 | null | 75,625,077 | 1 | null | Your problem comes from the jpeg image reading.
You store the decoded line in the image buffer, then, you try to write into the
image (`*p++==`) from `buffer[0]` which point also on `image32`
To read correctly, you should create a buffer to store the line being read.
Corrected reading is:
```
// memory to store line
un... | null | CC BY-SA 4.0 | null | 2023-03-03T11:26:30.127 | 2023-03-03T11:26:30.127 | null | null | 1,212,012 | null |
75,626,501 | 2 | null | 75,623,472 | 0 | null | If you want to get one Article and one comment in the query then prepare a query based on your `Article` entity and join it with the `Comment` Entity. Then you can create a custom DQL function to use in your query to get only 1 comment record. Please read this [medium blog](https://medium.com/simform-engineering/how-to... | null | CC BY-SA 4.0 | null | 2023-03-03T11:26:50.210 | 2023-03-03T11:26:50.210 | null | null | 6,056,191 | null |
75,626,491 | 2 | null | 40,988,052 | 0 | null | ```
Try swagger-combine-maven-plugin:
<plugin>
<groupId>com.randomnoun.maven.plugins</groupId>
<artifactId>swagger-combine-maven-plugin</artifactId>
<version>1.0.0</version>
<executions>
<execution>
<id>swagger-combine-1</id>
<phase>generate-sources</p... | null | CC BY-SA 4.0 | null | 2023-03-03T11:26:03.747 | 2023-03-03T11:26:44.530 | 2023-03-03T11:26:44.530 | 875,898 | 875,898 | null |
75,626,502 | 2 | null | 75,626,045 | 1 | null | What you observe is occuring because the data object you use is reactive and you update it, and then the table is re-rendered when the update occurs. The cool thing with a proxy is that you don't need a reactive data object. Also, you can pass the proxy object to `editData` and then there's no need of `replaceData`.
``... | null | CC BY-SA 4.0 | null | 2023-03-03T11:26:51.323 | 2023-03-03T11:26:51.323 | null | null | 1,100,107 | null |
75,626,499 | 1 | null | null | 0 | 29 | I'm developing a larger shared library in C++ and recently to e.g. pool usage etc.
Before the change, a certain db-related task caused (according to perf etc.) an expected amount of CPU load in the lib (on application server) as well as CPU load on the DB server and took about 45 minutes.
Now after exchanging the data... | how to profile c++/unix for blocking or sleeping code | CC BY-SA 4.0 | null | 2023-03-03T11:26:33.747 | 2023-03-03T11:26:33.747 | null | null | 20,174,801 | [
"c++",
"mysql",
"profiling",
"real-time",
"blocking"
] |
75,626,504 | 1 | null | null | 0 | 10 | I am performing 3DS 2.0 integration. The problem is most of the transactions are off session or MIT(Merchant Initiated Transactions). Because of which I cannot perform authentication from client right away.So, what I do is, when the 2099 (authentication error) occurs, I send an email to the customer to authenticate the... | Implement 3DS on braintree | CC BY-SA 4.0 | null | 2023-03-03T11:27:10.403 | 2023-03-03T11:41:07.460 | 2023-03-03T11:41:07.460 | 17,178,545 | 17,178,545 | [
"payment-gateway",
"braintree",
"3d-secure"
] |
75,626,507 | 1 | null | null | 0 | 15 | [](https://i.stack.imgur.com/9nD3L.png) I want to add data label in the doughnut chart.I have attached a screenshot as i want the required the output.
| How to add data labels in Doughnut Chart in react-chartjs-2? | CC BY-SA 4.0 | null | 2023-03-03T11:27:17.910 | 2023-03-03T11:27:17.910 | null | null | 14,805,759 | [
"reactjs",
"react-chartjs-2"
] |
75,626,493 | 2 | null | 75,626,270 | 0 | null | The issue here is, that `<th>` is a child of `<tr>` and you have to adjust your selection - Maybe use [css selectors](https://www.crummy.com/software/BeautifulSoup/bs4/doc/#css-selectors) that selects only `<tr>` with `<td>`:
```
for tr in soup.select('table tr:has(td)'):
```
or get your `list` directly from `list com... | null | CC BY-SA 4.0 | null | 2023-03-03T11:26:09.787 | 2023-03-03T15:16:04.123 | 2023-03-03T15:16:04.123 | 14,460,824 | 14,460,824 | null |
75,626,505 | 1 | null | null | -1 | 22 | I've followed a MERN tutorial for a blog and everything went fine, now I am trying to add a podcast page alongside the blog, I copied all of the views and components from the blog and changed everything to podcast. I am able to create a podcast, view the podcast when I type the specific URL as it adds fine to mongo, ho... | Uncaught TypeError: Cannot read properties of undefined - Implementing new feature | CC BY-SA 4.0 | null | 2023-03-03T11:27:12.540 | 2023-03-04T18:02:13.807 | 2023-03-03T11:34:52.320 | 21,193,528 | 21,193,528 | [
"javascript",
"reactjs",
"mongodb",
"mern"
] |
75,626,509 | 1 | null | null | 0 | 7 | Can someone tell, How I redirect to user from where he come, after sign-in.
Requirement: if user is not sign-in, so user come in sign-in and user choose to "sign-in with google" and after he sign-in i want to redirect from where he come. ex: /project/new or /user/profile
i am using:
"@aws-amplify/ui-react": "^4.2.1",
"... | how to redirect user from where user come after sign-in in aws-amplify | CC BY-SA 4.0 | null | 2023-03-03T11:27:31.633 | 2023-03-03T11:27:31.633 | null | null | 12,936,173 | [
"reactjs",
"redirect",
"aws-amplify"
] |
75,626,498 | 1 | null | null | 0 | 22 | I am trying to run a C++ program with libraries Boost and SFML. But I have a problem with my Macbook Air with the M1 chip and had installed the latest version of Boost with brew install boost. For the M1 chip the default include folder is /opt/homebrew/include, which is a symlink to /opt/homebrew/Cellar/boost/1.81.0_1.... | How to use Boost Asio C++ Libraries with Cmake on Mac M1? | CC BY-SA 4.0 | null | 2023-03-03T11:26:32.720 | 2023-03-03T11:26:32.720 | null | null | 16,868,790 | [
"c++",
"macos",
"boost",
"cmake",
"sfml"
] |
75,626,503 | 1 | null | null | 0 | 8 | I'm using volley library to handle API request and below is my code. When I tried to print the error contents/message in case of any issues during login, am getting the error message as "com.a.t.t" Log.e("loginerrors", error.toString()).
Please guide me on how to handle this...
```
blogin.setOnClickListener(new View.On... | how to handle volley error description with message in android studio | CC BY-SA 4.0 | null | 2023-03-03T11:26:59.157 | 2023-03-03T11:26:59.157 | null | null | 11,567,506 | [
"java",
"android",
"android-studio",
"android-volley"
] |
75,626,510 | 1 | null | null | 0 | 8 | i have a code which on selection of region should update the contents of a variable known as csvContent to an existing csv named data.csv.
but currently when i run it prompts the user to select the data.csv and overwrites the existing csv file.
below is the code .
```
.then(async (result) => {
const text = result... | Write a value to existing CSV file without prompting user to select csv file | CC BY-SA 4.0 | null | 2023-03-03T11:27:34.487 | 2023-03-03T11:27:34.487 | null | null | 21,249,709 | [
"reactjs",
"csv",
"async-await",
"append",
"window"
] |
75,626,508 | 1 | null | null | 0 | 18 | My project currently has about 300 scheduled tasks. Some of these run every hour on the hour and some run once a day (at midnight). The tasks make API calls to third party API's.
This is the current set up of my Q_CLUSTER
```
Q_CLUSTER = {
'name': 'DataScheduler',
'workers': 3,
'timeout': 15,
'retry': 300,
'queue_limit... | How to improve reliability of Django-Q Schedule Tasks | CC BY-SA 4.0 | null | 2023-03-03T11:27:28.227 | 2023-03-03T11:27:28.227 | null | null | 11,202,401 | [
"python",
"django",
"django-q"
] |
75,626,512 | 1 | null | null | 1 | 19 | I have been playing around with Dart 3 a bit and am a fan of the new class modifiers. But one I can't seem to get my head around: why does `interface class` exist? I understand `interface mixin` because you can declare abstract members. But you can't do that with an `interface class`, at least in the latest alpha.
Spec... | What is the point of `interface class` in Dart 3? | CC BY-SA 4.0 | null | 2023-03-03T11:27:52.337 | 2023-03-03T11:27:52.337 | null | null | 10,003,008 | [
"dart",
"class",
"oop",
"interface",
"mixins"
] |
75,626,475 | 1 | null | null | 0 | 19 | I've got 2 models :
```
class Fund(LabsManagerBudgetMixin, ActiveDateMixin):
ref= models.CharField(max_length=30, blank=True, verbose_name=_('Reference'))
start_date=models.DateField(null=True, blank=True, verbose_name=_('Start Date'))
end_date=models.DateField(null=True, blank=True, verbose_name=_('End Da... | How to update a foreignkey instance model value on import | CC BY-SA 4.0 | null | 2023-03-03T11:24:53.000 | 2023-03-03T14:56:32.027 | 2023-03-03T14:56:32.027 | 10,790,662 | 10,790,662 | [
"django-import-export"
] |
75,626,511 | 2 | null | 75,626,324 | 0 | null | there is no way to achieve this with iteration on one map. the reason is that the result must include mapping that exists in only one map (either myMap or the default) so iteration on one map will always exclude keys that are present only in the other.
so first you need to construct a set that includes union of keys fr... | null | CC BY-SA 4.0 | null | 2023-03-03T11:27:38.257 | 2023-03-03T11:35:10.050 | 2023-03-03T11:35:10.050 | 4,790,924 | 4,790,924 | null |
75,626,519 | 2 | null | 75,626,484 | 2 | null | Simple way with `ToUpper`:
```
string firstName = char.ToUpper(fn[0]) + fn.Substring(1);
string lastName = char.ToUpper(ln[0]) + ln.Substring(1);
```
We first use `char.ToUpper` method to convert the first letter of the first name and last name to uppercase. And then we use `Substring` method to get the remaining part... | null | CC BY-SA 4.0 | null | 2023-03-03T11:28:28.123 | 2023-03-03T11:34:32.560 | 2023-03-03T11:34:32.560 | 5,649,561 | 5,649,561 | null |
75,626,516 | 2 | null | 75,626,270 | 0 | null | You can use:
```
symbol_names = [tr.find_next('td').text.strip() for tr in table.find_all('tr')]
print(symbol_names)
```
Output:
```
['MMM', 'MMM', 'AOS', 'ABT', 'ABBV', 'ACN', 'ATVI', 'ADM', 'ADBE',
'ADP', 'AAP', 'AES', 'AFL', 'A', 'APD', 'AKAM', 'ALK', 'ALB', 'ARE',
'ALGN', 'ALLE', 'LNT', 'ALL', 'GOOGL', 'GOOG', '... | null | CC BY-SA 4.0 | null | 2023-03-03T11:28:16.363 | 2023-03-03T11:28:16.363 | null | null | 15,239,951 | null |
75,626,520 | 1 | 75,626,964 | null | -1 | 31 | I have a set of functions `fun1`, `fun2`, `fun3` that I'm calling from a main file. Each of them are using some variables stored in my main file (where I'm also calling the functions):
```
a = 2
b = 3
c = 12
d = "abc"
e 12
f = "jh4jer"
g = np.array(2,3)
fun1(a,b,c,d,e,f)
fun2(d,e,f,g)
fun3(a,e,f,g)
```
I would like t... | Passing multiple arguments to a function with a dictionary | CC BY-SA 4.0 | null | 2023-03-03T11:28:33.917 | 2023-03-03T12:15:50.103 | 2023-03-03T11:30:29.513 | 3,001,761 | 13,548,742 | [
"python"
] |
75,626,506 | 2 | null | 75,626,342 | 0 | null | I put here the updated code :
```
* {
background: #cde7ed;
}
.heading1 {
position: absolute;
width: 449px;
height: 80px;
top: 56px;
font-family: "Montserrat";
font-style: normal;
font-weight: 500;
font-size: 30px;
line-height: 40px;
/* or 133% */
text-align: center;
background: #ffffff;
... | null | CC BY-SA 4.0 | null | 2023-03-03T11:27:13.547 | 2023-03-03T11:27:13.547 | null | null | 17,978,333 | null |
75,626,513 | 1 | null | null | -2 | 21 | The thing I am trying to do is:
- -
What I want to do is create a cronjob that checks every time for existing images, and than if they are found it should upload them to Amazon S3 through the PHP SDK (and afterwards delete to safe inodes).
Now I have tried using the Amazon S3 SDK but for some reason I am unable to upl... | Trying to upload images to Amazon S3 with PHP | CC BY-SA 4.0 | null | 2023-03-03T11:27:56.180 | 2023-03-03T12:00:34.897 | 2023-03-03T12:00:34.897 | 1,149,703 | 1,149,703 | [
"php",
"amazon-web-services",
"amazon-s3"
] |
75,626,522 | 1 | null | null | 0 | 21 | I want to add different colors to different selections in Combobox. I found questions about changing the [overall](https://stackoverflow.com/questions/64755118/how-to-change-ttk-combobox-dropdown-colors-dynamically) background color, but not per entry.
I'm attaching some examples below.
[](https://i.stack.imgur.com/jse... | How to add different background colors to different selection options in ttk.Combobox? | CC BY-SA 4.0 | null | 2023-03-03T11:28:43.127 | 2023-03-04T17:20:05.457 | null | null | 6,730,854 | [
"python",
"tkinter",
"combobox",
"ttk",
"ttkwidgets"
] |
75,626,523 | 2 | null | 65,504,449 | 0 | null | When converting to HSV, CV2 and Skimage use different scales. For CV2, HSV values are within the range of 0 and 255, while for skimage HSV values are within the range of 0 and 1. Just multiply the HSV values from skimage and convert them into integer and you will get the same values for both CV2 and SKIMAGE.
| null | CC BY-SA 4.0 | null | 2023-03-03T11:28:45.493 | 2023-03-03T11:28:45.493 | null | null | 21,325,551 | null |
75,626,518 | 1 | null | null | 0 | 9 | I have integrated a jqvmap in my Reactjs project and also have a Select from react-select. Now, I want to connect the two components so that when I select a region in the Select, the corresponding region is highlighted on the map.
The jqvmap component has a prop called selectedRegions that takes an array of strings in ... | How to connect React Select and JQVMap to highlight selected regions | CC BY-SA 4.0 | null | 2023-03-03T11:28:28.053 | 2023-03-03T11:32:09.817 | 2023-03-03T11:32:09.817 | 18,364,940 | 18,364,940 | [
"javascript",
"reactjs",
"jvectormap",
"prop",
"jqvmap"
] |
75,626,527 | 2 | null | 75,626,387 | 1 | null | `'a: 'b` reads `'a` `'b`. So the lifetimes in your example are reversed, `'a` is the long lifetime and `'b` is the short one. The code compiles, because you can always cast a reference from a longer lifetime to a shorter lifetime (i.e. cast a reference `&'a` to `&'b` in your case). Read more in the [reference](https:/... | null | CC BY-SA 4.0 | null | 2023-03-03T11:29:08.713 | 2023-03-03T11:29:08.713 | null | null | 20,665,825 | null |
75,626,521 | 1 | null | null | 0 | 5 |
1. I have sub routes /question /question/:qid
2. I made list of questions wrapped by GestureWidget to go to question detail screen when tap each question
Here is my Code
a). question list screen
[enter image description here](https://i.stack.imgur.com/EPt7Y.png)
b) Question Detail screen
[enter image description her... | flutter Failed assertion kine 651 pos 12 final Animation<double> initial | CC BY-SA 4.0 | null | 2023-03-03T11:28:39.920 | 2023-03-03T11:28:39.920 | null | null | 14,735,121 | [
"flutter"
] |
75,626,526 | 2 | null | 75,603,760 | 0 | null | You can use the Query by WIQL method in a Send an HTTP request to Azure DevOps action.
[https://learn.microsoft.com/en-us/rest/api/azure/devops/wit/wiql/query-by-wiql?view=azure-devops-rest-7.0&tabs=HTTP](https://learn.microsoft.com/en-us/rest/api/azure/devops/wit/wiql/query-by-wiql?view=azure-devops-rest-7.0&tabs=HTTP... | null | CC BY-SA 4.0 | null | 2023-03-03T11:28:59.187 | 2023-03-03T11:28:59.187 | null | null | 19,580,297 | null |
75,626,528 | 2 | null | 75,626,490 | 1 | null | You could use `{point.name}` to show the label like this:
```
library(tidyverse)
library(highcharter)
df %>%
hchart('pie',
hcaes(name, value)) %>%
hc_plotOptions(pie = list(
dataLabels = list(
enabled = TRUE,
format = '{point.name} ({point.percentage:.1f} %)'
)
))
```
[](https://i... | null | CC BY-SA 4.0 | null | 2023-03-03T11:29:08.867 | 2023-03-03T11:29:08.867 | null | null | 14,282,714 | null |
75,626,530 | 2 | null | 75,411,855 | 0 | null | I am modifying the solution proposed by @Hermann12 by iterating over the tuples in order to create a pandas-free solution.
```
import pandas as pd
import xml.etree.ElementTree as ET
tree = ET.parse("xml_to_dict.xml")
root = tree.getroot()
columns = ["id", "name", "value"]
row_list = []
for objHead in root.findall('./... | null | CC BY-SA 4.0 | null | 2023-03-03T11:29:22.633 | 2023-03-03T11:29:22.633 | null | null | 15,214,156 | null |
75,626,531 | 1 | null | null | 0 | 15 | So we are planning migration from legacy SISS to big data pipeline using spark , I am bit confused how to migrate existing store procedures based SISS system to Pyspark/Airflow .. Should we convert all stored Procedures to pyspark scripts/Spark SQL or there is any way we can run them on Redshift using Pyspark .
Current... | Suggest a plan- We planning to Migrate SSIS-Oracle data warehouse workflows that run on stored pro to Pyspark AWS Redshift pipeline | CC BY-SA 4.0 | null | 2023-03-03T11:29:27.667 | 2023-03-03T11:29:27.667 | null | null | 21,325,465 | [
"pyspark",
"apache-spark-sql",
"ssis",
"airflow",
"bigdata"
] |
75,626,532 | 2 | null | 75,591,628 | 0 | null | Found that i have to include this in my app build.gradle
```
ndk {
abiFilters 'armeabi-v7a', 'x86'
}
```
[](https://i.stack.imgur.com/lAk6x.png)
| null | CC BY-SA 4.0 | null | 2023-03-03T11:29:28.377 | 2023-03-03T11:29:28.377 | null | null | 12,228,079 | null |
75,626,524 | 2 | null | 75,626,274 | 1 | null | You are really close. Just use `map` instead of `each`. `each` just loops through the `Enumerable` it is called on and returns the original object. `map` also loops through the `Enumerable` but returns an `Array` of result values of those iterations.
To pass a different value as a result value of an iteration block tha... | null | CC BY-SA 4.0 | null | 2023-03-03T11:28:58.077 | 2023-03-03T19:44:53.340 | 2023-03-03T19:44:53.340 | 19,144,315 | 19,144,315 | null |
75,626,529 | 1 | 75,626,650 | null | 1 | 22 | thank you in advance for your help.
I was wondering how can I do to display the total rounded up in case of odd number.
Thanks
Here is the code:
```
$(document).ready(function() {
$('.variable-field').on("input", function() {
var $row = $(this).closest('tr');
var qty = $row.find('.quantity').val() || 0;
$... | display the total input rounded up | CC BY-SA 4.0 | null | 2023-03-03T11:29:12.007 | 2023-03-03T11:46:22.660 | null | null | 15,539,760 | [
"jquery"
] |
75,626,534 | 1 | null | null | 0 | 15 | How to count the no. of loans amount above $100,000?
[](https://i.stack.imgur.com/6uu0c.png)
tried using this
```
= COUNT(D8:D25,IF(D8>=100000,1,0))
```
But valus seems to be incorrect.
| How to count the no. of loans amount above $100,000 as per the below data | CC BY-SA 4.0 | null | 2023-03-03T11:29:33.547 | 2023-03-03T16:11:10.337 | 2023-03-03T16:02:32.197 | 4,420,967 | 4,729,051 | [
"excel-formula"
] |
75,626,517 | 1 | null | null | 0 | 6 | I've created a test by recording some steps with Selenium IDE on Firefox, the latest version: 3.17.4. Then, I exported the recorded test to python (pytest). However, I cannot run it, it doesn't react. The pytest version is 7.2.1, Python 3.9 with Spyder 5.4.1 on Anaconda Navigator 2.3.2. I'm missing any package?
```
# G... | Cannot execute pytest exported from Selenium IDE Firefox | CC BY-SA 4.0 | null | 2023-03-03T11:28:16.603 | 2023-03-03T11:28:16.603 | null | null | 14,456,487 | [
"python",
"selenium-webdriver",
"pytest",
"selenium-ide"
] |
75,626,536 | 1 | null | null | 0 | 24 | I am working on a website where i have to display text overlay on images on hover. Although i have not used transition property still hover effects show up after a lot of time. Solution for this problem required.Thanks
I have no clue on what i should try.I am expecting the hover effects to show immediately
| Hover effects delayed though no transition used | CC BY-SA 4.0 | null | 2023-03-03T11:29:42.307 | 2023-03-03T11:29:42.307 | null | null | 21,325,535 | [
"javascript",
"html",
"css",
"web",
"frontend"
] |
75,626,538 | 2 | null | 61,025,802 | 0 | null | Accepted answer didn't work for me :(
In the payload, I had to send the image url in `data` for it to work.
The payload which worked for me:
```
{
"to": "randomDeviceid....",
"content_available": true,
"mutable_content": true,
"notification": {
"title": "Notification With Image",
"mutabl... | null | CC BY-SA 4.0 | null | 2023-03-03T11:29:49.463 | 2023-03-03T11:29:49.463 | null | null | 3,207,014 | null |
75,626,540 | 2 | null | 75,588,265 | 0 | null | You can install on your server and fixed it.
install sudo apt install [phpVersion]-mbstring
For exmaple:
install sudo apt install php7.0-mbstring
| null | CC BY-SA 4.0 | null | 2023-03-03T11:29:55.590 | 2023-03-03T11:29:55.590 | null | null | 21,251,424 | null |
75,626,542 | 1 | null | null | 0 | 8 | We have a spring cloud config server.
I want to import a property file from the cloud config.
I don't want to activate extra profiles though.
If I use the following, will it import only from the properties within the war... or will it also access the cloud config?
I tried the following but it didn't work.
```
spring.co... | Can I use spring.config.import with spring cloud config? | CC BY-SA 4.0 | null | 2023-03-03T11:30:03.593 | 2023-03-03T11:30:03.593 | null | null | 1,688,441 | [
"spring",
"microservices",
"spring-cloud-config"
] |
75,626,539 | 2 | null | 75,626,178 | 2 | null | The exception handling in `each` and alike methods is tricky, so you have to catch and re-throw the exception manually:
```
String first = '''\
assert 1 == 2
true'''
String second = '''\
assert true
true'''
[ first, second ].eachWithIndex{ it, ix ->
try{
def res = evaluate it
println "Verified $ix with $res... | null | CC BY-SA 4.0 | null | 2023-03-03T11:29:52.060 | 2023-03-03T11:29:52.060 | null | null | 1,682,820 | null |
75,626,533 | 1 | null | null | 0 | 6 | I'm setting up a simple Swiperjs carousel that must be inside a container of a maximum size of 1150px (is the size I use throughout the web), but that on its left side overlaps the container and reaches the end of the right side of the body.
[](https://i.stack.imgur.com/yN1gp.png)
The carousel is working perfectly, but... | Swiperjs Carousel that overlaps the container on its right side [Angular] | CC BY-SA 4.0 | null | 2023-03-03T11:29:32.073 | 2023-03-03T11:29:32.073 | null | null | 10,063,487 | [
"angular",
"slider",
"swiper.js"
] |
75,626,537 | 2 | null | 75,626,387 | 4 | null | Because lifetimes in function parameters are not strict lifetimes. So when you call `f(short_lifetime, long_lifetime)`, the compiler tries to find lifetimes `'a` and `'b` such that:
- `short_lifetime``'a`- `long_lifetime``'b`- `'a``'b`- `'b`
One possible solution is to take `'a == 'b` lasting from the function call to... | null | CC BY-SA 4.0 | null | 2023-03-03T11:29:42.800 | 2023-03-03T11:38:21.773 | 2023-03-03T11:38:21.773 | 5,397,009 | 5,397,009 | null |
75,626,543 | 2 | null | 75,625,923 | 1 | null | In Java, you cannot define a generic type as a covariant or contravariant, as you can in other languages, for example, in scala
Instead, in java, what you define are generic types with [Upper bounds](https://docs.oracle.com/javase/tutorial/java/generics/bounded.html) which limit you to the use of `extends` when it come... | null | CC BY-SA 4.0 | null | 2023-03-03T11:30:08.860 | 2023-03-03T11:30:08.860 | null | null | 9,491,396 | null |
75,626,546 | 1 | null | null | 0 | 10 | For FsStateBackend, local checkpoint data are saved in memory, and remote persistent checkpoint data are saved in distributed file system,such as HDFS
For RocksDBStateBackend,local checkpoint data are saved in local RocksDB, and remote persistent checkpoint data is `also` saved in distributed file system,such as HDFS.... | RocksDBStateBackend supports incremental checkpoint while FsStateBackend doesn't | CC BY-SA 4.0 | null | 2023-03-03T11:30:24.170 | 2023-03-03T18:10:16.377 | null | null | 4,443,784 | [
"apache-flink"
] |
75,626,544 | 1 | null | null | 0 | 21 | I'm using enumerate in a loop to get number of line in witch for example is declaration of a function in a .c file. I store names of those functions in a simple table and search for its name in file. My script works, but when there is a situation where index of function in a table is different than in file, my scripts ... | Jump to start of a file while using enumerate() in a loop | CC BY-SA 4.0 | null | 2023-03-03T11:30:21.240 | 2023-03-03T11:30:21.240 | null | null | 16,648,456 | [
"python",
"counter",
"enumerate"
] |
75,626,535 | 2 | null | 73,241,823 | 0 | null | I've encountered the same problem when upgrading from React 17 to React 18. I followed provided solution:
[https://beta.reactjs.org/reference/react-dom/server/renderToString#removing-rendertostring-from-the-client-code](https://beta.reactjs.org/reference/react-dom/server/renderToString#removing-rendertostring-from-the-... | null | CC BY-SA 4.0 | null | 2023-03-03T11:29:39.547 | 2023-03-03T11:29:39.547 | null | null | 488,489 | null |
75,626,548 | 2 | null | 51,507,414 | 0 | null | moves the ’s cursor, which is used for output position of characters. (so you should use this one)
moves the 's cursor which is used for show the cursor on the screen.
How to use setsyx():
```
for i in range(10):
# output i
stdscr.addstr(f"{i} ")
# refresh stdscr to newscr(not show on the screen)
stds... | null | CC BY-SA 4.0 | null | 2023-03-03T11:31:43.783 | 2023-03-03T11:45:22.323 | 2023-03-03T11:45:22.323 | 5,232,323 | 5,232,323 | null |
75,626,552 | 2 | null | 75,625,950 | 0 | null | You can try;
```
a=1
while read -r line; do
echo mv $line $(sed -E "/(\.[^.]*){4,}/ ! s/[^.]*/&.$a/" <<< $line)
let a+=1
done < <(find /path/to/directory -type f -name 'Cust*' -printf '%f\n')
```
If the output is as expected, remove the echo to persist the changes
| null | CC BY-SA 4.0 | null | 2023-03-03T11:32:07.667 | 2023-03-03T11:32:07.667 | null | null | 16,372,109 | null |
75,626,545 | 1 | null | null | 0 | 36 | I want to plot graphics about people access with different memberships, and differentiating the year of the access.
I'm making it with countplots from seaborn like that:
```
fig, ax = plt.subplots(len(df_accesos_membresias['Tipo'].unique()),len(df_accesos_membresias['Año_Inicio'].unique()), figsize=((len(df_accesos_mem... | Plot graphics in specific axes depending df column values | CC BY-SA 4.0 | null | 2023-03-03T11:30:22.383 | 2023-03-03T11:35:53.077 | 2023-03-03T11:35:53.077 | 1,725,871 | 17,199,196 | [
"python",
"matplotlib",
"plot",
"seaborn",
"axes"
] |
75,626,487 | 1 | null | null | 0 | 9 | I've a google script app with a form that send data to a google sheet when submited.
I want that each time i submit a form, add an automatic ID on new row with data submited.
The form have this code:
```
<<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name... | Add automatic ID on google sheets when submit a form with data | CC BY-SA 4.0 | null | 2023-03-03T11:25:51.777 | 2023-03-03T11:25:51.777 | null | null | 20,347,557 | [
"javascript",
"google-apps-script",
"automatic-ref-counting"
] |
75,626,551 | 1 | null | null | 0 | 25 | I'm using Azure Search .NET SDK to ingest data from Azure SQL Database.
Besides other fields, the database View returns a list of complex objects with the following structure:
```
[
{
"AttributeId": 133,
"Value": "07.02.2023",
"Attribute": [
{
"Id": 133,
... | Azure Search Service unable to map collection of complex objects | CC BY-SA 4.0 | null | 2023-03-03T11:32:05.547 | 2023-03-04T18:14:10.057 | 2023-03-03T12:42:32.623 | 8,916,057 | 8,916,057 | [
"azure",
"azure-cognitive-search",
"azure-search-.net-sdk"
] |
75,626,550 | 1 | null | null | 0 | 5 | I like to define named test data as fields on my test class, and sometimes multiple are run against the same test using a Theory.
I've used `MemberData` but this appears to only support `IEnumerable` so I have to write somewhat ugly wrapper enumerables:
```
public class MyTests
{
public static string s1 = "test";
... | Can I use a field on my test class as a parameter to an XUnit Theory? | CC BY-SA 4.0 | null | 2023-03-03T11:32:04.483 | 2023-03-03T11:32:04.483 | null | null | 197,229 | [
"xunit"
] |
75,626,549 | 1 | null | null | -1 | 31 | I was playing around with exception handling in a simple sandbox that just prompts the user to input a number and then displays the number. The error I'm getting is whenever I input something invalid like '4120gdfdfg' or '7 fdjksh' (these two examples are arbitrary, but they have the commonality of a correct integer in... | C++ cin.ignore() fixture to avoid hitting Enter key twice in console | CC BY-SA 4.0 | null | 2023-03-03T11:32:02.037 | 2023-03-03T23:09:22.143 | 2023-03-03T23:09:22.143 | 472,495 | 9,868,406 | [
"c++",
"exception",
"error-handling",
"ignore"
] |
75,626,556 | 1 | null | null | 0 | 14 | I have windows service which i am using to execute some task. In this service i am fetching tasks from database and process it now i want to show Progress bar for this tasks, this tasks executes in long running process. I have something 5000 lines of code for this task execution and some loops and also codes are divide... | Progress bar for windows service code execution in asp.net | CC BY-SA 4.0 | null | 2023-03-03T11:32:36.183 | 2023-03-03T11:32:36.183 | null | null | 20,793,477 | [
"c#",
"windows-services",
"progress-bar",
"long-running-processes"
] |
75,626,558 | 1 | null | null | 0 | 12 | ```
def double_logistic_function(t,mn,mx,sos,rsp,eos,rau):
uu=(mn + (mx - mn) \* (1/(1 + np.exp(-rsp \* (t - sos))) + 1/(1 + np.exp(rau \* (t - eos)))))
return uu
```
Able to reconstruct daily NDVI time series curves
| How to reconstruct MODIS NDVI curve for 16 days using Double logistic method in python | CC BY-SA 4.0 | null | 2023-03-03T11:32:56.823 | 2023-03-03T11:34:05.303 | 2023-03-03T11:34:05.303 | 5,086,255 | 16,015,579 | [
"python"
] |
75,626,554 | 2 | null | 75,625,867 | 0 | null | One thing that you have to note when using `fetch.max.bytes` is that records are sent to the client in batches, and if the first record-batch that the broker has to send exceeds this size, the batch will be sent and the limit will be ignored. This guarantees that the consumer can continue making progress.
My suggestion... | null | CC BY-SA 4.0 | null | 2023-03-03T11:32:08.483 | 2023-03-03T11:32:08.483 | null | null | 8,055,025 | null |
75,626,553 | 2 | null | 75,624,966 | 0 | null | When you specialize a class, you create a completely new type. As a consequence, if the unspecialized template has `ABase` as a base class, it doesn't mean that the specialized class automatically has this base class as well. So you need to specify the base class in the specializations again:
```
// Specialization for ... | null | CC BY-SA 4.0 | null | 2023-03-03T11:32:08.333 | 2023-03-03T11:32:08.333 | null | null | 12,173,376 | null |
75,626,564 | 1 | null | null | 0 | 12 | I have this input and I want to change its status, so it can be readonly or editable.
```
<input type="text" data-bind="attr: {readonly: isViewMode || isNotEditableInvoice}, value: model.DateFormatted" />
```
The problem is when I don't use paranthesis for the variables.
First case: `isViewMode = true`, `isNotEditable... | How does data bind paranthesis work in Knockout.js | CC BY-SA 4.0 | null | 2023-03-03T11:33:25.847 | 2023-03-03T11:33:25.847 | null | null | 17,966,645 | [
"javascript",
"knockout.js"
] |
75,626,559 | 1 | 75,626,983 | null | 0 | 28 | Given the following code:
```
private boolean isBlahTrue(final BigDecimal status) {
switch (status.intValue()) {
case 1:
case 2:
case 3:
return true;
case 5:
case 6:
case 7:
return false;
defa... | How to improve switch case that returns true/false or throw an exception? | CC BY-SA 4.0 | null | 2023-03-03T11:33:00.577 | 2023-03-03T12:20:33.213 | 2023-03-03T12:19:03.350 | 724,109 | 20,206,699 | [
"java",
"list",
"exception",
"switch-statement",
"contains"
] |
75,626,565 | 1 | null | null | 0 | 26 | ```
<security>
<dynamicIpSecurity enableLoggingOnlyMode="false" enableProxyMode="true">
<denyByConcurrentRequests enabled="true" maxConcurrentRequests="10" />
<denyByRequestRate enabled="true" maxRequests="30" requestIntervalInMilliseconds="500" />
</dynamicIpSecurity>
<ipSecurity enableProxyMode="true" a... | How to set dynamic IP Security in Azure app service | CC BY-SA 4.0 | null | 2023-03-03T11:33:26.340 | 2023-03-03T12:01:57.197 | null | null | 21,325,381 | [
"azure",
"jmeter",
"azure-web-app-service"
] |
75,626,541 | 2 | null | 74,432,672 | 0 | null | Try adding in angular.json , in the build section:
```
"defaultConfiguration": "production"
```
You do not have a dev section in Angular.json, I added one for you(check the settings!!) :
```
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"newProjectRoot": "projects",
"projects... | null | CC BY-SA 4.0 | null | 2023-03-03T11:29:58.050 | 2023-03-03T11:29:58.050 | null | null | 5,359,226 | null |
75,626,557 | 1 | null | null | 0 | 6 | Currently we are using Terraform to "check" (via `terraform plan -detailed-exitcode`) whether current GitLab resources
comply with our specification (described in `*.tf` files).
Since 1st of March (2023), our nightly pipeline run executing these checks fails due to the fact that Terraform GitLab Provider (or even GitLa... | Seems Terraform GitLab provider does not provide Slack/Teams webhook URL anymore | CC BY-SA 4.0 | null | 2023-03-03T11:32:50.403 | 2023-03-03T11:32:50.403 | null | null | 5,055,377 | [
"gitlab",
"terraform-provider-gitlab"
] |
75,626,560 | 1 | null | null | 0 | 8 | I am working on training an AI Natural Language Model on a huge dataset of tech news articles curates from big tech websites. I've curated the links of around 800k articles from several big websites. Now, i am building an efficient crawler using newspapers3k python library to extract relevant info from those articles. ... | I want to implement automatic timeouts if a website blocks the crawler | CC BY-SA 4.0 | null | 2023-03-03T11:33:15.620 | 2023-03-03T11:33:15.620 | null | null | 21,325,518 | [
"web-scraping",
"web-crawler"
] |
75,626,563 | 1 | null | null | 1 | 23 | This is my code where I want to set input value dynamically coming from my api data later when I click send it will be saved in Database. But I am not able to put data inside input Dynamically please help me what is the approach to do it.
```
<button (click)="getnewsstack()" class="btn btn-primary btn-block btn-lg">Get... | Dynamically set Input value from API Data Angular 8 | CC BY-SA 4.0 | null | 2023-03-03T11:33:18.857 | 2023-03-03T19:00:31.490 | 2023-03-03T18:50:49.590 | 6,097,026 | 6,097,026 | [
"javascript",
"node.js",
"angular",
"angular8"
] |
75,626,569 | 2 | null | 53,087,891 | 0 | null | This solutin solved my problem(if not use mysql on docker this not solved your problem):
If use Mysql on docker you must use `network name` in composer file instead of localhost .
For example you nust use `db` for host instead of localhost .
[image description](https://i.stack.imgur.com/AEdqT.png)
| null | CC BY-SA 4.0 | null | 2023-03-03T11:33:46.000 | 2023-03-03T11:35:18.727 | 2023-03-03T11:35:18.727 | 19,773,044 | 19,773,044 | null |
75,626,567 | 2 | null | 75,625,738 | 0 | null | The issue seems to be with the way the httpOptions are defined in the ContactService. Specifically, the Content-Type header is being set to application/json, but the ContactMessage object being sent to the API controller is not being serialized properly to JSON format.
To fix this issue, we can update the httpOptions t... | null | CC BY-SA 4.0 | null | 2023-03-03T11:33:29.963 | 2023-03-03T11:33:29.963 | null | null | 7,967,972 | null |
75,626,573 | 2 | null | 75,622,741 | 0 | null | You placed the length function around the attribute. But triggerOutputs() is part of that attribute reference. So, it looks like the length function is in the wrong place.
Can you try the below trigger condition expression instead?
```
@equals(length(triggerOutputs()?['body/entity/PowerBIvalues']),1)
```
| null | CC BY-SA 4.0 | null | 2023-03-03T11:34:03.053 | 2023-03-03T11:34:03.053 | null | null | 19,580,297 | null |
75,626,576 | 1 | null | null | 0 | 23 | hammad@hammad:~/Desktop/age-installation/pg$ tar -xzf postgresql-14.1.tar.gz
gzip: stdin: unexpected end of file
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
I am getting this however my postgress is downloaded correctly
Tried downloading and it works fine how... | Cant access the source code for postgres in the current directory | CC BY-SA 4.0 | null | 2023-03-03T11:34:15.370 | 2023-03-03T18:14:50.247 | 2023-03-03T18:14:50.247 | 13,447 | 21,205,821 | [
"database",
"postgresql"
] |
75,626,572 | 1 | null | null | 2 | 22 | I create `$fake` which have fake data to update.My problem is that `assertDatabaseHas()` return false because generate another fake data. How can I do, that fake data be the same in update form and database ?
```
public function test_user_update()
{
$admin= $this->user->attachRole('admin');
$fake = [
... | How to test database Laravel? | CC BY-SA 4.0 | null | 2023-03-03T11:34:00.320 | 2023-03-03T11:53:28.020 | null | null | 20,332,776 | [
"php",
"laravel",
"testing"
] |
75,626,568 | 2 | null | 75,622,421 | 0 | null | Here is a python function that does what you want:
```
import re
name = ['"Smi$th-P#ark!"', '', 'De\'Jon Anthony'] # First , Middle and Last name in order
def format_name(data):
regex = '[\w-]*'
for i in range(len(data)):
if len(data[i].split()) > 1:
if i == 0:
data[1] = d... | null | CC BY-SA 4.0 | null | 2023-03-03T11:33:33.243 | 2023-03-03T12:01:05.360 | 2023-03-03T12:01:05.360 | 20,959,773 | 20,959,773 | null |
75,626,570 | 1 | 75,629,222 | null | 0 | 31 | Using three js is there any way to clip or hide object out of its parent? For example i have a box and a sphere inside of this box like on image: [sphere inside box](https://i.stack.imgur.com/ojHIj.png)
I want to clip or hide the part of sphere that is outside of the box. To put it simply, i need similar logic like css... | Box Overflow Clipping Three JS | CC BY-SA 4.0 | null | 2023-03-03T11:33:54.260 | 2023-03-03T17:39:23.913 | 2023-03-03T17:39:23.913 | 1,461,008 | 15,871,066 | [
"javascript",
"three.js"
] |
75,626,577 | 1 | null | null | -1 | 21 | I need to use a custom font in a QuickLook extension.
In the main application where the extension is embedded, I already use this font without problems.
So I tried to use the key `ATSApplicationFontsPath` in the `Info.plist` as well, but that doesn't seem to be enough.
The target membership of the font file is checked ... | How to use custom fonts in a Mac OS quicklook extension? | CC BY-SA 4.0 | null | 2023-03-03T11:34:15.710 | 2023-03-03T17:12:32.180 | null | null | 7,472,819 | [
"swift",
"macos",
"appkit",
"quicklook"
] |
75,626,580 | 2 | null | 75,626,100 | 0 | null | I'm embarrassed to say, the answer is as simple as
```
var combiService = GetConfiguredCombiServiceType(settings);
```
then in your builder...
```
var builder = new ServiceCollection()
.AddTransient(typeof(ICombiService), combiService)
.BuildServiceProvider();
```
| null | CC BY-SA 4.0 | null | 2023-03-03T11:34:23.173 | 2023-03-03T11:54:24.970 | 2023-03-03T11:54:24.970 | 2,026,382 | 2,026,382 | null |
75,626,582 | 1 | null | null | -1 | 12 | i have a poject to develop but i hesitate between using the Spring boot and .net framework for the back end part . so if we compare this two technology how can i get the best decision ?
| how to choose between the framework Spring boot vs .net | CC BY-SA 4.0 | null | 2023-03-03T11:34:35.697 | 2023-03-03T11:34:35.697 | null | null | 13,787,607 | [
"web"
] |
75,626,566 | 1 | null | null | 0 | 14 | I have a somewhat complex HTML form that allows users to add and reorder rows (spaces) with subrows (walls).
My input fields look like this:
```
<input type="text" name="spaces[][space]">
<input type="text" name="spaces[][walls][][orientation]">
```
After working on this for 2 full days, I have managed to write the fo... | Submitting a multidimensional array via PHP/AJAX with double nested inputs | CC BY-SA 4.0 | null | 2023-03-03T11:33:27.327 | 2023-03-03T11:59:26.023 | 2023-03-03T11:59:26.023 | 4,274,031 | 4,274,031 | [
"php",
"arrays",
"ajax",
"multidimensional-array"
] |
75,626,579 | 1 | null | null | 0 | 18 | I have an excel sheet, where there is a conditionally formatted col, which changes color based on the value entered.
Now I want to create a table, where it should tell the number of cells for each color. For example, if the status is marked DONE, it must be in green (based on the conditional formatting) in that case, I... | Microsoft Excel: How to count number of cell (with background color and conditionally formatted) | CC BY-SA 4.0 | null | 2023-03-03T11:34:20.360 | 2023-03-03T11:34:20.360 | null | null | 11,990,807 | [
"excel",
"excel-formula",
"conditional-formatting"
] |
75,626,585 | 2 | null | 71,601,714 | 0 | null | I faced the same problem, I omitted setup attribute inside the script tag.
| null | CC BY-SA 4.0 | null | 2023-03-03T11:35:01.833 | 2023-03-03T11:35:01.833 | null | null | 16,357,490 | null |
75,626,584 | 1 | null | null | 0 | 11 | I download linphone-sdk from the official website ([https://www.linphone.org/technical-corner/liblinphone](https://www.linphone.org/technical-corner/liblinphone)) It is very normal for me to using in the project. But When I running, I will prompt linphone.dll not found. I did not find this dll in the downloaded linphon... | How to use linphone-sdk with C# | CC BY-SA 4.0 | null | 2023-03-03T11:34:59.343 | 2023-03-03T16:22:01.517 | null | null | 8,230,561 | [
"linphone",
"linphone-sdk"
] |
75,626,581 | 2 | null | 75,626,433 | 1 | null | The search field is taking up all of the available space, and your spacers are at their minimum sizes. Even if the search field wasn't doing that, it probably wouldn't be centered - you're not telling the layout engine that's what you want.
These layout things in SwiftUI can be frustrating and there are lots of ways to... | null | CC BY-SA 4.0 | null | 2023-03-03T11:34:26.403 | 2023-03-03T11:34:26.403 | null | null | 852,828 | null |
75,626,575 | 1 | null | null | 1 | 37 | This is the simple example for illustration.
I want a summary of data presented in a predetermined order. I want to order col2 values depending on col1 values, and also include rows for factor levels within the col1 group that are not in the data (eg using group_by ( ..., .drop=FALSE). Some values in col2 appear in mor... | Redefine factor levels and order within groups | CC BY-SA 4.0 | null | 2023-03-03T11:34:11.517 | 2023-03-03T12:38:40.730 | 2023-03-03T12:26:29.523 | 1,968 | 12,479,202 | [
"r",
"dplyr",
"r-factor"
] |
75,626,589 | 1 | null | null | -1 | 23 | Hi I'm a new to WPF and would like to get a GUI for my powershell script.. I'm using PoshGUI to create this.
I'm following the tutorial from poshgui on youtube but i'm stuck at the second step adding a textbox and textblock.
After copying the script to my Powershell it gives me the error below..
Link to tutorial: [http... | Exception calling "Parse" when creating GUI in PowerShell | CC BY-SA 4.0 | null | 2023-03-03T11:36:00.963 | 2023-03-03T11:36:00.963 | null | null | 17,774,224 | [
"wpf",
"powershell",
"user-interface"
] |
75,626,586 | 1 | null | null | 0 | 15 | I am working on a Laravel project and would like to set up ELK (Elasticsearch, Logstash, Kibana) Stack to monitor my application logs. I want to be able to analyze and visualize the logs in real-time to gain insights into the performance and behavior of my application.
Can anyone provide a step-by-step guide or a tutor... | How can I set up ELK Stack to observe a Laravel project? | CC BY-SA 4.0 | null | 2023-03-03T11:35:15.417 | 2023-03-03T11:35:15.417 | null | null | 7,751,759 | [
"laravel",
"elasticsearch",
"logstash",
"kibana"
] |
75,626,574 | 1 | null | null | 0 | 40 | I want to connect the AWS efs filesystem to a lambda function. The connection is done with accesspoint and a mount target. The Pulumi code that should do this is as follow:
```
export const lamdaExecutionRole = new aws.iam.Role("lamda-execution-role", {assumeRolePolicy: `{
"Version": "2012-10-17",
"Statement": [
... | Why doesn't aws function have access to elastic file system? | CC BY-SA 4.0 | null | 2023-03-03T11:34:07.547 | 2023-03-03T11:58:38.557 | 2023-03-03T11:58:38.557 | 5,516,339 | 8,236,354 | [
"javascript",
"amazon-web-services",
"aws-lambda",
"amazon-efs",
"pulumi"
] |
75,626,583 | 1 | null | null | -2 | 42 | I am doing CS50, and im in the first week problem set, that involves making a pyramid or stairs in c language, like in the game mario but with hashtags. So I come up with this solution.
```
#include <cs50.h>
#include <stdio.h>
void createPyramid(int height);
int main(void)
{
int height;
do
{
heigh... | Why is my for loop not working? (C language) | CC BY-SA 4.0 | null | 2023-03-03T11:34:57.993 | 2023-03-03T11:36:28.680 | 2023-03-03T11:36:28.680 | 21,056,873 | 21,056,873 | [
"c",
"for-loop",
"switch-statement",
"cs50"
] |
75,626,590 | 2 | null | 75,624,177 | 1 | null | This dbt_utils generic test is thought to be ran on top of a model, not on a particular column, so you'd need to place it under the model name and not to a certain column.
So, instead of what you did in the screenshot, you could do the following:
```
# this is your schema.yml
version: 2
models:
- name: mrt_test
... | null | CC BY-SA 4.0 | null | 2023-03-03T11:36:03.070 | 2023-03-03T11:36:03.070 | null | null | 11,532,919 | null |