Giter Site home page Giter Site logo

pantajoe / revealjs-plugin-social-presence Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 1.0 14.82 MB

A reveal.js plugin to support social presence

Home Page: https://social-presence.joepantazidis.me

License: MIT License

Shell 0.40% JavaScript 1.00% Dockerfile 0.05% TypeScript 98.18% CSS 0.36%
online-learning reveal-js-plugin social-presence

revealjs-plugin-social-presence's People

Contributors

lechten avatar pantajoe avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

lechten

revealjs-plugin-social-presence's Issues

Overlap of chat and annotation modals with footer?

In my presentations, the footer is located on top of the chat/annotate/etc. divs, which prevents, e.g., sending chat messages. Note that my presentations include a div footer with the height of the TOC progress footer to help size calculations of reveal.js.

As workaround I currently use this diff in App.jsx:

@@ -28,7 +28,7 @@ export default function App() {
         lecture ? (
           <>
             {!zenMode && showAnnotationHighlights && config.annotations && <AnnotationEnvironment />}
-            <div className="flex flex-col h-full">
+            <div className="flex flex-col h-5/6">
               <Controls />
               <View />
               {config.cursors && (showCursors || showOnlyGroupCursors) && !zenMode && <CursorCanvas />}

Is there a better way?

error TS2307: Cannot find module 'nest-commander' or its corresponding type declarations

With the new release I now run into this:

app_1            | src/cli.ts:1:32 - error TS2307: Cannot find module 'nest-commander' or its corresponding type declarations.
app_1            | 
app_1            | 1 import { CommandFactory } from 'nest-commander'
app_1            |                                  ~~~~~~~~~~~~~~~~
app_1            | 
app_1            | src/core/user/command/teachers.command.ts:1:40 - error TS2307: Cannot find module 'nest-commander' or its corresponding type declarations.
...
app_1            | Error: Cannot find module 'nest-commander'
app_1            | Require stack:
app_1            | - /usr/src/app/dist/src/core/user/command/teachers.command.js
app_1            | - /usr/src/app/dist/src/core/user/command/index.js
app_1            | - /usr/src/app/dist/src/core/user/user.module.js
app_1            | - /usr/src/app/dist/src/core/core.module.js
app_1            | - /usr/src/app/dist/src/app.module.js
app_1            | - /usr/src/app/dist/src/main.js
app_1            |     at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
app_1            |     at Function.Module._load (node:internal/modules/cjs/loader:778:27)
app_1            |     at Module.require (node:internal/modules/cjs/loader:1005:19)
app_1            |     at require (node:internal/modules/cjs/helpers:102:18)
app_1            |     at Object.<anonymous> (/src/core/user/command/teachers.command.ts:1:1)
app_1            |     at Module._compile (node:internal/modules/cjs/loader:1105:14)
app_1            |     at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
app_1            |     at Module.load (node:internal/modules/cjs/loader:981:32)
app_1            |     at Function.Module._load (node:internal/modules/cjs/loader:822:12)
app_1            |     at Module.require (node:internal/modules/cjs/loader:1005:19)

Upon yarn install I see this, not sure whether it is related:

warning " > [email protected]" has unmet peer dependency "@types/inquirer@^8.1.3".

Any suggestions?

Different admin approach?

Hi Joe,

as discussed yesterday this is a reminder that the current way to register as teacher is not optimal yet.

Thank you again for this amazing plugin!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.