Maybe you were looking for...

Query to get all subtasks associated to stories with some labels in Jira

I have user stories in Jira with some labels A,B,C for example. But at subtasks level there is no labelling .Now I need to fetch count of all user stories of th

Gatling constant concurrent users request per second

I am running gatling script to measure my api performance. Below is the configuration which ramps up the user from 0 to 100 and eventually reaches 400 . Is is t

How to change a field type in a Django model with existing data?

I have the following existing twitter field on the extended UserProfile model and I'd like to change the field type from a URLField to a CharField with max_leng

CNN seemingly not even trying to learn

I'm trying to train a CNN, but it seems to output the same thing regardless of input, except between training steps, when its output is altered slightly with ea

what is the difference between protobuf serialize in python and java?

I try to use java and python protobuf serialize method,such as in python, the api is SerializeToString in java ,the api is toByteArray the result is the same?

How can I acknowledge a JMS message on another thread and request for redelivery of unacknowledged messages?

Step 1: I need to receive message by one thread. Step 2: Process and sending ack and redelivery request (throwing exception) by another thread. Sample code: L

How to sign and send transfer transaction using waves-transaction JS library?

Please help me understand https://testnodes.wavesnodes.com/api-docs/index.html I use this api and this library https://github.com/wavesplatform/waves-transactio

Combining/aggregating data in R

I feel like this is a really simple question, and I've looked a lot of places to try to find an answer to it, but everything seems to be looking to do a lot mor