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,617,548 | 1 | null | null | 0 | 22 | I have a bit of an odd problem - I have a table in my database which is defined like this:
```
CREATE TABLE MYSCHEMA.TABLE1
(
SEGMENT_1 VARCHAR(20),
SEGMENT_2 VARCHAR(20),
PRIORITY INT
)
IN MYSCHEMA
COMPRESS YES
;
```
I'm trying to load data into it from a csv file using IBM Data Studio's data load function. Th... | Characters are being added when loading data from CSV file to DB2? | CC BY-SA 4.0 | null | 2023-03-02T15:28:08.043 | 2023-03-03T10:03:47.267 | null | null | 13,806,869 | [
"csv",
"db2",
"ibm-data-studio"
] |
75,617,557 | 2 | null | 75,615,302 | 0 | null | Try this.
```
response.css('h1.headline ::text').getall()
```
Output:
```
['Beipackzettel von AZITHROMYCIN AL 250 mg Filmtabletten']
```
| null | CC BY-SA 4.0 | null | 2023-03-02T15:28:56.677 | 2023-03-02T15:28:56.677 | null | null | 9,961,622 | null |
75,617,549 | 1 | null | null | 0 | 49 | I'm making a simple drag and drop interface of dragging a ball into boxes.
When dragging, if I change my mind, I want to be able to right click to return the ball to the original box. This feature is what I struggle with.
In Javascript, I implemented drag and drop logic to enable dragging of the ball between boxes:
```... | How to enable additional mouseup event listener on a draggable element in Javascript? | CC BY-SA 4.0 | null | 2023-03-02T15:28:08.607 | 2023-03-05T03:04:59.773 | 2023-03-05T03:04:59.773 | 21,319,671 | 21,319,671 | [
"javascript",
"drag-and-drop",
"mouseevent",
"addeventlistener",
"draggable"
] |
75,617,555 | 1 | null | null | 1 | 38 | When changing the theme of the OS, the application normally does not display all entries. I tried to change the background of the entry, but then the frames are not visible on iOS, and if it is empty (without a placeholder), then it will be extremely difficult to find it.
Added `Application.Current.UserAppTheme = AppTh... | Theme doesn't change correctly in maui for elements with no background when the system theme is black | CC BY-SA 4.0 | null | 2023-03-02T15:28:55.793 | 2023-03-03T13:57:54.577 | 2023-03-02T15:45:08.680 | 21,320,080 | 21,320,080 | [
"c#",
"xaml",
"maui"
] |
75,617,554 | 1 | null | null | 0 | 17 | after trying to search for my question I sadly had to realize that I do not know the proper nouns to even search. :-( I hope someone can tell me how the following relation.
I have a custom component that is shared - let's call it "frame". The "frame" custom component contains a component for example a FormGroup. The "f... | expose child component outside my custom angular component | CC BY-SA 4.0 | null | 2023-03-02T15:28:52.960 | 2023-03-02T15:28:52.960 | null | null | 1,098,154 | [
"angular"
] |
75,617,550 | 1 | 75,617,711 | null | 0 | 22 | I have a JSON data set that's being deserialized and written into a textarea input in the form:
```
{
"key1": "",
"key2": "0",
"key3": "",
"key4": "0"
}
```
Using the following for loop:
```
for (var key in jsonObj.myData) {
textarea.value += key + ": " + jsonObj.myData[key] + "\n";
}
```
The text appears correct... | Split on newline-delimited textarea.value returns array of line indices | CC BY-SA 4.0 | null | 2023-03-02T15:28:21.703 | 2023-03-02T15:42:23.307 | null | null | 13,965,363 | [
"javascript",
"html",
"json",
"string",
"split"
] |
75,617,559 | 1 | null | null | 0 | 13 | How to make the section of the carousel constant when I have different sized items in it and put the carousel in the center (Horizontally AND vertically?
[My code](https://i.stack.imgur.com/MHlwN.png)
I tried to find it ongoogle but I tried many things there but nothing happened
| Responsive carousel | CC BY-SA 4.0 | null | 2023-03-02T15:29:00.973 | 2023-03-02T15:29:00.973 | null | null | 21,320,131 | [
"bootstrap-4",
"carousel"
] |
75,617,558 | 2 | null | 75,617,453 | 0 | null | In react you cannot directly pass ref down the DOM tree, just like the way you pass down props to child components. In order to pass ref you need to use React.forwardRef
Please consider reading the [docs of forwardRef](https://reactjs.org/docs/forwarding-refs.html)
| null | CC BY-SA 4.0 | null | 2023-03-02T15:29:01.083 | 2023-03-02T15:29:01.083 | null | null | 16,057,454 | null |
75,617,553 | 1 | null | null | 0 | 17 | I can't figure out how to get cookies with the go_session_id parameter, it turns out with other parameters. I attach the program code:
```
import requests, fake_useragent
user = fake_useragent.UserAgent().random
headers = {'user-agent': user}
number = '+79614722233'
sess = requests.Session()
r = sess.get('https://payme... | I can't get go_session_id | CC BY-SA 4.0 | null | 2023-03-02T15:28:49.540 | 2023-03-02T15:56:05.887 | 2023-03-02T15:56:05.887 | 21,319,975 | 21,319,975 | [
"python",
"python-3.x",
"http",
"python-requests",
"httprequest"
] |
75,617,563 | 2 | null | 75,617,347 | 0 | null | In the `cors.php` file you must whitelist the domains:
```
'supportsCredentials' => true,
'allowedOrigins' => [
'http://localhost:8080',
'https://formation-app.preprod'
],
'allowedHeaders' => ['*'],
'allowedMethods' => ['*'],
'exposedHeaders' => [],
'maxAge' => 0,
```
then run php artisan optimize to cache eve... | null | CC BY-SA 4.0 | null | 2023-03-02T15:29:26.567 | 2023-03-02T15:29:26.567 | null | null | 7,545,555 | null |
75,617,560 | 2 | null | 45,784,499 | 0 | null | The exclamation mark (!) executes shell commands within a Jupyter Notebook cell when you type (!) followed by a shell command, Jupyter Notebook sends the command to the shell to run, on the other hand, the percent symbol (%) is used to execute special commands, called "magic commands", that are specific to Jupyter Note... | null | CC BY-SA 4.0 | null | 2023-03-02T15:29:14.613 | 2023-03-02T15:29:14.613 | null | null | 4,855,425 | null |
75,617,564 | 1 | null | null | -1 | 20 | I have created jmeter tests for my azure release pipeline. I have executed the tests local and everything worked fine. Every time the tests get executed from the azure release pipeline, they fail. I got a Jmeter request to get the token for the other requests. When I execute the test local, I get a 200 response, but wh... | JMeter tests fail in azure pipeline | CC BY-SA 4.0 | null | 2023-03-02T15:29:29.853 | 2023-03-02T19:30:52.387 | 2023-03-02T19:30:52.387 | 13,447 | 20,764,297 | [
"azure",
"jmeter",
"azure-pipelines",
"pipeline"
] |
75,617,498 | 1 | null | null | 0 | 15 | I am running into running into the error codes below while running the command pip install libratom. I'm not sure if this is relevant but I am running this command on a Linux container I'm ssh into via VSCode.
```
$ pip install libratom
Looking in indexes: https://artifacts.mitre.org/artifactory/api/pypi/python-remote... | legacy-install-error while using pip install libratom | CC BY-SA 4.0 | null | 2023-03-02T15:24:16.387 | 2023-03-02T15:54:38.303 | 2023-03-02T15:54:38.303 | 7,976,758 | 14,693,988 | [
"python",
"pip"
] |
75,617,565 | 2 | null | 75,617,164 | 0 | null | I could reproduce it by downgrading my Node to v14.15.3, try updating Nodejs and that should work
If you are using [nvm](https://github.com/nvm-sh/nvm):
```
> nvm install 14
> nvm use 14
Now using node v14.21.3 (npm v6.14.18)
> npm i -g @nestjs/cli
+ @nestjs/cli@9.2.0
added 255 packages from 249 contributors in 58.5... | null | CC BY-SA 4.0 | null | 2023-03-02T15:29:32.030 | 2023-03-02T15:43:11.927 | 2023-03-02T15:43:11.927 | 5,078,746 | 5,078,746 | null |
75,617,570 | 2 | null | 75,617,265 | 0 | null | You can use Cypress to collect all `a` elements (assuming those are the ones with hrefs), iterate through them with `cy.each()`, and then only take actions if the element's href contains a certain value (by using the yielded element, JQuery's `.prop()` function, and JavaScript String `.includes()`.
```
cy.get('a').each... | null | CC BY-SA 4.0 | null | 2023-03-02T15:30:33.337 | 2023-03-02T15:30:33.337 | null | null | 11,625,850 | null |
75,617,572 | 1 | null | null | 0 | 7 | I'm using the tail command to monitor a log file on Os X.
command: tail -f path_to_file
When viewing the result in the terminal window, the line breaks are missing.
The log statements have '\r' to create a new line. It seems this character is skipped by the tail app.
How can I fix this?
| Line breakes missing when using tail command | CC BY-SA 4.0 | null | 2023-03-02T15:30:40.253 | 2023-03-02T15:39:26.000 | null | null | 4,802,412 | [
"terminal",
"tail"
] |
75,617,566 | 1 | null | null | 0 | 12 | I've made a bit of a mistake and I cannot correct it. I have a table `Email` and I've used the email address as the Primary Key. This is a mistake and I want to add an Auto Increment ID to the table instead.
However, the table is System Versioned and there is historical data. For this reason, MariaDB won't allow me ... | How to add an Auto Increment Primary Key to a MariaDB System Versioned Aria table | CC BY-SA 4.0 | null | 2023-03-02T15:29:45.387 | 2023-03-03T07:28:17.433 | null | null | 7,667,915 | [
"mariadb",
"auto-increment",
"temporal-tables"
] |
75,617,568 | 2 | null | 75,576,907 | 0 | null | Hope this helps you:
- - - -
MainActivity:
> ```
interface NewInterface {
func pickImage(i: Intent)
}
class MainActivity : ReactActivity(), NewInterface {
...
override func pickImage(intent: Intent) {
resultLauncher.launch(intent)
}
...
}
```
RTNImagePicker:
> ```
override fun picImage(promise?: Promise) {
..... | null | CC BY-SA 4.0 | null | 2023-03-02T15:30:11.480 | 2023-03-03T19:22:07.850 | 2023-03-03T19:22:07.850 | 21,194,253 | 21,194,253 | null |
75,617,561 | 2 | null | 75,617,412 | 1 | null | Keys could be listed explicitly as lower cased:
```
CREATE OR REPLACE TABLE MY_TABLE(ID INT, DATE DATE, FIRST_NAME TEXT, "H&P" INT)
AS
SELECT 12, '2023-02-01', 'JESSICA', 40 UNION
SELECT 99, '2023-02-03', 'MINA', 98 UNION
SELECT 12, '2023-01-14', 'JACK', 12;
SELECT ID, OBJECT_CONSTRUCT('date', DATE,
... | null | CC BY-SA 4.0 | null | 2023-03-02T15:29:14.967 | 2023-03-02T15:43:06.990 | 2023-03-02T15:43:06.990 | 5,070,879 | 5,070,879 | null |
75,617,575 | 2 | null | 59,616,263 | 0 | null | Go to your postgres console and find out the details in the table.
If you see then you have found your root cause, you just need to update the same by running an update query.
Have a look at the below commands.
```
select * from schema_migrations;
update schema_migrations set dirty =false where version=XXXX;
```
| null | CC BY-SA 4.0 | null | 2023-03-02T15:31:04.220 | 2023-03-02T15:31:04.220 | null | null | 4,485,622 | null |
75,617,576 | 2 | null | 46,433,778 | 0 | null | Also available from :
`wget https://figshare.com/ndownloader/files/10798046 -O GoogleNews-vectors-negative300.bin`
| null | CC BY-SA 4.0 | null | 2023-03-02T15:31:07.360 | 2023-03-02T15:39:16.897 | 2023-03-02T15:39:16.897 | 10,710,587 | 10,710,587 | null |
75,617,562 | 1 | null | null | 0 | 11 | I have a shinyapp in which I have a tab called "filter-tab / sub-tab".
In this page, I have 2 filters panels, one on the left and one on the right.
My problem is that when I click on the "Launch analysis A!" button, the 4 graphs that are displayed are much longer than the height of the filters (which is ugly and not in... | R shinyapp mainPanel has a different size than the side panels and causes problem when scroll down the page | CC BY-SA 4.0 | null | 2023-03-02T15:29:18.357 | 2023-03-02T15:29:18.357 | null | null | 8,214,946 | [
"r",
"shiny",
"scrollbar",
"fixed"
] |
75,617,577 | 2 | null | 75,524,992 | 0 | null | I went with a solution of rearranging the data Formik was giving me into one row per selected member ID, then used bulkCreate to post those many rows to the database.
| null | CC BY-SA 4.0 | null | 2023-03-02T15:31:19.310 | 2023-03-02T15:31:19.310 | null | null | 20,695,270 | null |
75,617,571 | 1 | null | null | 0 | 9 | We are trying to create through the and under the documentation we only see the possibility of creating an Event with an , but no further parameters such as the value of the parameters of the URL to account for this Event. Is this not doable through the API just yet?
This is the link we are using: [https://developers... | Analytics Admin API - Creating Conversion Events with parameters | CC BY-SA 4.0 | null | 2023-03-02T15:30:38.503 | 2023-03-02T15:30:38.503 | null | null | 21,320,126 | [
"google-analytics",
"google-analytics-api",
"google-analytics-4"
] |
75,617,580 | 2 | null | 75,617,398 | 0 | null | delete the html and head and body tag
just put there the div that contain the content
probably it works fine
| null | CC BY-SA 4.0 | null | 2023-03-02T15:31:53.190 | 2023-03-02T15:31:53.190 | null | null | 15,028,845 | null |
75,617,582 | 2 | null | 37,228,285 | 0 | null | The `buffer` property of a TypedArray is an `ArrayBuffer`
```
new Uint8Array(4).buffer // ArrayBuffer(4)
```
| null | CC BY-SA 4.0 | null | 2023-03-02T15:31:57.413 | 2023-03-02T15:31:57.413 | null | null | 3,488,925 | null |
75,617,569 | 1 | null | null | 0 | 16 |
There are two sets of data, vehicle data and driver data.
- -
Both driver and vehicle data comes in different batches. So there can be several different files that cover different periods of driver data and other files that cover different periods of vehicle data.
Driver data available: Driver 'John' using vehicle ... | How to compare multiple date ranges across two sets to find if one set has dates that are missing compared to the other set? | CC BY-SA 4.0 | null | 2023-03-02T15:30:31.280 | 2023-03-02T15:34:32.343 | 2023-03-02T15:34:32.343 | 21,319,816 | 21,319,816 | [
"date",
"comparison",
"date-range"
] |
75,617,574 | 1 | null | null | 0 | 7 | I am trying to auth the user with springboot embedded ldap but getting following error.
[](https://i.stack.imgur.com/xwi7Q.png)
```
public class SpringSecurityLDAP {
@Bean
public SecurityFilterChain securityFilterChain(HttpSecurity http) throws Exception {
http
.authorizeRequests()
.anyRequ... | Spring boot embedded LDAP fails to authenticate the user | CC BY-SA 4.0 | null | 2023-03-02T15:31:01.920 | 2023-03-02T15:31:01.920 | null | null | 4,377,644 | [
"ldap"
] |
75,617,583 | 2 | null | 75,616,689 | 0 | null | In a similar setting, I have implemented the second part using the CP-SAT solver on the euclidian distance. See [https://github.com/google/or-tools/blob/main/examples/python/spread_robots_sat.py](https://github.com/google/or-tools/blob/main/examples/python/spread_robots_sat.py)
Note that the definition of the objective... | null | CC BY-SA 4.0 | null | 2023-03-02T15:32:04.067 | 2023-03-02T15:32:04.067 | null | null | 9,971,759 | null |
75,617,578 | 1 | 75,620,248 | null | 0 | 78 | I have this controller that finds one or more resources, depending if `id` is null or not.
```
@GetMapping(value = "/teste")
@ResponseStatus(value = HttpStatus.OK)
public ResponseEntity<?> find(Optional<ZonaIdDTO> id) {
if (id.isPresent()) {
return new ResponseEntity<>(
this.zonaMapper.toZonaRet... | Spring Boot initializing fields to null | CC BY-SA 4.0 | null | 2023-03-02T15:31:36.117 | 2023-03-03T08:37:06.600 | 2023-03-02T21:09:50.250 | 11,736,934 | 11,736,934 | [
"java",
"spring-boot"
] |
75,617,586 | 2 | null | 30,106,882 | 0 | null | These commands search for all files and folders which owned by the , then change the ownership to one-by-one.
```
find / -user olduser 2>/dev/null -exec chown newuser {} \;
find / -group olduser 2>/dev/null -exec chown newsuer {} \;
```
| null | CC BY-SA 4.0 | null | 2023-03-02T15:32:24.077 | 2023-03-02T15:32:24.077 | null | null | 5,049,606 | null |
75,617,581 | 1 | null | null | 0 | 14 | SSMS [v19.0.1] fonts have been set to for both Text Editor and Grid Results. Unicode fonts are being displayed properly in the SSMS text editor but not in grid results, where they are being rendered as `?`. The current `database collation` is `SQL_Latin1_General_CP1_CI_AS`.
I thought the column's fonts might be ren... | How to display a column's Unicode fonts in SSMS Grid Results? | CC BY-SA 4.0 | null | 2023-03-02T15:31:56.830 | 2023-03-03T13:23:12.473 | null | null | 311,343 | [
"unicode",
"fonts",
"ssms",
"collation"
] |
75,617,573 | 1 | null | null | 0 | 13 | I can't manage to configure Jest and run tests. It's a very simple application in react, I'm using javascript and styled-component. I've been testing for a few days now.
Could someone give me a hint?
I get this message:
Details:
```
/.../node_modules/axios/index.js:1
({"Object.<anonymous>":function(module,exports,requi... | Jest encountered an unexpected token: React App with JS | CC BY-SA 4.0 | null | 2023-03-02T15:30:52.923 | 2023-03-02T15:30:52.923 | null | null | 8,679,153 | [
"reactjs",
"jestjs",
"react-testing-library",
"babel-jest"
] |
75,617,579 | 2 | null | 75,552,968 | 1 | null | The code you provide is for json type, not binary type:
```
httpPost.addHeader("Content-Type", "application/json;charset=utf-8");
```
If you want an empty json request body, do:
```
StringEntity se = new StringEntity("{}", "UTF-8");
```
This the equivalent of
```
--data-binary {}
```
"application/octet-stream" is a ... | null | CC BY-SA 4.0 | null | 2023-03-02T15:31:38.843 | 2023-03-02T15:31:38.843 | null | null | 7,739,083 | null |
75,617,587 | 2 | null | 75,617,332 | 0 | null | I don't have any experience with Tampermonkey but I'm assuming it will just run your script on a page. For that you are doing at least two things wrong.
First; `document.getElementsByTagName('a')` returns a `HTMLCollection`, you can't call `getElementsByClassName()` on such a list. A better approach would be to use `do... | null | CC BY-SA 4.0 | null | 2023-03-02T15:32:30.437 | 2023-03-02T15:32:30.437 | null | null | 547,640 | null |
75,617,590 | 2 | null | 75,617,164 | 0 | null | It seems like nestjs cli needs `node:fs` to create a nest project but this module cannot be found. according to this [answer](https://stackoverflow.com/questions/72309108/cannot-find-node-module-nodefs-when-using-js-and-trying-to-deploy-to-my-perso)
> node:fs is introduced in v18
so upgrading your node to v18 or newer... | null | CC BY-SA 4.0 | null | 2023-03-02T15:32:35.567 | 2023-03-02T15:32:35.567 | null | null | 13,488,990 | null |
75,617,584 | 1 | null | null | 0 | 13 | I can not generate the iOS version of Telegram for telegram. I have the following problem.
1. Cloned the project from GitHub: git clone --recursive -j8 https://github.com/TelegramMessenger/Telegram-iOS.git
2. Adjust configuration parameters: mkdir -p $HOME/telegram-configuration mkdir -p $HOME/telegram-provisioning cp... | Telegram iOS Generate an Xcode project | CC BY-SA 4.0 | null | 2023-03-02T15:32:10.077 | 2023-03-02T15:36:47.810 | 2023-03-02T15:36:47.810 | 20,287,183 | 17,064,976 | [
"ios",
"telegram"
] |
75,617,589 | 1 | null | null | 0 | 8 | I have a powerapp which is using a share point list as the basis to it.
This sharepoint list is a lookup to another sharepoint list to in effect take the none sensitive information out of an all encompassing list and into a smaller list that I can then link to a powerapp and grant access.
On powerapps, under a detail s... | Formatting a Detail Form Combo Box drawn from a lookup column in a sharepoint list | CC BY-SA 4.0 | null | 2023-03-02T15:32:33.333 | 2023-03-02T15:32:33.333 | null | null | 21,232,288 | [
"sharepoint",
"formula",
"powerapps"
] |
75,617,595 | 1 | null | null | 1 | 33 | In my javascript I have this line below that changes the src attribute in a img tag to `'cid:logoImage'`. When the javascript is executed, I receive an error `Failed to load resource: net::ERR_UNKNOWN_URL_SCHEME`. Is there a way to set the src to this attribute without actually trying to load or check the validity of U... | Setting img src attribute in javascript without loading the resource | CC BY-SA 4.0 | null | 2023-03-02T15:32:43.797 | 2023-03-02T15:41:15.687 | null | null | 7,879,082 | [
"javascript"
] |
75,617,585 | 1 | null | null | 0 | 14 | I am trying to install appwrite in my local docker, but I encounter some error
First I run this Command then
```
docker run -it --rm ^
--volume //var/run/docker.sock:/var/run/docker.sock ^
--volume "%cd%"/appwrite:/usr/src/code/appwrite:rw ^
--entrypoint="install" ^
appwrite/appwrite:1.2.1
```
#2 show ... | Docker: appwrite install permission error | CC BY-SA 4.0 | null | 2023-03-02T15:32:10.740 | 2023-03-02T18:02:36.237 | 2023-03-02T18:02:36.237 | 17,386,263 | 17,386,263 | [
"docker",
"window",
"appwrite"
] |
75,617,594 | 1 | null | null | 2 | 48 | I want to calculate the time difference between two datetime.
Saturday and sunday need to be excluded from the calculation.
For exemple difference between `2023-01-01 10:34:36` and `2023-01-10 15:12:24`
It work well when the start date is a weekday :
```
WITH test AS (
SELECT EXTRACT(DAY FROM diff) || ' days '
... | Calculate time difference between 2 datetime excluding weekend | CC BY-SA 4.0 | null | 2023-03-02T15:32:41.387 | 2023-03-04T00:03:29.773 | 2023-03-04T00:03:29.773 | 4,001,177 | 9,868,785 | [
"sql",
"postgresql"
] |
75,617,588 | 1 | 75,618,312 | null | 0 | 28 | First things first sorry for my english..
There is the code first :
```
*,
::before,
::after {
padding: 0;
margin: 0;
border: border-box;
}
body {
background-color: white;
}
.logo img {
width: 400px;
height: 400px;
position: absolute;
}
.drapeau img {
/* Langue FR */
width: 30px;
position: absolu... | How to center my Div container with Ul/Li | CC BY-SA 4.0 | null | 2023-03-02T15:32:32.267 | 2023-03-02T16:49:18.533 | 2023-03-02T15:51:17.017 | 7,216,508 | null | [
"html",
"css",
"flexbox",
"css-position",
"nav"
] |
75,617,600 | 2 | null | 75,617,371 | 0 | null | This is a missing feature of TypeScript reported at [microsoft/TypeScript#50715](https://github.com/microsoft/TypeScript/issues/50715). Currently [key-remapped](https://www.typescriptlang.org/docs/handbook/2/mapped-types.html#key-remapping-via-as) types don't preserve [JSDoc](https://www.typescriptlang.org/docs/handbo... | null | CC BY-SA 4.0 | null | 2023-03-02T15:32:56.730 | 2023-03-02T15:32:56.730 | null | null | 2,887,218 | null |
75,617,603 | 2 | null | 56,188,573 | 0 | null | For everyone who meet this problem, I just suggest you to use bitnami/postgresql or rapidfort/postgresql image instead of the official one.
For the above image, the permission problem can be simply resolved by run:
```
chown -R path/to/your/local_data_dir 1001:1001
```
Here is a docker-compose.yaml which work with com... | null | CC BY-SA 4.0 | null | 2023-03-02T15:33:08.613 | 2023-03-02T15:33:08.613 | null | null | 17,932,625 | null |
75,617,599 | 1 | null | null | 0 | 11 | I am very new to nextJS. I am trying to deploy a build of an app I'm building so I can show it to friends. (a simple pokemon team generator app)
It compiles fine when I run `$npm run build`, and when I am developing the app and previewing it via `$npm run dev`, it works just fine in localhost:3000.
However, when I try ... | NextJS Vercel deployment error: "The path you are accessing was not found in the Build Outputs of your Deployment." | CC BY-SA 4.0 | null | 2023-03-02T15:32:54.600 | 2023-03-02T19:20:01.363 | 2023-03-02T16:15:31.247 | 11,309,195 | 11,309,195 | [
"next.js",
"deployment",
"http-status-code-404",
"vercel",
"404-page"
] |
75,617,604 | 1 | null | null | 0 | 17 | Ctrl C and Ctrl V do not work in Visual Studio. I check the keyboard shortcuts and they indicate the correct operation. On the edit menu the Copy and Paste don't even list a keyboard shortcut. I also check to see if there were any extension enable that may conflict and have disable all extension accept Python. Has anyo... | Ctrl-C and Ctrl V don't work in Visual Studio 1.76.0 | CC BY-SA 4.0 | null | 2023-03-02T15:33:14.423 | 2023-03-02T15:33:14.423 | null | null | 17,036,420 | [
"visual-studio",
"keyboard-shortcuts"
] |
75,617,601 | 1 | null | null | 0 | 27 | I have a table 'Subscriptions' with columns ACCOUNTID, SUBSCRIPTIONID, SUBSCRIPTIONSTATUS and SUBSCRIPTIONUPDATED (a timestamp column). This table basically logs updates to subscriptions. The definition of an 'active subscriber' is an accountid which currently has an active subscription. In SQL terms, an active subscr... | Counting active subscribers over a rolling window in Snowflake | CC BY-SA 4.0 | null | 2023-03-02T15:33:05.813 | 2023-03-02T15:33:05.813 | null | null | 19,636,223 | [
"sql",
"tsql",
"snowflake-cloud-data-platform"
] |
75,617,606 | 2 | null | 75,617,186 | 1 | null | This is the expected behavior, what you see is how it's converted when you ask for JSON.
You can explicitly format it with `->format('Y-m-d\TH:i:s.uP T')` or whatever other format or you can change globally how it's converted to string when a Carbon object is returned in a JSON response.
See:
[https://carbon.nesbot.com... | null | CC BY-SA 4.0 | null | 2023-03-02T15:33:29.247 | 2023-03-02T15:33:29.247 | null | null | 2,991,319 | null |
75,617,608 | 1 | null | null | 0 | 26 | I have a route where I make a GET request. The answer from request is of type multipart/x-mixed-replace; boundary=myboundary
from("timer:runOnce?repeatCount=1&delay=1000")
.to("http://x.x.x.x/test?authMethod=Digest&authUsername=admin&authPassword=admin&heartbeat=5")
The response is continuously coming.
How can I proces... | Apache camel - receive response Content-Type: multipart/x-mixed-replace; boundary=myboundary | CC BY-SA 4.0 | null | 2023-03-02T15:33:38.090 | 2023-03-02T19:35:58.450 | 2023-03-02T19:35:58.450 | 13,447 | 21,319,982 | [
"apache-camel",
"multipart"
] |
75,617,611 | 2 | null | 64,886,557 | 0 | null | Its a bit late but they recently added EXTENSION parameter that solves this problem:
```
1.0.45698 – Released on January 20, 2023
Release notes for this version:
- Adds a file extension parameter to the UNLOAD command, so file extensions are automatically added to filenames.
```
| null | CC BY-SA 4.0 | null | 2023-03-02T15:34:07.400 | 2023-03-02T15:34:07.400 | null | null | 10,624,493 | null |
75,617,610 | 1 | null | null | 0 | 30 | I'm working on a large, legacy .NET Framework project that is not easily updateable to Core. After a recent change, it's failing to load due to a versioning problem in a dependency.
The change added Noda Time as a dependency, which has as a NuGet dependency `System.Runtime.CompilerServices.Unsafe v4.7.1`. But the bas... | Is there any good way to deal with this dependency conflict? | CC BY-SA 4.0 | null | 2023-03-02T15:34:05.250 | 2023-03-02T15:34:05.250 | null | null | 32,914 | [
"c#",
".net",
"dependencies"
] |
75,617,607 | 2 | null | 75,617,502 | 0 | null | You can get most of the way there by using `zip` to pair every even element with a corresponding odd element (this is roughly the same as what the first half of your code does):
```
>>> original_list = ["a", "b", "c", "d", "e", "f", "g"]
>>> [list(pair) for pair in zip(original_list[::2], original_list[1::2])]
[['a', '... | null | CC BY-SA 4.0 | null | 2023-03-02T15:33:30.557 | 2023-03-02T15:40:30.303 | 2023-03-02T15:40:30.303 | 3,799,759 | 3,799,759 | null |
75,617,609 | 1 | null | null | 0 | 12 | Please forgive my ignorance, but I’m just looking for some guidance. I’m trying to teach myself SQL and I think that will help me immensely with this problem, but it’s multifaceted so any advice from you all would be greatly appreciated.
There is a website that contains a table which is updated every fifteen minutes. M... | Notifications when html table row changes | CC BY-SA 4.0 | null | 2023-03-02T15:33:57.523 | 2023-03-02T15:33:57.523 | null | null | 21,237,774 | [
"html",
"database",
"notifications"
] |
75,617,612 | 2 | null | 45,659,732 | 0 | null | You should be able to use `(attach)` event on the `router-outlet`: [https://angular.io/api/router/RouterOutlet#attach](https://angular.io/api/router/RouterOutlet#attach)
From the docs:
> Called when the `RouteReuseStrategy` instructs to re-attach a previously detached subtree.
```
<router-outlet (attach)="onAttach($eve... | null | CC BY-SA 4.0 | null | 2023-03-02T15:34:16.257 | 2023-03-02T15:34:16.257 | null | null | 1,212,547 | null |
75,617,597 | 1 | null | null | 0 | 20 | I have an OCI Instance running with Ubuntu 20.4 (updated to last gen)
I installed mariadb and i want to connect remotely to it from another machine like my computer or another hosted machine.
I did all the steps required:
- `create user 'test'@'client_machine' identified by 'pass'`- `grant all privileges on *.* to 'tes... | MariaDB no route to host (OCI server) | CC BY-SA 4.0 | null | 2023-03-02T15:32:45.593 | 2023-03-02T16:00:40.240 | 2023-03-02T16:00:40.240 | 7,427,294 | 7,427,294 | [
"mysql",
"ubuntu",
"mariadb",
"ubuntu-20.04",
"oracle-cloud-infrastructure"
] |
75,617,617 | 1 | 75,617,815 | null | 0 | 14 | I am using Open Distro 1.13.3 , Kibana v 7.10.2 but I am unable to see the observability section in Kibana. I am trying to implement HeartBeat and use uptime to monitor URL's but unable to see observability section. Any idea what could be the reason for this?
[](https://i.stack.imgur.com/6QxmB.png)
| Observability section not visible in ELK Open Distro 1.13.3 | CC BY-SA 4.0 | null | 2023-03-02T15:34:32.327 | 2023-03-02T15:51:22.577 | null | null | 5,417,721 | [
"kibana",
"elk",
"elasticsearch-opendistro",
"elastic-beats"
] |
75,617,614 | 1 | null | null | -2 | 23 | My goal is to set up a live basket.
When the user adds a new product, I use JQuery's method to reload the div containing the product list.
```
$( "#productList" ).load(window.location.href + " #productList" );
```
: on Firefox, I have a delay. For example, the user adds a product. It is not displayed. He adds a new p... | The .load() method of JQuery works differently on Firefox than on other browsers | CC BY-SA 4.0 | null | 2023-03-02T15:34:18.290 | 2023-03-02T15:34:18.290 | null | null | 18,864,035 | [
"javascript",
"jquery"
] |
75,617,620 | 1 | null | null | 0 | 6 | when I commit code thru supper putty , I do get this message :
remote: warning: ignoring broken ref refs/pull-requests/97/v2
( Note: Recently deleted the directory in Dev env. and recreated )
| remote: warning: ignoring broken ref refs/pull-requests/97/v2 ( Note: Recently deleted the directory in Dev env. and recreated ) | CC BY-SA 4.0 | null | 2023-03-02T15:35:05.057 | 2023-03-02T15:35:05.057 | null | null | 21,320,152 | [
"github",
"unix"
] |
75,617,613 | 1 | null | null | 0 | 8 | In my app in react-native, i'm trying to create a APK, and i start using `expo prebuild`, to create android folder, after that i setting some options like generating an upload key, and after this i try `gradlew bundleRelease`
I trying to use `gradlew bundleRelease` in my project in react-native, but i got this error, t... | In gradlew bundleRelease, got Evaluating project ':expo-modules-core' using build file '...\node_modules\expo-modules-core\android\build.gradle' | CC BY-SA 4.0 | null | 2023-03-02T15:34:16.500 | 2023-03-02T15:34:16.500 | null | null | 21,319,969 | [
"react-native",
"gradle",
"expo"
] |
75,617,605 | 1 | null | null | 0 | 12 | A current miniproject that I am working on is a personal cocktail "cookbook" website, where I display different drinks, their recipes, my personal notes, images, etc. I configured the code in that when someone clicks on one of the many drinks that are displayed under a base alcohol category, they will be navigated to t... | What are some ways to display images on server for a Django project? I keep getting 404 errors | CC BY-SA 4.0 | null | 2023-03-02T15:33:16.633 | 2023-03-03T08:56:04.153 | 2023-03-03T08:56:04.153 | 17,562,044 | 21,268,526 | [
"python",
"django",
"django-models",
"django-templates",
"django-settings"
] |
75,617,622 | 1 | null | null | -1 | 14 | I have a problem I have a time series type graph in data studio and I added a date controller to control the date, despite I change the date with the date controller the graph does not change
i try to resolve the problem but nothing
| what the problem with date in data studio? | CC BY-SA 4.0 | null | 2023-03-02T15:35:05.593 | 2023-03-02T15:35:05.593 | null | null | 21,320,176 | [
"google-bigquery",
"visualization",
"google-data-studio",
"datastudio"
] |
75,617,623 | 1 | null | null | 0 | 17 | I have been trying to set database and schema name using variable and a static table name. I don't want to use dynamic sql for the same.
Below is the code which i tried and not working.
```
DECLARE
V_RET VARCHAR(1000) := '';
schema_name := 'EDWSTGP.DBU_CDS';
BEGIN
select first_name INTO V_RET from table... | set Database and Schema name using variable in select statement within snowflake procedure | CC BY-SA 4.0 | null | 2023-03-02T15:35:06.113 | 2023-03-03T06:34:02.033 | 2023-03-03T06:34:02.033 | 5,332,448 | 5,332,448 | [
"snowflake-cloud-data-platform"
] |
75,617,618 | 2 | null | 75,555,151 | 0 | null | I think you are also confusing Rx as an ObserVER vs. ObservABLE. Rx is an observable, i.e. you watch it for changes using Obx or GetX widgets, (I guess you can call these two widgets "Observers".)
## Example
```
class Example extends StatelessWidget {
@override
Widget build(BuildContext context) {
Controller... | null | CC BY-SA 4.0 | null | 2023-03-02T15:34:33.723 | 2023-03-02T15:34:33.723 | null | null | 14,709,302 | null |
75,617,626 | 2 | null | 54,000,152 | 0 | null | I had a similar issue where some `Date` functions were being mocked with `jest.fn` in order to avoid having today's date in each snapshot.
I guess - based on the answers above - that the mocked methods must have been used by jest itself before it was ready to mock them.
In my case, the mocks didn't actually need to be ... | null | CC BY-SA 4.0 | null | 2023-03-02T15:35:23.807 | 2023-03-02T15:35:23.807 | null | null | 795,690 | null |
75,617,615 | 1 | null | null | 1 | 13 | This is my current configureStore settings
```
const loadStateFromStorage = () => {
window.chrome.storage.local.get(["test-something"]).then((result) => {
return result['test-something'];
});
// if (localStorage.getItem('work-parallel-state') !== null) {
// return JSON.parse(localStorage.getItem('work-par... | How to asynchronously set the preloadedstate in redux toolkit? | CC BY-SA 4.0 | null | 2023-03-02T15:34:26.840 | 2023-03-02T17:31:36.097 | 2023-03-02T15:52:43.377 | 3,053,838 | 3,053,838 | [
"google-chrome-extension",
"local-storage",
"redux-toolkit"
] |
75,617,625 | 2 | null | 75,617,450 | 0 | null | using `filter()` function you can subset day and pass the filtered data to `ggplot()`:
```
library(tidyverse)
WPTD2 %>% filter(Date==44915) %>% ggplot(aes(x=Distance)) +
geom_histogram(binwidth = 5,boundary=0)
```
If the Date is factor, then try to place the Date in the quotes inside `filter()` function:
```
WPTD2 ... | null | CC BY-SA 4.0 | null | 2023-03-02T15:35:23.357 | 2023-03-02T15:53:55.950 | 2023-03-02T15:53:55.950 | 12,517,976 | 12,517,976 | null |
75,617,624 | 1 | 75,617,697 | null | 1 | 78 | I have a simple algorithm for calculating the greatest common divisor of two numbers using Euclid's algorithm. As you can see the function takes ownership of two i32s and returns an i32. My understanding of the borrow checker is that as i32 implements copy this code should be fine. However, the compiler is telling me I... | Why does function taking ownership of i32 need it to be mutable? | CC BY-SA 4.0 | null | 2023-03-02T15:35:11.100 | 2023-03-02T16:27:49.027 | 2023-03-02T16:27:49.027 | 16,895,246 | 16,895,246 | [
"rust"
] |
75,617,628 | 1 | null | null | -3 | 15 | CODE
SERVER :
[SERVER](https://i.stack.imgur.com/yqTvE.png)
[CLIENT[[enter image description here](https://i.stack.imgur.com/srT9i.png)]([https://i.stack.imgur.com/73jIx.png](https://i.stack.imgur.com/73jIx.png))]([https://i.stack.imgur.com/wUvBm.png](https://i.stack.imgur.com/wUvBm.png))
| I am trying to get started with java RMI but I keep running in to an error when my components try to bind to the rmiregistry | CC BY-SA 4.0 | null | 2023-03-02T15:35:36.917 | 2023-03-02T15:35:36.917 | null | null | 21,319,737 | [
"java",
"rmi",
"permission-denied"
] |
75,617,627 | 2 | null | 35,845,422 | 0 | null | iText 7.2.5, java11:
```
static Table createKeepTogetherContainer( List<IBlockElement> aLines )
{
Table result = new Table( 1 )
.setWidth( UnitValue.createPercentValue( 100 ) )
.setPadding( 0 )
.setMargin( 0 )
.setBorder( Border.NO_BORDER )
.setKeepTogethe... | null | CC BY-SA 4.0 | null | 2023-03-02T15:35:25.040 | 2023-03-02T15:35:25.040 | null | null | 3,586,851 | null |
75,617,629 | 2 | null | 72,852,298 | 0 | null | print function doesn't work in celery, you should use:
```
logger.info("Executing Task")
```
instead of:
```
print("Executing Task")
```
| null | CC BY-SA 4.0 | null | 2023-03-02T15:35:38.853 | 2023-03-02T15:35:38.853 | null | null | 12,274,073 | null |
75,617,602 | 1 | null | null | 0 | 23 | I am trying to use the example sketch "Helloserver" to make a server using a generic ESP8266 and an arduino uno. I have configured and connected every physical component according the sketch´s tutorial, using nothing but a protoboard, push buttons and jumper cables for arduino components (using this diagram [diagram of... | A fatal esptool.py error occurred: Failed to connect to ESP8266: Timed out waiting for packet header | CC BY-SA 4.0 | null | 2023-03-02T15:33:06.533 | 2023-03-02T15:33:06.533 | null | null | 19,024,567 | [
"esp8266",
"arduino-uno",
"arduino-ide",
"arduino-esp8266",
"esp8266wifi"
] |
75,617,631 | 1 | null | null | 0 | 9 | Does anyone know if its possible to have a docker label use a service item?
ie: take the following,
```
services:
app:
image: repo/my-test-app
container_name: my-test-app
labels:
com.example.appname: my-test-app
```
its there some way to get the label to reference the container_name i.e:
```
servic... | Docker Compose Labling | CC BY-SA 4.0 | null | 2023-03-02T15:35:49.550 | 2023-03-02T15:41:41.783 | null | null | 9,083,116 | [
"docker",
"docker-compose"
] |
75,617,634 | 2 | null | 75,616,711 | 0 | null | The eslint-plugin-vue [user guide](https://eslint.vuejs.org/user-guide/#does-not-work-well-with-script-setup) addresses both 'no-unused-vars' and 'no-undef' warnings with the same advice
> You need to use [vue-eslint-parser](https://github.com/vuejs/vue-eslint-parser) v9.0.0 or later.
| null | CC BY-SA 4.0 | null | 2023-03-02T15:36:01.507 | 2023-03-02T15:36:01.507 | null | null | 6,225,326 | null |
75,617,637 | 2 | null | 75,617,595 | 1 | null | src attribute without triggering validity check, you can use the setAttribute method instead of directly setting the src property.
```
document.querySelector(".emailTemplateSubmit #newsletterLogo").setAttribute('src', 'cid:logoImage');
```
| null | CC BY-SA 4.0 | null | 2023-03-02T15:36:15.810 | 2023-03-02T15:36:15.810 | null | null | 7,838,942 | null |
75,617,635 | 1 | null | null | 0 | 26 | So I understand, when writing the following statement the compiler searches for this header file in select search paths outlined in Visual Studio project properties. But what I don't understand is how this works for a header (*.h) files that are not installed by Visual Studios such as in the following include statemen... | Where does the compiler look when using #include <Zydis/Defines.h> | CC BY-SA 4.0 | null | 2023-03-02T15:36:02.690 | 2023-03-02T15:51:43.230 | 2023-03-02T15:40:56.617 | 19,377,564 | 19,377,564 | [
"c",
"visual-c++"
] |
75,617,633 | 2 | null | 75,617,424 | 0 | null |
1. First of all I don't understand fully what your code is doing. You're using props shorthand for storing the data and the properties are global for the whole JVM so if you run your test with > 1 user the next thread will overwrite the value set by the previous thread. Maybe you should use vars instead which is for J... | null | CC BY-SA 4.0 | null | 2023-03-02T15:36:00.400 | 2023-03-02T15:36:00.400 | null | null | 2,897,748 | null |
75,617,636 | 1 | null | null | -1 | 26 | How to save information from `curl` response to a variable? I tried some ways, but nothing worked and I don't know what to do. I wanted to do sh file which writes actual USD exchange rate, the API link is: [http://api.nbp.pl/api/exchangerates/rates/a/usd/](http://api.nbp.pl/api/exchangerates/rates/a/usd/) and that info... | curl in raspbian shell | CC BY-SA 4.0 | null | 2023-03-02T15:36:06.977 | 2023-03-02T22:08:34.670 | 2023-03-02T22:08:34.670 | 1,431,720 | 21,320,161 | [
"linux",
"sh"
] |
75,617,621 | 1 | null | null | 0 | 9 | I'm writing a random video call program of users who are online on the server using nodejs and webRTC.
I'm getting an error that I can't receive the stream of the person I'm video calling while the person receiving the call is ok in function handleStart() in peer.on("stream", (stream).
Hope you guys can help me where i... | error that I can't receive the stream of the person I'm video calling while the person receiving the call is ok | CC BY-SA 4.0 | null | 2023-03-02T15:35:05.270 | 2023-03-02T15:35:05.270 | null | null | 21,320,104 | [
"node.js",
"webrtc"
] |
75,617,644 | 2 | null | 75,617,605 | 0 | null | You are probably using `manage.py runserver`. If you do, there is a [specific code snippet](https://docs.djangoproject.com/en/4.1/howto/static-files/#serving-files-uploaded-by-a-user-during-development) to add to your urls.py in order to serve them.
The following goes in your main urls.py.
```
from django.conf import s... | null | CC BY-SA 4.0 | null | 2023-03-02T15:36:50.380 | 2023-03-02T15:36:50.380 | null | null | 3,738,545 | null |
75,617,632 | 1 | 75,618,510 | null | 1 | 25 | So i had this raw query:
```
$rawquery = <<<SQL
SELECT exercises.id AS id, r1.rating, ABS(CAST(r1.rating AS SIGNED) - :rating) AS diff
FROM exercises
INNER JOIN exercise_theme ON exercises.id = exercise_theme.exercise_id AND theme_id = 12
INNER JOIN ratings r1 ON exercises.id = r1.exercise_id
LEFT J... | Why does Laravel Query builder query return a different result set than the raw mysql query? | CC BY-SA 4.0 | null | 2023-03-02T15:35:59.607 | 2023-03-02T16:51:26.107 | 2023-03-02T16:41:58.497 | 4,339,402 | 1,770,505 | [
"mysql",
"laravel",
"query-builder"
] |
75,617,639 | 1 | null | null | 2 | 58 | I am trying to fetch all the `costBreakdowns` where the `canceled` status is `false`. So I am trying to `filter()` inside a `filter()` to fetch the complete array except the ones where the `costBreakdowns` have `canceled` is `true`:
```
const a = {
"activeBookingsCostBreakdownGroups": [{
"bookType": "RAIL",
"... | How to filter inside a filter in nested arrays in Javascript | CC BY-SA 4.0 | null | 2023-03-02T15:36:23.683 | 2023-03-02T16:49:23.230 | 2023-03-02T15:55:08.697 | 254,343 | 21,320,004 | [
"javascript",
"object",
"filter",
"arrayofarrays"
] |
75,617,641 | 1 | null | null | 0 | 15 | I'm trying to call the inAppBrowser function after a user is created in the sign up form. For some reason I keep getting the error
```
Cannot read property 'isAvailable' of null.
```
But if I log InAppBrowser it clearly tells me that it is an object. So whats the deal?
```
import { useState } from "react";
import Auth... | React Native InAppBrowser error "Cannot read property 'isAvailable' of null" | CC BY-SA 4.0 | null | 2023-03-02T15:36:34.557 | 2023-03-02T18:55:44.540 | 2023-03-02T18:55:44.540 | 20,088,324 | 10,366,445 | [
"react-native",
"inappbrowser"
] |
75,617,638 | 1 | null | null | 0 | 20 | We have the following code in our azure pipelines:
```
- task: DotNetCoreCLI@2
displayName: 'dotnet build'
inputs:
command: 'publish'
projects: 'APPNAME/APPNAME.Android.csproj'
publishWebProjects: false
arguments: '--configuration ${{ variables.buildConfiguration }} -o $(build.binariesdirectory) -f ... | Build App in Release mode, but use DEV config | CC BY-SA 4.0 | null | 2023-03-02T15:36:16.083 | 2023-03-02T16:01:05.617 | null | null | 1,431,743 | [
"android",
".net",
"azure-pipelines",
"maui"
] |
75,617,643 | 1 | null | null | 0 | 10 | karma.config.js
```
// Karma configuration file, see link for more information
// https://karma-runner.github.io/1.0/config/configuration-file.html
module.exports = function (config) {
config.set({
basePath: '',
frameworks: ['jasmine', '@angular-devkit/build-angular'],
plugins: [
require('karma-jas... | ChromeHeadless failed 2 times (timeout). Giving up | CC BY-SA 4.0 | null | 2023-03-02T15:36:43.473 | 2023-03-02T15:36:43.473 | null | null | 6,018,907 | [
"angular",
"jasmine",
"karma-runner"
] |
75,617,649 | 2 | null | 75,615,338 | 1 | null | There is a class method [from_named_components](https://pydicom.github.io/pydicom/stable/reference/generated/pydicom.valuerep.PersonName.html#pydicom.valuerep.PersonName.from_named_components) that returns a new `PersonName` instance from the different components.
Here is an example from the docs linked above:
```
from... | null | CC BY-SA 4.0 | null | 2023-03-02T15:37:08.447 | 2023-03-02T15:37:08.447 | null | null | 1,987,276 | null |
75,617,645 | 2 | null | 62,098,196 | 0 | null | You can do something like
```
public function mytest($controller = 'home', $method = 'index', $slug = false)
{
//uri(3) -> controller
//uri(4) -> method
//uri(5) -> slug
$begin_uri_count = 3;
$controller = (is_null($this->uri->segment($begin_uri_count))?$controller:$this->uri->segment($begin_ur... | null | CC BY-SA 4.0 | null | 2023-03-02T15:37:00.167 | 2023-03-02T15:37:00.167 | null | null | 17,108,013 | null |
75,617,640 | 2 | null | 55,646,210 | 0 | null | You can specify at max for a query operation `KeyConditionExpression`. Any further conditions need to applied through a filter using the `FilterExpression`.
Every query operation requires at least a Partition Key. You can optionally specify a Sort Key.
The `KeyConditionExpression` allows for the following:
1. an equa... | null | CC BY-SA 4.0 | null | 2023-03-02T15:36:29.183 | 2023-03-02T15:36:29.183 | null | null | 16,098,227 | null |
75,617,646 | 1 | null | null | 0 | 10 | Via `GET` I receive a representation of an entity which includes a version attribute.
Now I want to `PATCH` that entity, do I include this very version attribute and let the server decide to either accept or decline (if it was altered in the meantime) my `PATCH` request? Same logic would apply to `PUT` requests I belie... | REST PATCH/PUT with version of model | CC BY-SA 4.0 | null | 2023-03-02T15:37:00.363 | 2023-03-03T05:54:01.537 | 2023-03-03T05:54:01.537 | 3,824,715 | 3,824,715 | [
"rest",
"http-patch"
] |
75,617,648 | 1 | null | null | 0 | 5 | I'm running a large app which includes a GUI, mongoDB and pipelines to process and extract data. The database is fairly big and it was defined using mongoengine. The queries are used by the GUI and most pipelines, which are written as different modules. In summary I have
```
database.mongo_objects.py # defines database... | Proper way of structuring a project with many predefined ORM queries | CC BY-SA 4.0 | null | 2023-03-02T15:37:02.650 | 2023-03-02T15:37:02.650 | null | null | 4,731,250 | [
"python",
"mongodb",
"architecture",
"mongoengine"
] |
75,617,654 | 1 | null | null | 0 | 19 | After I installed the latest version (Electric Eel) I can't write codes. Every time I open an XML file in android studio, it seems to crash and it takes a long time for code suggestions to appear. I use windows 10, with the latest updates, I installed ubuntu and it works normally... When I write code in kotlin files th... | Android studio crashing when i type codes inside an xml file using android studio electric eel | CC BY-SA 4.0 | null | 2023-03-02T15:37:53.130 | 2023-03-02T15:37:53.130 | null | null | 14,586,169 | [
"android-studio",
"crash"
] |
75,617,651 | 1 | null | null | 0 | 27 | Found no information on how i should include vaadin directory components correctly in my gradle bulid.
just doing
```
dependencies {
implementation enforcedPlatform("com.vaadin:vaadin-bom:$vaadinVersion")
// Vaadin
implementation("com.vaadin:vaadin-core")
implementation("com.vaadin.componentfactory:sel... | How should i include a component from the vaadin directory with gradle? | CC BY-SA 4.0 | null | 2023-03-02T15:37:23.780 | 2023-03-02T17:56:54.933 | 2023-03-02T15:44:20.023 | 3,181,392 | 21,179,038 | [
"vaadin",
"vaadin-flow"
] |
75,617,655 | 1 | null | null | 0 | 15 | Which Physics body would be the best for, let's say the player character, enemy and collectibles. StaticBodies are quite different and easy but it is very confusing when we have to choose between a KinematicBody or a RigidBody.
I am recently making a 2D platformer and while I was making the enemy it struck me that I di... | When should I use a KinematicBody or a RigidBody for 2D platformer characters? | CC BY-SA 4.0 | null | 2023-03-02T15:38:01.687 | 2023-03-02T18:52:44.313 | null | null | 18,214,140 | [
"2d",
"game-physics",
"godot"
] |
75,617,657 | 1 | null | null | 0 | 17 | I have a laravel react project with inertia. I need to display data in the layout which I had previously done by wrapping every view in the Layout component but I need to pass the props to the layout every time.
```
export default function Show(props) {
console.log(props);
return (
<Layout user={props... | inertia Default layouts with passing props | CC BY-SA 4.0 | null | 2023-03-02T15:38:13.413 | 2023-03-02T15:38:13.413 | null | null | 13,814,148 | [
"reactjs",
"laravel",
"inertiajs"
] |
75,617,650 | 2 | null | 75,616,633 | 0 | null | Unfortunately, there is no CSS property that allows a custom scollbar positioning. You can change the color and size ([see MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Scrollbars)) but not the position.
The point would be to allow the `div` to be scrollable and overflow. They are 2 contradicting properties... | null | CC BY-SA 4.0 | null | 2023-03-02T15:37:21.390 | 2023-03-02T16:40:22.317 | 2023-03-02T16:40:22.317 | 17,881,188 | 1,811,992 | null |
75,617,660 | 2 | null | 75,616,021 | 0 | null | Never mind, I was able to make this work:
```
import pexpect
import tkinter as tk
import tkinter.simpledialog
#child = pexpect.spawn('sudo', ['ls /'])
child = pexpect.spawn('/usr/bin/sudo touch 1.txt')
child.expect('\[sudo\] password for .*\: ')
passwd = tk.simpledialog.askstring("Password", "Enter password:", show='*... | null | CC BY-SA 4.0 | null | 2023-03-02T15:38:29.647 | 2023-03-02T15:38:29.647 | null | null | 4,582,157 | null |
75,617,659 | 1 | null | null | 0 | 14 | I am trying get a blob from an image using [cv::dnn::blobFromImage](https://docs.opencv.org/3.4/d6/d0f/group__dnn.html#ga29f34df9376379a603acd8df581ac8d7). I am getting a blob output as 3 x 1 while using in C++. However, when I run the code in python , I get the correct size i.e 4d array.
`Code snippet:
cv::Mat fin_img... | issue with the size of blob output using cv::dnn::blobFromImage in opencv | CC BY-SA 4.0 | null | 2023-03-02T15:38:22.227 | 2023-03-02T15:43:44.980 | null | null | 21,189,229 | [
"python",
"c++",
"opencv",
"computer-vision"
] |
75,617,658 | 2 | null | 21,430,469 | 0 | null | For those getting this issue while static building with vcpkg and CMAKE, I followed these steps:
1. .\vcpkg install qt5-quickcontrols:<target>
I was building statically on a x64 windows platform so my target was `x64-windows-static`, more info [about the target flag here](https://learn.microsoft.com/en-us/vcpkg/exam... | null | CC BY-SA 4.0 | null | 2023-03-02T15:38:15.303 | 2023-03-02T15:38:15.303 | null | null | 13,280,623 | null |
75,617,661 | 1 | null | null | 0 | 11 | we have tenant based architecture and each tenant have their own database to connect, We are using presto for our query processing engine so we need to create the connection dynamically for each and every tenant by writing some third party plugin connector. Is this possible instead of putting the database properties in... | Is there any way to create dynamic connection to postgresql database and query using presto? | CC BY-SA 4.0 | null | 2023-03-02T15:38:33.823 | 2023-03-02T15:38:33.823 | null | null | 21,320,174 | [
"java",
"presto",
"presto-jdbc"
] |
75,617,652 | 1 | null | null | 0 | 23 |
| A | B | C |
| - | - | - |
| aTomy | #VALUE! | |
| aJerryy | #VALUE! | Tom |
| | | Jerry |
the code of B2 is
```
=SEARCH(C2:C3,A1)
```
I mean , it's the sensible situation.
But when it comes to:
| A | B | C |
| - | - | - |
| aTomy | 2 | Tom |
| aJerryy | 2 | Jerry |
| | | |
the code of B2 is
```... | Excel , if the SEARCH function returns an array ,why sometimes it didn't show "#VALUE!" | CC BY-SA 4.0 | null | 2023-03-02T15:37:27.477 | 2023-03-02T15:44:23.540 | 2023-03-02T15:44:23.540 | 4,851,590 | 19,977,809 | [
"excel",
"excel-formula",
"excel-2016"
] |
75,617,662 | 1 | null | null | 1 | 17 | Are there other ways to update npm version? I need to create .sh file which will update npm version, but `sudo npm install -g npm@latest` is not working on 6.9.0 npm version.
| Sudo npm install -g npm@latest is not working on 6.9.0 npm version | CC BY-SA 4.0 | null | 2023-03-02T15:38:37.423 | 2023-03-02T15:52:01.747 | 2023-03-02T15:52:01.747 | 16,708,111 | 21,158,097 | [
"node.js",
"npm"
] |