I have an import job that loads hundreds of FST files and combines them into a single table. To speed it up I've tried furrr and foreach and in both cases it s
I am trying to run the quanteda implemented sentiment dictionaries over my datasets. The script used to work well until a few days ago. However now when I am ru
I was working with T-SQL recently and I wanted a certain functionality in one of the stored procedure, problem, I can't remember what is the stored procedure na
I have a strange problem with jdbc connection to an oracle database server. We've applications on a tomcat server running. These application use an oracle data
I've been trying to implement a timeline of picture (as instagram or facebook). However, I've been struggling with the ratio of the image. Here's my xib that c
I сannot customize label in TextField component. Styles do not apply to label in TextField component. What am I doing wrong? import React, { PureComp
Scenario: we have a scheduled Azure Function that needs to access files on SharePoint. The simple way is to create an App Registration and set in "API Permissio
I recently added Swagger gem (rswag) to my application, but I face a strange behaviour: When I type '/api-docs' after the server url (http://s721108907b.adresse
I'm building a serializer in django using the django rest framework. I need to filter the query set for a nested model. I found How do you filter a nested seri