Compass is a charityware authoring framework. It uses the SASS stylesheet language to create clean and reusable CSS3 code.
Questions tagged [compass]
720 questions
1
vote
1 answer
How do I import data as an array from a .csv file into a mongodb collection in Atlas?
I want to import data into a mongodb collection in an Atlas instance with some data stored in an array. The data is initially is stored in a table in a .csv file like…

stanley
- 414
- 5
- 14
1
vote
1 answer
npm is not installing all files in node_modules folder in vs code
npm is not downloading all files in node_modules folder when i run npm install mongodb
code is not running and also not throw error and cursor stuck

stranger
- 11
- 1
1
vote
1 answer
How to add compass or rotation to MapKit Map with SwiftUI
I need to add Compass or rotation with Map. This is my code. I am using Custom marker. I know we can add compass with MKMapView. But I have added many features to the Map using Map class like custom View Markers, longPress pin drop etc. Therefore,…

Nabeel
- 841
- 1
- 10
- 23
1
vote
1 answer
Error when trying to install mongodb with mongo compass
I am getting the following error message when the MongoDB MSI tries to install mongo compass:
"Errors while parsing Compass preferences
Unknown option "squirrelFirstrun" (while validanting preferences from: Command line)"
I don't know what to do…

Polettinho
- 13
- 2
1
vote
0 answers
Unity input.compass.magneticHeading returning 2 different values facing the exact same way
So I've been trying to find an article on the topic but I haven't been able to find one so here's my last resort.
Basically on my android device when I print out the values of Input.compass.magneticHeading the print logs could look smth…

tyh
- 11
- 1
1
vote
0 answers
How to create a Compass in Flutter which points to a specific Location instead of North?
I want to create a page with a compass which points to a specific Location which has a latitude and a longitude. So If you stand north of the Location the compass needle shows down on the screen and if you stand south of the Location the needle…

OverdoseB12
- 371
- 1
- 7
- 15
1
vote
0 answers
How is the display order of search results determined?
I use the search menu to find files and objects. (Click the black menu on the left side of the Foundry screen -> "Search...") I can get the search results when I enter a query, but how is this order determined?
It takes time to discover what I'm…

Hiroko Suzuki
- 11
- 1
1
vote
0 answers
MongoDB $geoIntersect query runs in Compass and Studio 3T, but not in Python - any ideas?
Here is the script which i have working inside MongoDBs Compass and working inside Studio 3T
db.getCollection("collection").find({
geometry: {
$geoIntersects: {
$geometry: {
type: "Polygon" ,
coordinates: [ […

Minty
- 35
- 1
- 8
1
vote
0 answers
How to use $setWindowFields in mongodb compass
I am trying to apply $setWindowFields aggregation in mongodb compass. But it is not working. I am following this tutorial. I am trying to convert below code to mongodb compass aggregation document.
[{
$setWindowFields: {
partitionBy:…

deepak panday
- 11
- 2
1
vote
0 answers
Calibration of Phone Compass programmatically
Is there a way in Android Studio to calibrate the sensors of a mobile phone programmatically ?
So i have been building an AR Application that makes use of magnetic compass to get user orientation (getOrientation() of Android Sensor Manager). While…

DEEPAK GUPTA
- 21
- 3
1
vote
0 answers
How can I use GeomagneticField with getDeclination () in my compass app to fix the true north problem?
How can I use GeomagneticField with getDeclination () in my compass app to fix the true north problem? I already made a compass app but the north is not correct, how could I fix this with getDeclination (), does anyone have an Idea? A compass is…

zokatramvaj
- 21
- 2
1
vote
0 answers
Create admin role in MongoDB and login
Hi!
So, I'm making a Node.js application and this site supposed to have one single admin. The site has no registration. I'm using Mongoose and MongodDB.
For this I'm thinking to create the admin from MongoDB using Compass.
I have an admin model with…

copycat
- 11
- 2
1
vote
1 answer
Am trying to create a 3d compass in unity, but the needle fails to rotate along with the body of the compass
Am trying to create a 3d compass in unity, but the needle fails to rotate/tilt along with the body of the compass. The needle points accurately towards the north "empty gameobject". But the only problem is it fails to tilt/rotate(up or down) along…

Seve
- 39
- 6
1
vote
1 answer
Command works in mongodb compass but not in php
_id:1
email:"j@g.com"
This is my collection. When I write
{ email: /^J/i }
in compass it works absolutely fine, but in php
$user_collection->find(
["email" => ['$regex' => "/^j/i"]]
);
finds nothing

Tanmoon Taz
- 53
- 4
1
vote
1 answer
How to use a compass lucene generated cfs index?
With (the latest) lucene 8.7 is it possible to open a .cfs compound index file generated by lucene 2.2 of around 2009, in a legacy application that I cannot modify, with lucene utility "Luke" ?
or alternatively could it be possibile to generate the…

user3181125
- 77
- 1
- 8